fr.dyade.aaa.agent
Interface AgentMBean

All Known Implementing Classes:
AcquisitionQueue, AcquisitionTopic, AdminTopic, Agent, AgentFactory, ClusterQueue, Container, DeadMQueue, Destination, DistributionQueue, DistributionTopic, FtpQueue, JMSBridgeQueue, JMSBridgeTopic, Queue, SchedulerQueue, 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.
 long getCommitTime()
           
 java.lang.String getName()
          Returns this Agent's name.
 int getReactNb()
           
 long getReactTime()
           
 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 pinned in memory; false otherwise.

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.

getReactNb

int getReactNb()
Returns:
the reactNb

getReactTime

long getReactTime()
Returns:
the reactTime

getCommitTime

long getCommitTime()
Returns:
the commitTime


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.