org.gwe.app.agent
Class BaseAgent

java.lang.Object
  extended by org.gwe.app.agent.BaseAgent
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>

public class BaseAgent
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>

Since:
Sep 5, 2008
Author:
Marco Ruiz

Field Summary
protected  ServerAPI4Agent agentAPI
           
 int allocId
           
 DaemonConfigDesc config
           
 
Constructor Summary
BaseAgent(ServerAPI4Agent agentAPI, DaemonConfigDesc user, int allocId)
           
 
Method Summary
 java.lang.Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agentAPI

protected ServerAPI4Agent agentAPI

allocId

public int allocId

config

public DaemonConfigDesc config
Constructor Detail

BaseAgent

public BaseAgent(ServerAPI4Agent agentAPI,
                 DaemonConfigDesc user,
                 int allocId)
Method Detail

call

public java.lang.Void call()
                    throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Void>
Throws:
java.lang.Exception


Copyright © 2007-2009. All Rights Reserved.