neosim.iface
Interface ConnectionRequest

All Known Implementing Classes:
ConnectionRequestImpl

public interface ConnectionRequest
extends java.io.Serializable

A connection request is the message which a source entity sends to a dest entity it wants to connect to. By default it contains the source entity ID and port no, as well as the DestMethod.


Method Summary
 DestMethod getDestMethod()
          Return the method to run at the dest entity
 EntityID getSrcEntityID()
          Return the entity originating this request
 PortID getSrcPortID()
          Return the output port of the entity to connect from
 

Method Detail

getSrcEntityID

public EntityID getSrcEntityID()
Return the entity originating this request

getSrcPortID

public PortID getSrcPortID()
Return the output port of the entity to connect from

getDestMethod

public DestMethod getDestMethod()
Return the method to run at the dest entity