Uses of Class
org.apache.lokahi.core.common.interfaces.RestObject

Packages that use RestObject
org.apache.lokahi.core.api.environment   
org.apache.lokahi.core.api.file   
org.apache.lokahi.core.api.function   
org.apache.lokahi.core.api.instance   
org.apache.lokahi.core.api.ipaddress   
org.apache.lokahi.core.api.job   
org.apache.lokahi.core.api.jobpool   
org.apache.lokahi.core.api.pool   
org.apache.lokahi.core.api.project   
org.apache.lokahi.core.api.server   
org.apache.lokahi.core.api.user   
org.apache.lokahi.core.common.authorization   
org.apache.lokahi.core.common.interfaces   
org.apache.lokahi.httpd.api.entity   
org.apache.lokahi.httpd.api.pool   
org.apache.lokahi.httpd.api.server   
org.apache.lokahi.httpd.api.worker   
org.apache.lokahi.tomcat.api.entity   
org.apache.lokahi.tomcat.api.pool   
org.apache.lokahi.tomcat.api.server   
org.apache.lokahi.tomcat.api.worker   
 

Uses of RestObject in org.apache.lokahi.core.api.environment
 

Subclasses of RestObject in org.apache.lokahi.core.api.environment
 class Environment
           
 

Uses of RestObject in org.apache.lokahi.core.api.file
 

Subclasses of RestObject in org.apache.lokahi.core.api.file
 class File
           
 

Uses of RestObject in org.apache.lokahi.core.api.function
 

Subclasses of RestObject in org.apache.lokahi.core.api.function
 class Function
          Represents the actions that a user can perform on configurable items that lokahi maintains and controls.
 

Uses of RestObject in org.apache.lokahi.core.api.instance
 

Subclasses of RestObject in org.apache.lokahi.core.api.instance
 class Instance
           
 

Uses of RestObject in org.apache.lokahi.core.api.ipaddress
 

Subclasses of RestObject in org.apache.lokahi.core.api.ipaddress
 class Ip
           
 

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

Subclasses of RestObject in org.apache.lokahi.core.api.job
 class Job
          A Job is an action that the controller needs to instruct the agent to perform
 

Uses of RestObject in org.apache.lokahi.core.api.jobpool
 

Subclasses of RestObject in org.apache.lokahi.core.api.jobpool
 class JobPool
           
 

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

Subclasses of RestObject in org.apache.lokahi.core.api.pool
 class HostingPool
           
 

Uses of RestObject in org.apache.lokahi.core.api.project
 

Subclasses of RestObject in org.apache.lokahi.core.api.project
 class Project
           
 

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

Subclasses of RestObject in org.apache.lokahi.core.api.server
 class Hardware
           
 

Uses of RestObject in org.apache.lokahi.core.api.user
 

Subclasses of RestObject in org.apache.lokahi.core.api.user
 class User
           
 

Uses of RestObject in org.apache.lokahi.core.common.authorization
 

Subclasses of RestObject in org.apache.lokahi.core.common.authorization
 class Global
           
 

Uses of RestObject in org.apache.lokahi.core.common.interfaces
 

Subclasses of RestObject in org.apache.lokahi.core.common.interfaces
 class Application<T extends Application>
           
 class FunctionableEntity<T extends FunctionableEntity>
           
 class TMCDao<T extends TMCDao>
           
 class XMLDao<T extends XMLDao>
           
 

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

Subclasses of RestObject in org.apache.lokahi.httpd.api.entity
 class VirtualHost
           
 

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

Subclasses of RestObject in org.apache.lokahi.httpd.api.pool
 class ApachePool
           
 

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

Subclasses of RestObject in org.apache.lokahi.httpd.api.server
 class Apache
           
 

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

Subclasses of RestObject in org.apache.lokahi.httpd.api.worker
 class ApacheWorker
           
 

Uses of RestObject in org.apache.lokahi.tomcat.api.entity
 

Subclasses of RestObject in org.apache.lokahi.tomcat.api.entity
 class TomcatContext
           
 

Uses of RestObject in org.apache.lokahi.tomcat.api.pool
 

Subclasses of RestObject in org.apache.lokahi.tomcat.api.pool
 class TomcatPool
           
 

Uses of RestObject in org.apache.lokahi.tomcat.api.server
 

Subclasses of RestObject in org.apache.lokahi.tomcat.api.server
 class Tomcat
           
 

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

Subclasses of RestObject in org.apache.lokahi.tomcat.api.worker
 class TomcatWorker