fr.dyade.aaa.agent
Interface AgentMBean

All Known Implementing Classes:
AdminTopic, Agent, AgentAdmin, BridgeQueue, BridgeTopic, ClusterQueue, Container, DeadMQueue, Destination, ProxyAgent, Queue, Topic, UserAgent

public interface AgentMBean


Method Summary
 void delete()
          Permits this agent to destroy it.
 java.lang.String getAgentId()
          Returns the global unique identifier of the agent.
 java.lang.String getName()
          Returns this Agent's name.
 boolean isFixed()
          Tests if the agent is pinned in memory.
 java.lang.String toString()
          Returns a string representation of this agent, including the agent's class, name, global identication, and fixed property.
 

Method Detail

getName

java.lang.String getName()
Returns this Agent's name.

Returns:
this Agent's name.

getAgentId

java.lang.String getAgentId()
Returns the global unique identifier of the agent.

Returns:
the global unique identifier of the agent.

isFixed

boolean isFixed()
Tests if the agent is pinned in memory.

Returns:
true if this agent is a pinned in memory; false otherwise.
See Also:
fixed

delete

void delete()
Permits this agent to destroy it.


toString

java.lang.String toString()
Returns a string representation of this agent, including the agent's class, name, global identication, and fixed property.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this agent.


Copyright © 2004 Scalagent - All rights reserved