Uses of Class
org.jboss.remoting.InvokerLocator

Packages that use InvokerLocator
org.jboss.remoting   
org.jboss.remoting.callback   
org.jboss.remoting.detection   
org.jboss.remoting.marshal   
org.jboss.remoting.network   
org.jboss.remoting.network.filter   
org.jboss.remoting.samples.callback   
org.jboss.remoting.transport   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.http.ssl   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.servlet   
org.jboss.remoting.transport.socket   
org.jboss.remoting.transport.socket.ssl   
org.jboss.remoting.transport.web   
 

Uses of InvokerLocator in org.jboss.remoting
 

Fields in org.jboss.remoting declared as InvokerLocator
protected  InvokerLocator AbstractInvoker.locator
           
 

Methods in org.jboss.remoting that return InvokerLocator
 InvokerLocator SubsystemNotSupported.getLocator()
           
static InvokerLocator[] InvokerRegistry.getRegisteredServerLocators()
          return an array of InvokerLocators that are local to this VM (server invokers)
static InvokerLocator InvokerRegistry.getSuitableServerLocatorForRemote(InvokerLocator remote)
          return a suitable local server invoker that can service the remote invoker locator based on a compatible transport
 InvokerLocator Invoker.getLocator()
          return the locator this Invoker represents
 InvokerLocator InvocationRequest.getLocator()
           
 InvokerLocator AbstractInvoker.getLocator()
          return the locator this Invoker represents
 InvokerLocator AbstractInvoker.getClientLocator(java.lang.String listenerId)
          Gets the client locator.
 

Methods in org.jboss.remoting with parameters of type InvokerLocator
protected  void ServerInvoker.preProcess(java.lang.String sessionId, ClassBytes arg, java.util.Map payload, InvokerLocator locator)
          called prior to an invocation
protected  void ServerInvoker.postProcess(java.lang.String sessionId, java.lang.Object param, java.util.Map payload, InvokerLocator locator)
          called after an invocation
static InvokerLocator InvokerRegistry.getSuitableServerLocatorForRemote(InvokerLocator remote)
          return a suitable local server invoker that can service the remote invoker locator based on a compatible transport
static void InvokerRegistry.unregisterLocator(InvokerLocator locator)
           
static boolean InvokerRegistry.isClientInvokerRegistered(InvokerLocator locator)
          returns true if the client invoker is registered in the local JVM for a given locator
static void InvokerRegistry.destroyClientInvoker(InvokerLocator locator)
          called to destroy any cached RemoteClientInvoker copies inside the registry.
static ClientInvoker InvokerRegistry.createClientInvoker(InvokerLocator locator)
          create a ClientInvoker instance, using the specific InvokerLocator, which is just a client-side invoker to a remote server
static boolean InvokerRegistry.isServerInvokerRegistered(InvokerLocator locator)
          returns true if the server invoker is registered in the local JVM for a given locator/handler pair
static ServerInvoker InvokerRegistry.createServerInvoker(InvokerLocator locator)
          create a ServerInvoker instance, using the specific Invoker locator data and an implementation of the ServerInvocationHandler interface.
static ServerInvoker InvokerRegistry.createServerInvoker(InvokerLocator locator, java.util.Map configuration)
          create a ServerInvoker instance, using the specific Invoker locator data and an implementation of the ServerInvocationHandler interface along with
static void InvokerRegistry.updateServerInvokerLocator(InvokerLocator locator, InvokerLocator newLocator)
          This is needed by the ServerInvoker since it may change the port being used (if port specified was <= 0) to next available port.
 void InvocationRequest.setLocator(InvokerLocator locator)
           
 void Client.addListener(InvokerCallbackHandler callbackHandler, InvokerLocator clientLocator)
          Adds the specified handler as a callback listener for push (async) callbacks.
 void Client.addListener(InvokerCallbackHandler callbackHandler, InvokerLocator clientLocator, java.lang.Object callbackHandlerObject)
          Adds the specified handler as a callback listener for push (async) callbacks.
 void AbstractInvoker.addClientLocator(java.lang.String listenerId, InvokerLocator locator)
          Sets the callback server locator for the specified callback listener id
 

