Uses of Class
guarana.toolkit.adapter.AdapterException

Packages that use AdapterException
guarana.toolkit.adapter Provides adapters to access different resource types. 
guarana.toolkit.adapter.jbi Provides adapter implementations to enable the use of JBI Binding Components as adapters. 
guarana.toolkit.adapter.rmi Provides an RMI Adapter to establish direct communication between entry and exit ports inside the solution. 
 

Uses of AdapterException in guarana.toolkit.adapter
 

Methods in guarana.toolkit.adapter that throw AdapterException
 Message<?> IEntryAdapter.read()
          EntryPort (Active)
Reads a message from the passive resource.
 void IAsyncSolicitorAdapter.solicit(Message<?> message, guarana.util.remote.RemoteObjectReference replyTo)
          Sends the solicit message to the resource and gets the response.
 void IExitAdapter.write(Message<?> message)
          Writes the message to the passive resource.
 

Uses of AdapterException in guarana.toolkit.adapter.jbi
 

Methods in guarana.toolkit.adapter.jbi that throw AdapterException
 void JbiAsyncSolicitorAdapter.solicit(Message<?> message, guarana.util.remote.RemoteObjectReference replyTo)
          Sends a solicit message to the remote object via its stub and return immediately returns a future object as the result.
 void JbiExitResourceAdapter.write(Message<?> message)
          Writes a message to the remote object via its stub.
 

Uses of AdapterException in guarana.toolkit.adapter.rmi
 

Methods in guarana.toolkit.adapter.rmi that throw AdapterException
 Message<?> RMIEntryAdapter.read()
          EntryPort (Active)
Reads a message from the passive resource.
 void RMIExitAdapter.write(Message<?> message)
          Writes the message to the passive resource.
 



Guaranį DSL Home