Uses of Interface
guarana.toolkit.adapter.proxy.IStubFuture

Packages that use IStubFuture
guarana.toolkit.adapter.proxy Provides interfaces for passive and remote communicators. 
guarana.toolkit.task.communicators Provides tasks that must be used to send or receive messages through ports to applications or solutions resources. 
 

Uses of IStubFuture in guarana.toolkit.adapter.proxy
 

Classes in guarana.toolkit.adapter.proxy that implement IStubFuture
 class Future
          A future object to be shared between the JBI container and the Guaranį DSL solution.
 

Methods in guarana.toolkit.adapter.proxy that return IStubFuture
 IStubFuture IStubInOut.pushRequest(Message<?> message)
          This method can be invoked to push a request message into the ResponderPort via InOut-Communicator.
 

Uses of IStubFuture in guarana.toolkit.task.communicators
 

Methods in guarana.toolkit.task.communicators that return IStubFuture
 IStubFuture InOutCommunicator.pushRequest(Message<?> message)
          This method can be invoked to push a request message into the ResponderPort via InOut-Communicator.
 



Guaranį DSL Home