kaos.core.service.boot.usecase
Class KAoSUsecase10New

java.lang.Object
  extended by kaos.core.service.boot.KAoSAgent
      extended by kaos.core.service.boot.usecase.KAoSUsecase10New
All Implemented Interfaces:
KAoSAgentHelper
Direct Known Subclasses:
CommSpeedTestSender, KAoSUsecase20New

public class KAoSUsecase10New
extends KAoSAgent

$Revision: 1.4 $


Field Summary
protected static java.lang.String CONVERSATION_FLAG
           
protected static java.io.PrintStream LOGGER
           
protected static java.lang.String myDomain
           
protected static java.lang.String[] STATEMENT
           
 
Fields inherited from class kaos.core.service.boot.KAoSAgent
_agentDescription, _agentDirectoryService, _agentNamingService, _agentNickname, _lctr, _logger, _messageTransportService, _name, _serviceRoot
 
Constructor Summary
KAoSUsecase10New()
           
 
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
 

Field Detail

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
Constructor Detail

KAoSUsecase10New

public KAoSUsecase10New()
Method Detail

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