kaos.core.service.boot.usecase
Class KAoSUsecase10New
java.lang.Object
kaos.core.service.boot.KAoSAgent
kaos.core.service.boot.usecase.KAoSUsecase10New
- All Implemented Interfaces:
- KAoSAgentHelper
- Direct Known Subclasses:
- CommSpeedTestSender, KAoSUsecase20New
public class KAoSUsecase10New
- extends KAoSAgent
$Revision: 1.4 $
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
receiveMessage(TransportMessage tmsg)
Overrides the receiveMessage method defined
in the superclass. |
Methods inherited from class kaos.core.service.boot.KAoSAgent |
acquireAgentDirectoryService, acquireAgentName, acquireAgentNamingService, acquireMessageTransportService, assertFalse, assertTrue, bindToMessageTransportService, checkPermission, createTransportMessage, equals, establishAgentDescription, findAgentDescriptionForID, findAgentDescriptionForNickname, getAgentID, getKAoSAgentDescription, hashCode, initialize, logMessage, logMessage, printTransportMessage, sendMessage, verifyRegistration |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CONVERSATION_FLAG
protected static final java.lang.String CONVERSATION_FLAG
- See Also:
- Constant Field Values
STATEMENT
protected static final java.lang.String[] STATEMENT
myDomain
protected static final java.lang.String myDomain
- See Also:
- Constant Field Values
LOGGER
protected static final java.io.PrintStream LOGGER
KAoSUsecase10New
public KAoSUsecase10New()
receiveMessage
public void receiveMessage(TransportMessage tmsg)
- Overrides the receiveMessage method defined
in the superclass.
- Overrides:
receiveMessage
in class KAoSAgent
- See Also:
MessageListener
,
TransportMessage
,
"JAS Specification, Section(s) 3.4.2, 4.7.2"
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception