org.apache.lokahi.core.agent.callable.context
Class RedeployContextCallable

java.lang.Object
  extended by org.apache.lokahi.core.agent.callable.context.RedeployContextCallable
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>

public class RedeployContextCallable
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>

Version:
$Id: RedeployContextCallable.java,v 1.1 2006/03/02 19:19:39 drtobes Exp $
Author:
Stephen Toback

Constructor Summary
RedeployContextCallable(AgentTomcat tc, java.lang.String contextName, java.lang.String docBase)
           
 
Method Summary
 java.lang.Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedeployContextCallable

public RedeployContextCallable(AgentTomcat tc,
                               java.lang.String contextName,
                               java.lang.String docBase)
Method Detail

call

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