|
|||||||||
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)
PostParserService
this
via this methodoutgoing
in interface PostParserService
fipaos.mts.service.PostParserService
msg
- Outgoing messagepublic void incoming(Envelope p1, byte[] p2)
PostParserService
this
via this methodincoming
in interface PostParserService
fipaos.mts.service.PostParserService
msg
- Incoming messagepublic void initialise(PostParserService p1, PostParserService p2)
PostParserService
initialise
in interface PostParserService
fipaos.mts.service.PostParserService
previous
- 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)
PreParserService
this
via this methodincoming
in interface PreParserService
fipaos.mts.service.PreParserService
msg
- Incoming messagepublic void outgoing(Message p1)
PreParserService
this
via this methodoutgoing
in interface PreParserService
fipaos.mts.service.PreParserService
msg
- Outgoing messagepublic void initialise(PreParserService p1, PreParserService p2)
PreParserService
initialise
in interface PreParserService
fipaos.mts.service.PreParserService
previous
- 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 |