Uses of Class
org.jboss.remoting.Client

Packages that use Client
org.jboss.remoting   
org.jboss.remoting.callback   
org.jboss.remoting.loading   
 

Uses of Client in org.jboss.remoting
 

Methods in org.jboss.remoting with parameters of type Client
 boolean ConnectionValidator.addConnectionListener(Client client, ConnectionListener listener)
           
 void ConnectionListener.handleConnectionException(java.lang.Throwable throwable, Client client)
          Called when a target server or client found to be dead.
 boolean ConnectionValidator.removeConnectionListener(Client client, ConnectionListener listener)
           
 

Constructors in org.jboss.remoting with parameters of type Client
ConnectionValidator(Client client)
           
ConnectionValidator(Client client, long pingPeriod)
           
ConnectionValidator(Client client, java.util.Map metadata)
           
 

Uses of Client in org.jboss.remoting.callback
 

Methods in org.jboss.remoting.callback that return Client
 Client ServerInvokerCallbackHandler.getCallbackClient()
           
 

Methods in org.jboss.remoting.callback with parameters of type Client
 void ServerInvokerCallbackHandler.handleConnectionException(java.lang.Throwable throwable, Client client)
           
 

Constructors in org.jboss.remoting.callback with parameters of type Client
CallbackPoller(Client client, InvokerCallbackHandler callbackhandler, java.util.Map metadata, java.lang.Object callbackHandlerObject)
           
 

Uses of Client in org.jboss.remoting.loading
 

Methods in org.jboss.remoting.loading with parameters of type Client
 void ClassByteClassLoader.setClientInvoker(Client loaderClient)
           
 



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