Uses of Class
org.apache.lokahi.httpd.api.pool.ApachePool

Packages that use ApachePool
org.apache.lokahi.core.api.pool   
org.apache.lokahi.core.common.util   
org.apache.lokahi.httpd.api.entity   
org.apache.lokahi.httpd.api.pool   
org.apache.lokahi.httpd.api.worker   
 

Uses of ApachePool in org.apache.lokahi.core.api.pool
 

Methods in org.apache.lokahi.core.api.pool that return ApachePool
 ApachePool HostingPool.getApachePool()
           
 

Methods in org.apache.lokahi.core.api.pool with parameters of type ApachePool
static java.util.Collection<HostingPool> HostingPool.getHostingPools(ApachePool ap, boolean fromCache)
           
 void HostingPool.setApachePool(ApachePool apachePool)
           
 

Constructors in org.apache.lokahi.core.api.pool with parameters of type ApachePool
HostingPool(java.lang.String name, ApachePool apachePool, TomcatPool tomcatPool, Environment env)
           
 

Uses of ApachePool in org.apache.lokahi.core.common.util
 

Methods in org.apache.lokahi.core.common.util that return ApachePool
 ApachePool TMCVelocityViewTool.getApachePool(java.lang.String id)
          Deprecated.  
 

Methods in org.apache.lokahi.core.common.util that return types with arguments of type ApachePool
 java.util.Collection<ApachePool> TMCVelocityViewTool.getApachePools()
          Deprecated.  
 java.util.Collection<ApachePool> TMCVelocityViewTool.getApachePools(ApacheWorker aw)
           
 java.util.Collection<ApachePool> TMCVelocityViewTool.searchApachePools(java.lang.String name)
           
 

Methods in org.apache.lokahi.core.common.util with parameters of type ApachePool
 java.util.Collection<HostingPool> TMCVelocityViewTool.getHostingPools(ApachePool ap)
           
 TMCCollectionImpl<VirtualHost> TMCVelocityViewTool.getVirtualHosts(User u, ApachePool ap)
           
 

Uses of ApachePool in org.apache.lokahi.httpd.api.entity
 

Methods in org.apache.lokahi.httpd.api.entity that return ApachePool
 ApachePool VirtualHost.getApachePool()
           
 

Constructors in org.apache.lokahi.httpd.api.entity with parameters of type ApachePool
VirtualHost(int pk, java.lang.String name, int envId, int stateId, int hpId, int catchAll, int nameBased, int exPid, ApachePool ap, java.sql.Blob entry)
           
 

Uses of ApachePool in org.apache.lokahi.httpd.api.pool
 

Methods in org.apache.lokahi.httpd.api.pool that return ApachePool
 ApachePool ApachePool.fillObject(java.sql.ResultSet r)
           
 ApachePool ApachePool.get(int id)
           
static ApachePool ApachePool.getApachePool(int id)
           
static ApachePool ApachePool.getApachePool(VirtualHost vh)
           
 ApachePool ApachePoolModel.getObject(int id)
           
 ApachePool AMPoolWorker.getPool()
           
static ApachePool ApachePool.store(ApachePool ap)
           
 

Methods in org.apache.lokahi.httpd.api.pool that return types with arguments of type ApachePool
static java.util.Collection<ApachePool> ApachePool.getApachePools()
           
static java.util.Collection<ApachePool> ApachePool.getApachePools(ApacheWorker aw)
           
static java.util.Collection<ApachePool> ApachePool.getApachePools(java.lang.String name)
           
 java.util.Collection<ApachePool> ApachePoolModel.getObjects()
           
 

Methods in org.apache.lokahi.httpd.api.pool with parameters of type ApachePool
 void ApachePoolModel.addApachePool(User u, ApachePool tp, Function f)
           
 void ApachePoolModel.configtestApache(User u, Project p, ApachePool ap)
           
 void ApachePoolModel.configtestApache(User u, Project p, JobPool jobPool, ApachePool ap)
           
static boolean ApachePool.delete(ApachePool ap)
           
 void ApachePoolModel.deleteApachePool(User u, ApachePool tp, Function f)
           
 void ApachePoolModel.deployApacheConfig(User u, Project p, ApachePool ap)
           
 void ApachePoolModel.deployApacheConfig(User u, Project p, JobPool jobPool, ApachePool ap)
           
 void ApachePoolModel.gracefulApache(User u, Project p, ApachePool ap)
           
 void ApachePoolModel.gracefulApache(User u, Project p, JobPool jobPool, ApachePool ap)
           
 void ApachePoolModel.restartApache(User u, Project p, ApachePool ap)
           
 void ApachePoolModel.restartApache(User u, Project p, JobPool jobPool, ApachePool ap)
           
 void ApachePoolModel.startApache(User u, Project p, ApachePool ap)
           
 void ApachePoolModel.startApache(User u, Project p, JobPool jobPool, ApachePool ap)
           
 void ApachePoolModel.stopApache(User u, Project p, ApachePool ap)
           
 void ApachePoolModel.stopApache(User u, Project p, JobPool jobPool, ApachePool ap)
           
static ApachePool ApachePool.store(ApachePool ap)
           
static boolean ApachePool.update(ApachePool ap)
           
 void ApachePoolModel.updateApache(User u, Project p, ApachePool ap)
           
 void ApachePoolModel.updateApache(User u, Project p, JobPool jobPool, ApachePool ap)
           
 void ApachePoolModel.updateApachePool(User u, ApachePool tp, Function f)
           
 

Method parameters in org.apache.lokahi.httpd.api.pool with type arguments of type ApachePool
 void ApachePoolModel.configtestApache(User u, java.util.Collection<ApachePool> c, Function f)
           
 void ApachePoolModel.deleteApachePool(User u, java.util.Collection<ApachePool> c, Function f)
           
 void ApachePoolModel.deployApacheConfig(User u, java.util.Collection<ApachePool> c, Function f)
           
 void ApachePoolModel.gracefulApache(User u, java.util.Collection<ApachePool> c, Function f)
           
 void ApachePoolModel.restartApache(User u, java.util.Collection<ApachePool> c, Function f)
           
 void ApachePoolModel.startApache(User u, java.util.Collection<ApachePool> c, Function f)
           
 void ApachePoolModel.stopApache(User u, java.util.Collection<ApachePool> c, Function f)
           
 

Constructors in org.apache.lokahi.httpd.api.pool with parameters of type ApachePool
AMPoolWorker(ApachePool ap, ApacheWorker aw)
           
 

Uses of ApachePool in org.apache.lokahi.httpd.api.worker
 

Constructors in org.apache.lokahi.httpd.api.worker with parameters of type ApachePool
ApacheWorker(State state, Hardware hardware, Apache apache, ApachePool aPool)