Interface IPort<C extends IComponent<C>>
-
- All Superinterfaces:
IActionHome<C>
public interface IPort<C extends IComponent<C>> extends IActionHome<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeliver(IMessage message)StringgetName()intgetPeerId()StringgetPeerName()booleansatisfied()voidsatisfy(IPort<?> peer)-
Methods inherited from interface io.ciera.runtime.summit.application.IActionHome
context, getRunContext, warn
-
-
-
-
Method Detail
-
deliver
void deliver(IMessage message) throws XtumlException
- Throws:
XtumlException
-
satisfy
void satisfy(IPort<?> peer)
-
satisfied
boolean satisfied()
-
getName
String getName()
-
getPeerName
String getPeerName()
-
getPeerId
int getPeerId()
-
-