fipaos.mts.service.preparse
Class ACCRouterService
java.lang.Object
|
+--fipaos.mts.service.preparse.ACCRouterService
- All Implemented Interfaces:
- MonitorListener, PreParserService, Service
- public class ACCRouterService
- extends java.lang.Object
- implements PreParserService, MonitorListener
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 |
Method Summary |
void |
incoming(Message p1)
Incoming messages are passed to this via this method |
void |
initialise(PreParserService p1,
PreParserService p2)
Invoked when the undelying implementation should initialise itself. |
void |
monitorUpdate(java.lang.Object p1)
Invoked by a Monitor when a new Object is passed to it. |
void |
outgoing(Message p1)
Outgoing messages are passed to this via this method |
void |
shutdown()
This should be invoked when the service should be safely shutdown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCRouterService
public ACCRouterService(boolean dyn_load_ext_transports)
outgoing
public void outgoing(Message p1)
- Description copied from interface:
PreParserService
- Outgoing messages are passed to
this
via this method
- Specified by:
outgoing
in interface PreParserService
- Following copied from interface:
fipaos.mts.service.PreParserService
- Parameters:
msg
- Outgoing message
incoming
public void incoming(Message p1)
- Description copied from interface:
PreParserService
- Incoming messages are passed to
this
via this method
- Specified by:
incoming
in interface PreParserService
- Following copied from interface:
fipaos.mts.service.PreParserService
- Parameters:
msg
- Incoming message
initialise
public void initialise(PreParserService p1,
PreParserService p2)
- Description copied from interface:
PreParserService
- Invoked when the undelying implementation should initialise itself. Allows
references to other PreParserService's before and after it in the stack
to be passed
- Specified by:
initialise
in interface PreParserService
- Following copied from interface:
fipaos.mts.service.PreParserService
- Parameters:
previous
- Previous PreParserService instance (Incoming messages should be passed to this)next
- Next PreParserService instance (Outgoing messages should be passed to this)
shutdown
public void shutdown()
- Description copied from interface:
Service
- This should be invoked when the service should be safely shutdown
- Specified by:
shutdown
in interface Service
monitorUpdate
public void monitorUpdate(java.lang.Object p1)
- Description copied from interface:
MonitorListener
- Invoked by a Monitor when a new Object is passed to it.
- Specified by:
monitorUpdate
in interface MonitorListener