Constructors in org.jboss.remoting with parameters of type InvokerLocator
SubsystemNotSupported(java.lang.String subsystem, InvokerLocator locator)
           
ServerInvoker(InvokerLocator locator)
           
ServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
RemoteClientInvoker(InvokerLocator locator)
           
InvocationRequest(java.lang.String sessionId, java.lang.String subsystem, java.lang.Object arg, java.util.Map requestPayload, java.util.Map returnPayload, InvokerLocator locator)
           
Client(InvokerLocator locator)
           
Client(InvokerLocator locator, java.lang.String subsystem)
           
Client(java.lang.ClassLoader cl, InvokerLocator locator, java.lang.String subsystem)
           
AbstractInvoker(InvokerLocator locator)
           
 

Uses of InvokerLocator in org.jboss.remoting.callback
 

Methods in org.jboss.remoting.callback that return InvokerLocator
 InvokerLocator Callback.getServerLocator()
          Gets the locator for the target server where the callback was generated (this will be for the same server that the callback client was registered).
 

Constructors in org.jboss.remoting.callback with parameters of type InvokerLocator
ServerInvokerCallbackHandler(InvocationRequest invocation, InvokerLocator serverLocator, ServerInvoker owner)
           
 

Uses of InvokerLocator in org.jboss.remoting.detection
 

Methods in org.jboss.remoting.detection that return InvokerLocator
 InvokerLocator ServerInvokerMetadata.getInvokerLocator()
           
 InvokerLocator[] Detection.getLocators()
          return the locators for the server
 

Constructors in org.jboss.remoting.detection with parameters of type InvokerLocator
ServerInvokerMetadata(InvokerLocator locator, java.lang.String[] supportedSubsystems)
           
 

Uses of InvokerLocator in org.jboss.remoting.marshal
 

Methods in org.jboss.remoting.marshal that return InvokerLocator
static InvokerLocator MarshallLoaderFactory.convertLocator(InvokerLocator locator)
          Will take regular invoker locator with extra parameters indicating marshall loader configuration (such as port) and converts to the marshall loader locator.
 

Methods in org.jboss.remoting.marshal with parameters of type InvokerLocator
static Connector MarshallLoaderFactory.createMarshallLoader(InvokerLocator locator)
          Create a remoting server connector for a marshaller loader based on the specified locator.
static InvokerLocator MarshallLoaderFactory.convertLocator(InvokerLocator locator)
          Will take regular invoker locator with extra parameters indicating marshall loader configuration (such as port) and converts to the marshall loader locator.
static Marshaller MarshallerLoaderClient.getMarshaller(InvokerLocator loaderLocator, java.lang.String dataType, java.lang.ClassLoader classByteLoader)
          Will call on marshall loader server to load marshaller for given data type.
static UnMarshaller MarshallerLoaderClient.getUnMarshaller(InvokerLocator loaderLocator, java.lang.String dataType, java.lang.ClassLoader classByteLoader)
          Will call on marshall loader server to load unmarshaller for given data type.
static Marshaller MarshalFactory.getMarshaller(InvokerLocator locator, java.lang.ClassLoader classLoader)
          Will try to look up marshaller by first looking for data type parameter within locator and then using that to look up marhsaller locally.
static UnMarshaller MarshalFactory.getUnMarshaller(InvokerLocator locator, java.lang.ClassLoader classLoader)
          Will try to look up unmarshaller by first looking for data type parameter within locator and then using that to look up unmarshaller locally.
 

Uses of InvokerLocator in org.jboss.remoting.network
 

Methods in org.jboss.remoting.network that return InvokerLocator
 InvokerLocator[] NetworkNotification.getLocator()
          return the locators affected by the notification
 InvokerLocator[] NetworkInstance.getLocators()
           
 

Methods in org.jboss.remoting.network with parameters of type InvokerLocator
 boolean NetworkFilter.filter(Identity identity, InvokerLocator[] locators)
          called to apply a filter when selecting 0..* servers on the network
 

Constructors in org.jboss.remoting.network with parameters of type InvokerLocator
NetworkNotification(javax.management.ObjectName source, java.lang.String type, Identity identity, InvokerLocator[] locators)
           
NetworkInstance(Identity identity, InvokerLocator[] locators)
           
 

Uses of InvokerLocator in org.jboss.remoting.network.filter
 

Methods in org.jboss.remoting.network.filter with parameters of type InvokerLocator
 boolean InvokerProtocolFilter.filter(Identity identity, InvokerLocator[] locators)
          called to apply a filter when selecting 0..* servers on the network
 boolean IdentityFilter.filter(Identity identity, InvokerLocator[] locators)
          called to apply a filter when selecting 0..* servers on the network
 

Uses of InvokerLocator in org.jboss.remoting.samples.callback
 

Methods in org.jboss.remoting.samples.callback with parameters of type InvokerLocator
 void CallbackClient.setupServer(InvokerLocator locator)
          Sets up the callback server that the target remoting server can call on with the callbacks that it generates.
 

Uses of InvokerLocator in org.jboss.remoting.transport
 

Methods in org.jboss.remoting.transport that return InvokerLocator
 InvokerLocator ConnectorMBean.getLocator()
          Returns the locator to the connector.
 InvokerLocator Connector.getLocator()
          Returns the locator to the connector.
 InvokerLocator ClientInvoker.getClientLocator(java.lang.String listenerId)
          Gets the client locator.
 

Methods in org.jboss.remoting.transport with parameters of type InvokerLocator
 void ClientInvoker.addClientLocator(java.lang.String listenerId, InvokerLocator locator)
          This should be set when want to override the default behavior of automatically getting s suitable locator.
 

Uses of InvokerLocator in org.jboss.remoting.transport.http
 

Constructors in org.jboss.remoting.transport.http with parameters of type InvokerLocator
HTTPServerInvoker(InvokerLocator locator)
           
HTTPServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
HTTPClientInvoker(InvokerLocator locator)
           
 

Uses of InvokerLocator in org.jboss.remoting.transport.http.ssl
 

Constructors in org.jboss.remoting.transport.http.ssl with parameters of type InvokerLocator
HTTPSServerInvoker(InvokerLocator locator)
           
HTTPSServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
HTTPSClientInvoker(InvokerLocator locator)
           
 

Uses of InvokerLocator in org.jboss.remoting.transport.local
 

Constructors in org.jboss.remoting.transport.local with parameters of type InvokerLocator
LocalClientInvoker(InvokerLocator locator)
           
 

Uses of InvokerLocator in org.jboss.remoting.transport.rmi
 

Constructors in org.jboss.remoting.transport.rmi with parameters of type InvokerLocator
RMIServerInvoker(InvokerLocator locator)
           
RMIServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
RMIClientInvoker(InvokerLocator locator)
           
 

Uses of InvokerLocator in org.jboss.remoting.transport.servlet
 

Constructors in org.jboss.remoting.transport.servlet with parameters of type InvokerLocator
ServletServerInvoker(InvokerLocator locator)
           
ServletServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
 

Uses of InvokerLocator in org.jboss.remoting.transport.socket
 

Constructors in org.jboss.remoting.transport.socket with parameters of type InvokerLocator
SocketServerInvoker(InvokerLocator locator)
           
SocketServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
SocketClientInvoker(InvokerLocator locator)
           
 

Uses of InvokerLocator in org.jboss.remoting.transport.socket.ssl
 

Constructors in org.jboss.remoting.transport.socket.ssl with parameters of type InvokerLocator
SSLSocketServerInvoker(InvokerLocator locator)
           
SSLSocketServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
SSLSocketClientInvoker(InvokerLocator locator)
           
 

Uses of InvokerLocator in org.jboss.remoting.transport.web
 

Constructors in org.jboss.remoting.transport.web with parameters of type InvokerLocator
WebServerInvoker(InvokerLocator locator)
           
WebServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.