Uses of Package
org.jboss.remoting

Packages that use org.jboss.remoting
org.jboss.remoting   
org.jboss.remoting.callback   
org.jboss.remoting.detection   
org.jboss.remoting.loading   
org.jboss.remoting.marshal   
org.jboss.remoting.network   
org.jboss.remoting.network.filter   
org.jboss.remoting.samples.callback   
org.jboss.remoting.samples.chat.server   
org.jboss.remoting.samples.config.factories   
org.jboss.remoting.samples.detection.jndi   
org.jboss.remoting.samples.http   
org.jboss.remoting.samples.multiplex.invoker   
org.jboss.remoting.samples.oneway   
org.jboss.remoting.samples.serialization   
org.jboss.remoting.samples.simple   
org.jboss.remoting.samples.stream   
org.jboss.remoting.stream   
org.jboss.remoting.transport   
org.jboss.remoting.transport.bisocket   
org.jboss.remoting.transport.coyote   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.http.ssl   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.multiplex   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.servlet   
org.jboss.remoting.transport.socket   
org.jboss.remoting.transport.sslbisocket   
org.jboss.remoting.transport.sslmultiplex   
org.jboss.remoting.transport.sslrmi   
org.jboss.remoting.transport.sslsocket   
org.jboss.remoting.transport.web   
org.jboss.remoting.transporter   
 

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.
Client
          Client is a convience class for invoking remote methods for a given subsystem.
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
ConnectionListener
          Listener that can be registered with the Client to receive a callback if the target server for said Client is determined to be unreachable at any point.
ConnectionNotifier
          This class is used on the server side to notify any connection listeners when a client connection has been terminated (either by loss of lease or by normal disconnect).
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.
Lease
          This class is used on the remoting server to maintain lease information for remoting clients.
LeasePinger
          Internal agent class to ping the remote server to keep lease alive.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting 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.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.callback
Client
          Client is a convience class for invoking remote methods for a given subsystem.
ConnectionListener
          Listener that can be registered with the Client to receive a callback if the target server for said Client is determined to be unreachable at any point.
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
SerializableStore
           
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
Client
          Client is a convience class for invoking remote methods for a given subsystem.
 

Classes in org.jboss.remoting used by org.jboss.remoting.marshal
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.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.samples.callback
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.chat.server
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.config.factories
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.detection.jndi
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.http
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.multiplex.invoker
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.oneway
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.serialization
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.simple
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.samples.stream
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.stream
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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
ConnectionFailedException
          ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
ConnectionListener
          Listener that can be registered with the Client to receive a callback if the target server for said Client is determined to be unreachable at any point.
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.
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.bisocket
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.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
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.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.coyote
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
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.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.http
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.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.http.ssl
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvokerMBean
           
 

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.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.multiplex
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.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvokerMBean
           
 

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.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.servlet
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
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.
ServerInvokerMBean
           
 

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.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvoker.InvalidStateException
           
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.sslbisocket
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.sslmultiplex
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.sslrmi
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.sslsocket
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
Invoker
           
InvokerLocator
          InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
MicroRemoteClientInvoker
          MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker
          This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transport.web
AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
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.
ServerInvokerMBean
           
 

Classes in org.jboss.remoting used by org.jboss.remoting.transporter
InvocationRequest
          InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
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.
 



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