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

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

public class GetSessionsCallable
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.String>

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

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

Constructor Detail

GetSessionsCallable

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

call

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