|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.Port org.echarts.LocalPort org.echarts.OutputPort org.echarts.ExternalPort org.echarts.servlet.sip.Port org.echarts.servlet.sip.BoxPort
public final class BoxPort
Port to which initial requests are passed. SIP requests must subsequently be bound to a SipPort for further SIP messaging.
Field Summary |
---|
Fields inherited from class org.echarts.servlet.sip.Port |
---|
box, portMonitor |
Fields inherited from class org.echarts.LocalPort |
---|
inputQueue |
Fields inherited from interface org.echarts.PortReference |
---|
serialVersionUID |
Constructor Summary | |
---|---|
BoxPort(FeatureBox box)
Created by FeatureBox.FeatureBox(). |
Method Summary | |
---|---|
void |
input(java.lang.Object message)
Enqueues a message onto this port's FIFO. |
Methods inherited from class org.echarts.servlet.sip.Port |
---|
destroy, getBox, isDestroyed |
Methods inherited from class org.echarts.ExternalPort |
---|
getMonitorProperties, getRemote, output, setPeer, toString |
Methods inherited from class org.echarts.LocalPort |
---|
clearMachineReference, getDynamicChildIndex, getDynamicParent, getInputQueue, isPossiblyReferencedBy, isPossiblyReferencedBySupermachineOf, isUniquelyReferenced, isUniquelyReferencedByMachine, setMachineReference |
Methods inherited from class org.echarts.Port |
---|
equals, getID |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.echarts.PortReference |
---|
getID |
Constructor Detail |
---|
public BoxPort(FeatureBox box)
Method Detail |
---|
public final void input(java.lang.Object message) throws FeatureBoxException
input
in interface ExternalPortReference
input
in class ExternalPort
message
- message to be enqueued
FeatureBoxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |