cz.cuni.pogamut.Client.jmx
Interface AgentWrapperMXBean

All Known Implementing Classes:
AgentWrapper

public interface AgentWrapperMXBean

Interface AgentWrapperMBean


Method Summary
 void disconnect()
          Operation exposed for management
 ParserType getBindedParserType()
          Get Attribute exposed for management
 CommunicationState getCommunicationState()
          Get Communication state of the agent
 java.lang.String getName()
          Get Attribute exposed for management
 void sendMessageToGB(java.lang.String param0)
          Sends a GB message to the UT server
 void stopAgentSoft()
          Operation exposed for management
 

Method Detail

getBindedParserType

ParserType getBindedParserType()
Get Attribute exposed for management


getCommunicationState

CommunicationState getCommunicationState()
Get Communication state of the agent


getName

java.lang.String getName()
Get Attribute exposed for management


disconnect

void disconnect()
Operation exposed for management


sendMessageToGB

void sendMessageToGB(java.lang.String param0)
                     throws CantWriteException
Sends a GB message to the UT server

Parameters:
param0 -
Throws:
CantWriteException

stopAgentSoft

void stopAgentSoft()
Operation exposed for management