guarana.toolkit.adapter
Interface IEntryAdapter

All Known Implementing Classes:
RMIEntryAdapter

public interface IEntryAdapter

Defines the basic interface for an EntryPort adapter.

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

Method Summary
 Message<?> read()
          EntryPort (Active)
Reads a message from the passive resource.
 

Method Detail

read

Message<?> read()
                throws AdapterException
EntryPort (Active)
Reads a message from the passive resource.

Returns:
Message The inbound message; otherwise null if there is no message to poll.
Throws:
AdapterException - to report any problems during the method execution.


Guaranį DSL Home