| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TODO: Write a description of the class
Method Summary | |
int | getBufferSize() Method required by the BufferMonitor interface. |
String | getIdentifier() Method required by the BufferMonitor interface. |
void | halt() Method required by the BufferMonitor interface. |
synchronized void | incoming(Envelope p1, byte[] p2) |
synchronized void | incoming(Message p1) |
void | initialise(PostParserService p1, PostParserService p2) |
void | initialise(PreParserService p1, PreParserService p2) |
synchronized void | outgoing(Envelope p1, byte[] p2) |
synchronized void | outgoing(Message p1) |
void | restart() Method required by the BufferMonitor interface. |
void | setLimit(int i) Method required by the BufferMonitor interface. |
synchronized void | shutdown() Shutdown this Service, and those below |
Method Detail |
public int getBufferSize()
public String getIdentifier()
public void halt()
public synchronized void incoming(Envelope p1, byte[] p2)
public synchronized void incoming(Message p1)
public void initialise(PostParserService p1, PostParserService p2)
public void initialise(PreParserService p1, PreParserService p2)
public synchronized void outgoing(Envelope p1, byte[] p2)
public synchronized void outgoing(Message p1)
public void restart()
public void setLimit(int i)
public synchronized void shutdown()
Association Links |
Queues for all possible combinations of incoming/outgoing pre/post
Only instantiated on demand for efficiency
to Class fipaos.util.Monitor
to Class fipaos.mts.service.Service
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |