fipaos.mts.service
Interface Service

All Known Subinterfaces:
ExternalMTP, InternalMTP, PostParserService, PreParserService

public interface Service

Common service interface - provides error code constants


Field Summary
 final static intACL_LANGUAGE_UNKNOWN
          Error code - indicates acl language is unknown
 final static intCONTENT_LANGUAGE_UNKNOWN
          Error code - indicates content language is unknown
 final static String[]ERROR_STRING
          Array containing brief error meanings for error codes below
 final static intERROR_UNKNOWN
          Error code - indicates error is unknown
 final static StringFIPAOS_DEBUG
          Slot name for fipa-os debug stuff
 final static StringFIPAOS_MSG_ID_SLOT
          Slot name for message id from sender
 final static intMALFORMED_ENVELOPE
          Error code - indicates envelope is malformed
 final static intNONE
          Error code - indicates no error
 final static intPROTOCOL_UNKNOWN
          Error code - indicates protocol is unknown
 final static intTARGET_UNKNOWN
          Error code - indicates target is unknown

Method Summary
 voidshutdown()
          This should be invoked when the service should be safely shutdown

Field Detail

ACL_LANGUAGE_UNKNOWN

public final static int ACL_LANGUAGE_UNKNOWN
Error code - indicates acl language is unknown

CONTENT_LANGUAGE_UNKNOWN

public final static int CONTENT_LANGUAGE_UNKNOWN
Error code - indicates content language is unknown

ERROR_STRING

public final static String[] ERROR_STRING
Array containing brief error meanings for error codes below

ERROR_UNKNOWN

public final static int ERROR_UNKNOWN
Error code - indicates error is unknown

FIPAOS_DEBUG

public final static String FIPAOS_DEBUG
Slot name for fipa-os debug stuff

FIPAOS_MSG_ID_SLOT

public final static String FIPAOS_MSG_ID_SLOT
Slot name for message id from sender

MALFORMED_ENVELOPE

public final static int MALFORMED_ENVELOPE
Error code - indicates envelope is malformed

NONE

public final static int NONE
Error code - indicates no error

PROTOCOL_UNKNOWN

public final static int PROTOCOL_UNKNOWN
Error code - indicates protocol is unknown

TARGET_UNKNOWN

public final static int TARGET_UNKNOWN
Error code - indicates target is unknown
Method Detail

shutdown

public void shutdown()
This should be invoked when the service should be safely shutdown

Association Links

to Class java.lang.String

Array containing brief error meanings for error codes below

to Class java.lang.String

Slot name for message id from sender

to Class java.lang.String

Slot name for fipa-os debug stuff