Uses of Class
net.sf.tm.ContextManagerException

Packages that use ContextManagerException
net.sf.tm Provides the basic Interfaces, Exceptions and objects for a context manager.  
net.sf.tm.tomcat This package contains an implementation of a context manager for the Tomcat server.  
 

Uses of ContextManagerException in net.sf.tm
 

Methods in net.sf.tm that throw ContextManagerException
 void IContextManager.start(String context)
          Starts a context by it's name.
 void IContextManager.stop(String context)
          Stops a context by it's name.
 void IContextManager.reload(String context)
          Reloads a context by it's name.
 List IContextManager.getAll()
          Returns a list of all available context's.
 

Uses of ContextManagerException in net.sf.tm.tomcat
 

Methods in net.sf.tm.tomcat that throw ContextManagerException
 void TomcatContextManager.start(String context)
           
 void TomcatContextManager.stop(String context)
           
 void TomcatContextManager.reload(String context)
           
 List TomcatContextManager.getAll()
           
 



Copyright © 2003-2004 Andreas Pataki. All Rights Reserved.