|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--fipaos.mts.service.BufferService
TODO: Write a description of the class
| Fields inherited from interface fipaos.mts.service.Service |
ACL_LANGUAGE_UNKNOWN, CONTENT_LANGUAGE_UNKNOWN, ERROR_STRING, ERROR_UNKNOWN, FIPAOS_DEBUG, FIPAOS_MSG_ID_SLOT, MALFORMED_ENVELOPE, MSG_DELIVERY_FAILURE_REASON, NONE, PROTOCOL_UNKNOWN, TARGET_UNKNOWN |
| Constructor Summary | |
BufferService()
|
|
| Method Summary | |
int |
getBufferSize()
Method required by the BufferMonitor interface. |
java.lang.String |
getIdentifier()
Method required by the BufferMonitor interface. |
void |
halt()
Method required by the BufferMonitor interface. |
void |
incoming(Envelope p1,
byte[] p2)
Incoming messages are passed to this via this method |
void |
incoming(Message p1)
Incoming messages are passed to this via this method |
void |
initialise(PostParserService p1,
PostParserService p2)
Invoked when the undelying implementation should initialise itself. |
void |
initialise(PreParserService p1,
PreParserService p2)
Invoked when the undelying implementation should initialise itself. |
void |
outgoing(Envelope p1,
byte[] p2)
Outgoing messages are passed to this via this method |
void |
outgoing(Message p1)
Outgoing messages are passed to this via this method |
void |
restart()
Method required by the BufferMonitor interface. |
void |
setLimit(int i)
Method required by the BufferMonitor interface. |
void |
shutdown()
Shutdown this Service, and those below |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BufferService()
| Method Detail |
public int getBufferSize()
public void setLimit(int i)
public java.lang.String getIdentifier()
public void halt()
public void restart()
public void shutdown()
shutdown in interface Service
public void outgoing(Envelope p1,
byte[] p2)
PostParserServicethis via this methodoutgoing in interface PostParserServicefipaos.mts.service.PostParserServicemsg - Outgoing message
public void incoming(Envelope p1,
byte[] p2)
PostParserServicethis via this methodincoming in interface PostParserServicefipaos.mts.service.PostParserServicemsg - Incoming message
public void initialise(PostParserService p1,
PostParserService p2)
PostParserServiceinitialise in interface PostParserServicefipaos.mts.service.PostParserServiceprevious - Previous PostParserService instance (Incoming messages should be passed to this)next - Next PostParserService instance (Outgoing messages should be passed to this)public void incoming(Message p1)
PreParserServicethis via this methodincoming in interface PreParserServicefipaos.mts.service.PreParserServicemsg - Incoming messagepublic void outgoing(Message p1)
PreParserServicethis via this methodoutgoing in interface PreParserServicefipaos.mts.service.PreParserServicemsg - Outgoing message
public void initialise(PreParserService p1,
PreParserService p2)
PreParserServiceinitialise in interface PreParserServicefipaos.mts.service.PreParserServiceprevious - Previous PreParserService instance (Incoming messages should be passed to this)next - Next PreParserService instance (Outgoing messages should be passed to this)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||