Uses of Package
org.jboss.remoting

Packages that use org.jboss.remoting
org.jboss.remoting   
org.jboss.remoting.detection   
org.jboss.remoting.loading   
org.jboss.remoting.network   
org.jboss.remoting.network.filter   
org.jboss.remoting.transport   
org.jboss.remoting.transport.async   
org.jboss.remoting.transport.async.bio   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.mock   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.soap.axis   
org.jboss.remoting.transport.socket   
org.jboss.remoting.transport.test   
 

Classes in org.jboss.remoting used by org.jboss.remoting
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
ClientInterceptor
          Client is a convience method for invoking remote methods for a given subsystem
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
HandleCallbackException
          This exception may be thrown if there is an error in dispatching the callback to the intended handler.
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
Invoker
           
InvokerCallbackHandler
          Should be used a receiver of asynchronous callbacks for registered listeners.
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
ServerInterceptor
          ServerInterceptor.java Created: Fri May 2 11:10:59 2003
ServerInterceptorChain.InterceptorIterator
           
ServerInvocationHandler
          ServerInvocationHandler is the server side (remote) end handler which is registered for a given ServerInvoker implementation.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.detection
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
 

Classes in org.jboss.remoting used by org.jboss.remoting.loading
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
RemoteMethodInvocation
          RemoteMethodInvocation is a serialized object that contains the remote method, arguments, signature and associated data necessary for a remote ServerInvoker to transport an invocation.
RemoteMethodInvocationResult
          RemoteMethodInvocationResult is a return object from a call to a remote Server Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.network
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
 

Classes in org.jboss.remoting used by org.jboss.remoting.network.filter
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
ServerInvocationHandler
          ServerInvocationHandler is the server side (remote) end handler which is registered for a given ServerInvoker implementation.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.async
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
RemoteClientInvoker
          RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.async.bio
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.local
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.mock
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
Invoker
           
InvokerCallbackHandler
          Should be used a receiver of asynchronous callbacks for registered listeners.
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
RemoteClientInvoker
          RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
ServerInvocationHandler
          ServerInvocationHandler is the server side (remote) end handler which is registered for a given ServerInvoker implementation.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.rmi
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
RemoteClientInvoker
          RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.soap.axis
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
RemoteClientInvoker
          RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.socket
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
RemoteClientInvoker
          RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.test
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.