org.iids.aos.agentserver.java
Class LightweightAgentWrapper

java.lang.Object
  extended by org.iids.aos.agentserver.java.JProf
      extended by org.iids.aos.agentserver.java.LightweightAgentWrapper
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, RunnableAgent

public class LightweightAgentWrapper
extends JProf
implements RunnableAgent

Author:
hidde
See Also:
Serialized Form

Constructor Summary
LightweightAgentWrapper(LightweightAgent lightweightAgent)
           
 
Method Summary
 long getAgentCPUtime()
           
 void run()
           
 void setAgentScapeHandle(AgentScape agentScape)
           
 void stop()
           
 
Methods inherited from class org.iids.aos.agentserver.java.JProf
disable, getThreadCpuTime, isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightweightAgentWrapper

public LightweightAgentWrapper(LightweightAgent lightweightAgent)
Method Detail

setAgentScapeHandle

public void setAgentScapeHandle(AgentScape agentScape)
Specified by:
setAgentScapeHandle in interface RunnableAgent

stop

public void stop()
Specified by:
stop in interface RunnableAgent

run

public void run()
Specified by:
run in interface java.lang.Runnable

getAgentCPUtime

public long getAgentCPUtime()


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.