Uses of Class
org.apache.lokahi.httpd.api.server.Apache

Packages that use Apache
org.apache.lokahi.core.common.util   
org.apache.lokahi.httpd.api.server   
org.apache.lokahi.httpd.api.worker   
 

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

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

Methods in org.apache.lokahi.core.common.util that return types with arguments of type Apache
 java.util.Collection<Apache> TMCVelocityViewTool.getApaches()
          Deprecated.  
 java.util.Collection<Apache> TMCVelocityViewTool.searchApaches(java.lang.String name)
           
 

Methods in org.apache.lokahi.core.common.util with parameters of type Apache
 TMCCollectionImpl<ApacheWorker> TMCVelocityViewTool.getApacheWorkers(Apache a)
           
 

Uses of Apache in org.apache.lokahi.httpd.api.server
 

Methods in org.apache.lokahi.httpd.api.server that return Apache
 Apache Apache.fillObject(java.sql.ResultSet r)
           
 Apache Apache.get(int id)
           
static Apache Apache.getApache(int id, boolean fromCache)
           
 Apache ApacheModel.getObject(int id)
           
static Apache Apache.store(Apache ap)
           
 Apache ApacheModel.viewApache(int id)
           
 

Methods in org.apache.lokahi.httpd.api.server that return types with arguments of type Apache
static java.util.Collection<Apache> Apache.getApaches()
           
static java.util.Collection<Apache> Apache.getApaches(java.lang.String name, boolean fromCache)
           
 java.util.Collection<Apache> ApacheModel.getObjects()
           
 java.util.Collection<Apache> ApacheModel.viewApaches()
           
 

Methods in org.apache.lokahi.httpd.api.server with parameters of type Apache
 void ApacheModel.addApache(User u, Apache a, Function f)
           
static boolean Apache.delete(Apache ap)
           
 void ApacheModel.deleteApache(User u, Apache a, Function f)
           
static Apache Apache.store(Apache ap)
           
static void Apache.update(Apache ap)
           
 void ApacheModel.updateApache(User u, Apache a, Function f)
           
 

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

Methods in org.apache.lokahi.httpd.api.worker that return Apache
 Apache ApacheWorker.getApache()
           
 

Methods in org.apache.lokahi.httpd.api.worker with parameters of type Apache
static java.util.Collection<ApacheWorker> ApacheWorker.getApacheWorkers(Apache a, boolean cache)
           
 void ApacheWorker.setApache(Apache apache)
           
 

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