guarana.toolkit.adapter.proxy
Interface IStubIn

All Superinterfaces:
Remote
All Known Implementing Classes:
InCommunicator, InDummyCommunicator

public interface IStubIn
extends Remote

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

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

Method Summary
 void pushRead(Message<?> message)
          This method can be invoked to push a message into an EntryPort via an In-Communicator task.
 

Method Detail

pushRead

void pushRead(Message<?> message)
              throws RemoteException
This method can be invoked to push a message into an EntryPort via an In-Communicator task.

Parameters:
message - The inbound message.
Throws:
RemoteException - if any remote exception is raised during this method execution.
See Also:
communicator.proxy.IStubIn


Guaranį DSL Home