guarana.toolkit.adapter.proxy
Interface IStubOut

All Superinterfaces:
Remote
All Known Implementing Classes:
OutCommunicator

public interface IStubOut
extends Remote

A basic interface for Passive Exit Ports that use RMI to publish ports at RMI Registry.

Since:
Guaranį SDK 1.0.0
Author:
Rafael Z. Frantz

Method Summary
 Message<?> fetch()
          This method can be invoked to fetch a message from a passive ExitPort via an Out-Communicator task.
 

Method Detail

fetch

Message<?> fetch()
                 throws RemoteException
This method can be invoked to fetch a message from a passive ExitPort via an Out-Communicator task.

Returns:
the outbound message or null if there is no message.
Throws:
RemoteException - if any remote exception is raised by the method execution.
See Also:
fetch()


Guaranį DSL Home