|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.pogamut.Client.jmx.AgentWrapper
public class AgentWrapper
Class AgentWrapper
Field Summary | |
---|---|
private Agent |
theRef
|
Constructor Summary | |
---|---|
AgentWrapper(Agent theRef)
|
Method Summary | |
---|---|
void |
disconnect()
Operation exposed for management |
ParserType |
getBindedParserType()
Get Attribute exposed for management |
CommunicationState |
getCommunicationState()
Get Communication state of the agent |
IntrospectableProxy |
getIntrospectableProxy()
Get Main class used for Pogamut introspection of the agent |
AgentMemory |
getMemory()
Get Attribute exposed for management |
java.lang.String |
getName()
Get Attribute exposed for management |
void |
pauseLogic(java.lang.Object param0)
Operation exposed for management |
void |
resumeLogic(java.lang.Object param0)
Operation exposed for management |
void |
sendMessageToGB(java.lang.String param0)
Sends a GB message to the UT server |
void |
stopAgentSoft()
Operation exposed for management |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Agent theRef
Constructor Detail |
---|
public AgentWrapper(Agent theRef) throws javax.management.NotCompliantMBeanException
javax.management.NotCompliantMBeanException
Method Detail |
---|
public ParserType getBindedParserType()
getBindedParserType
in interface AgentWrapperMXBean
public CommunicationState getCommunicationState()
getCommunicationState
in interface AgentWrapperMXBean
public IntrospectableProxy getIntrospectableProxy()
public AgentMemory getMemory()
public java.lang.String getName()
getName
in interface AgentWrapperMXBean
public void disconnect()
disconnect
in interface AgentWrapperMXBean
public void pauseLogic(java.lang.Object param0)
param0
- public void resumeLogic(java.lang.Object param0)
param0
- public void sendMessageToGB(java.lang.String param0) throws CantWriteException
sendMessageToGB
in interface AgentWrapperMXBean
param0
-
CantWriteException
public void stopAgentSoft()
stopAgentSoft
in interface AgentWrapperMXBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |