Uses of Class
org.jboss.remoting.ConnectionFailedException

Packages that use ConnectionFailedException
org.jboss.remoting   
org.jboss.remoting.transport   
org.jboss.remoting.transport.bisocket   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.multiplex   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.socket   
 

Uses of ConnectionFailedException in org.jboss.remoting
 

Methods in org.jboss.remoting that throw ConnectionFailedException
 void MicroRemoteClientInvoker.connect()
          Connect to the remote invoker.
protected abstract  void MicroRemoteClientInvoker.handleConnect()
          Subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport.
protected abstract  java.lang.Object MicroRemoteClientInvoker.transport(java.lang.String sessionId, java.lang.Object invocation, java.util.Map metadata, Marshaller marshaller, UnMarshaller unmarshaller)
           
 

Uses of ConnectionFailedException in org.jboss.remoting.transport
 

Methods in org.jboss.remoting.transport that throw ConnectionFailedException
 void ClientInvoker.connect()
          Connect to the remote invoker.
 

Uses of ConnectionFailedException in org.jboss.remoting.transport.bisocket
 

Methods in org.jboss.remoting.transport.bisocket that throw ConnectionFailedException
protected  void BisocketClientInvoker.handleConnect()
           
protected  java.lang.Object BisocketClientInvoker.transport(java.lang.String sessionId, java.lang.Object invocation, java.util.Map metadata, Marshaller marshaller, UnMarshaller unmarshaller)
           
 

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

Methods in org.jboss.remoting.transport.http that throw ConnectionFailedException
protected  void HTTPClientInvoker.handleConnect()
          subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport.
protected  java.lang.Object HTTPClientInvoker.transport(java.lang.String sessionId, java.lang.Object invocation, java.util.Map metadata, Marshaller marshaller, UnMarshaller unmarshaller)
           
 

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

Methods in org.jboss.remoting.transport.local that throw ConnectionFailedException
 void LocalClientInvoker.connect()
          connect to the remote invoker
 

Uses of ConnectionFailedException in org.jboss.remoting.transport.multiplex
 

Methods in org.jboss.remoting.transport.multiplex that throw ConnectionFailedException
protected  void MultiplexClientInvoker.handleConnect()
           
protected  java.lang.Object MultiplexClientInvoker.transport(java.lang.String sessionId, java.lang.Object invocation, java.util.Map metadata, Marshaller marshaller, UnMarshaller unmarshaller)
           
 

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

Methods in org.jboss.remoting.transport.rmi that throw ConnectionFailedException
protected  void RMIClientInvoker.handleConnect()
          subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport.
protected  java.lang.Object RMIClientInvoker.transport(java.lang.String sessionId, java.lang.Object invocation, java.util.Map metadata, Marshaller marshaller, UnMarshaller unmarshaller)
           
 

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

Methods in org.jboss.remoting.transport.socket that throw ConnectionFailedException
protected  void MicroSocketClientInvoker.handleConnect()
           
protected  java.lang.Object MicroSocketClientInvoker.transport(java.lang.String sessionID, java.lang.Object invocation, java.util.Map metadata, Marshaller marshaller, UnMarshaller unmarshaller)
           
 



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