Uses of Class
org.apache.lokahi.core.api.server.Hardware

Packages that use Hardware
org.apache.lokahi.core.api.job   
org.apache.lokahi.core.api.server   
org.apache.lokahi.core.common.util   
org.apache.lokahi.httpd.api.entity   
org.apache.lokahi.httpd.api.pool   
org.apache.lokahi.httpd.api.worker   
org.apache.lokahi.tomcat.api.worker   
 

Uses of Hardware in org.apache.lokahi.core.api.job
 

Methods in org.apache.lokahi.core.api.job that return Hardware
 Hardware Job.getHardware()
           
 

Methods in org.apache.lokahi.core.api.job with parameters of type Hardware
 void Job.setHardware(Hardware hardware)
           
 

Constructors in org.apache.lokahi.core.api.job with parameters of type Hardware
Job(int parentId, State state, java.lang.String options, Hardware h, Function func, JobPool jp)
           
Job(Job parent, java.lang.String options, Hardware h, Function f, JobPool jp)
           
Job(java.lang.String options, Hardware h, Function f, JobPool jp)
           
 

Uses of Hardware in org.apache.lokahi.core.api.server
 

Methods in org.apache.lokahi.core.api.server that return Hardware
 Hardware Hardware.fillObject(java.sql.ResultSet r)
           
 Hardware Hardware.get(int id)
           
static Hardware Hardware.getHardware(int id, boolean fromCache)
           
static Hardware Hardware.getHardware(java.lang.String name, Instance i, boolean fromCache)
           
 Hardware HardwareModel.getObject(int id)
           
 Hardware HardwareModel.viewHardware(int id)
          Deprecated.  
 

Methods in org.apache.lokahi.core.api.server that return types with arguments of type Hardware
static java.util.Collection<Hardware> Hardware.getHardware(Environment env, boolean fromCache)
           
static java.util.Collection<Hardware> Hardware.getHardwares()
           
static java.util.Collection<Hardware> Hardware.getHardwares(java.lang.String name, boolean fromCache)
           
 java.util.Collection<Hardware> HardwareModel.getObjects()
           
 java.util.Collection<Hardware> HardwareModel.viewHardwares()
          Deprecated.  
 

Methods in org.apache.lokahi.core.api.server with parameters of type Hardware
 void HardwareModel.addHardware(JobPool jp, Hardware h)
           
 void HardwareModel.addHardware(User u, Hardware h)
           
 void HardwareModel.addHardware(User u, Hardware h, Function f)
           
 java.lang.String HardwareModel.buildJvmConf(Hardware h)
           
 void HardwareModel.deleteHardware(JobPool jp, Hardware h)
           
 void HardwareModel.deleteHardware(User u, Hardware h, Function f)
           
 void HardwareModel.deployJvmConf(User u, Hardware h, JobPool jobPool)
           
 void HardwareModel.updateHardware(JobPool jp, Hardware h)
           
 void HardwareModel.updateHardware(User u, Hardware h)
           
 void HardwareModel.updateHardware(User u, Hardware h, Function f)
           
 

Method parameters in org.apache.lokahi.core.api.server with type arguments of type Hardware
 void HardwareModel.deleteHardware(User u, java.util.Collection<Hardware> c)
           
 void HardwareModel.deleteHardware(User u, java.util.Collection<Hardware> c, Function f)
           
 void HardwareModel.deployJvmConf(User u, java.util.Collection<Hardware> c, JobPool jobPool)
           
 

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

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

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

Methods in org.apache.lokahi.core.common.util with parameters of type Hardware
 TMCCollectionImpl<ApacheWorker> TMCVelocityViewTool.getApacheWorkers(Hardware h)
           
 TMCCollectionImpl<TomcatWorker> TMCVelocityViewTool.getTomcatWorkers(Hardware h)
           
 

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

Methods in org.apache.lokahi.httpd.api.entity with parameters of type Hardware
 java.lang.StringBuffer VirtualHost.buildVhostEntry(Hardware h)
           
 Ip VirtualHost.getIp(Hardware h)
           
 

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

Methods in org.apache.lokahi.httpd.api.pool that return types with arguments of type Hardware
 java.util.Collection<Hardware> ApachePool.getHardwares()
           
 

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

Methods in org.apache.lokahi.httpd.api.worker that return Hardware
 Hardware ApacheWorker.getHardware()
           
 

Methods in org.apache.lokahi.httpd.api.worker with parameters of type Hardware
static java.util.Collection<ApacheWorker> ApacheWorker.getApacheWorkers(Hardware h, boolean cache)
           
 void ApacheWorker.setHardware(Hardware hardware)
           
 

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

Uses of Hardware in org.apache.lokahi.tomcat.api.worker
 

Methods in org.apache.lokahi.tomcat.api.worker that return Hardware
 Hardware TomcatWorker.getHardware()
           
 

Methods in org.apache.lokahi.tomcat.api.worker with parameters of type Hardware
static TomcatWorker TomcatWorker.getTomcatWorker(Hardware h, Tomcat t, boolean cache)
           
static java.util.Collection<TomcatWorker> TomcatWorker.getTomcatWorkers(Hardware h, boolean cache)
           
 void TomcatWorker.setHardware(Hardware hardware)
           
 

Constructors in org.apache.lokahi.tomcat.api.worker with parameters of type Hardware
TomcatWorker(Hardware hardware, State state, Tomcat tomcat)
           
TomcatWorker(Hardware h, Tomcat t)
           
TomcatWorker(int workerId, int stateId, Tomcat t, Hardware h)