|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectguarana.util.observer.smart.SmartObservable
guarana.framework.port.Port
guarana.framework.port.TwoWayPort
guarana.framework.port.ResponderPort
public class ResponderPort
Used to respond for request messages received from applications.
Graphical notation:
Constructor Summary | |
---|---|
ResponderPort(String name)
Constructs a new responder port with the given name. |
|
ResponderPort(String name,
Process process)
Constructs a responder port with the given name and associates it with the given process. |
Method Summary |
---|
Methods inherited from class guarana.framework.port.TwoWayPort |
---|
getInterSlotIn, getInterSlotOut, setInterSlotIn, setInterSlotOut |
Methods inherited from class guarana.framework.port.Port |
---|
addPreScheduledTask, addTask, containsPreScheduledTasks, containsTask, countTask, getAllTasks, getCommunicator, getName, getProcess, getTask, initialise, pollPreScheduledTasks, removeTask, setCommunicator, setName, setProcess, update |
Methods inherited from class guarana.util.observer.smart.SmartObservable |
---|
addSmartObserver, containsSmartObserver, containsSmartObserver, countSmartObservers, deleteSmartObserver, deleteSmartObservers, hasChanged, notifySmartObservers, notifySmartObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponderPort(String name)
name
- The name of this new port.public ResponderPort(String name, Process process)
name
- The name of the responder port.process
- The process to which the port will belong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |