Uses of Class
mandala.jacob.remote.TransportException

Packages that use TransportException
mandala.jacob.remote This package is dedicated to remote implementation of the active map concept. 
mandala.jacob.remote.gpf Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. 
 

Uses of TransportException in mandala.jacob.remote
 

Fields in mandala.jacob.remote declared as TransportException
 TransportException RemoteExceptionInfo.exception
           
 

Methods in mandala.jacob.remote that return TransportException
 TransportException RemoteExceptionInfo.getTransportException()
          Returns the exception thrown during the transport.
 

Constructors in mandala.jacob.remote with parameters of type TransportException
RemoteExceptionInfo(java.lang.Object target, TransportException exception, MethodOp method, java.lang.Object[] args)
          Creates a new RemoteExceptionInfo instance.
 

Uses of TransportException in mandala.jacob.remote.gpf
 

Methods in mandala.jacob.remote.gpf that throw TransportException
 InvocationResult Client.remoteInvocation(MethodInvocation methodInvocation)
          Invoke a method remotely.
 



Mandala help mailing list