fr.dyade.aaa.agent
Interface AgentMBean
- AdminTopic, Agent, AgentAdmin, BridgeQueue, BridgeTopic, ClusterQueue, Container, DeadMQueue, Destination, ProxyAgent, Queue, Topic, UserAgent
public interface AgentMBean
void | delete() - Permits this agent to destroy it.
|
AgentId | getId() - Returns the global unique identifier of the agent.
|
String | getName() - Returns this
Agent 's name.
|
boolean | isFixed() - Tests if the agent is pinned in memory.
|
String | toString() - Returns a string representation of this agent, including the agent's
class, name, global identication, and fixed property.
|
delete
public void delete()
Permits this agent to destroy it.
getId
public AgentId getId()
Returns the global unique identifier of the agent. Each agent is
identified by a unique identifier allowing the agent to be found.
The identifiers format is detailed in
AgentId
class.
- the global unique identifier of the agent.
getName
public String getName()
Returns this Agent
's name.
- this
Agent
's name.
isFixed
public boolean isFixed()
Tests if the agent is pinned in memory.
- true if this agent is a pinned in memory; false otherwise.
fixed
toString
public String toString()
Returns a string representation of this agent, including the agent's
class, name, global identication, and fixed property.
- A string representation of this agent.
Copyright B) 2004 Scalagent - All rights reserved