org.iids.aos.agent
Interface RunnableAgent

All Superinterfaces:
java.lang.Runnable, java.io.Serializable
All Known Implementing Classes:
LightweightAgentWrapper

Deprecated. As of AgentScape release 0.9. Superseded by Agent. Agent developers should extend from the Agent class instead of implementing this interface. For this release, the RunnableAgent and LightweightAgent interfaces are deprecated, to be removed in the 1.0 release.

@Deprecated
public interface RunnableAgent
extends java.lang.Runnable, java.io.Serializable

Author:
hidde@cs.vu.nl

Method Summary
 void setAgentScapeHandle(AgentScape agentScape)
          Deprecated.  
 void stop()
          Deprecated.  
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setAgentScapeHandle

void setAgentScapeHandle(AgentScape agentScape)
Deprecated. 

stop

void stop()
Deprecated. 


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