Uses of Class
com.bigdata.jini.start.process.ProcessHelper

Packages that use ProcessHelper
com.bigdata.jini.start   
com.bigdata.jini.start.config   
com.bigdata.jini.start.process   
 

Uses of ProcessHelper in com.bigdata.jini.start
 

Methods in com.bigdata.jini.start with parameters of type ProcessHelper
 void IServiceListener.add(ProcessHelper service)
           
 void AbstractServicesManagerService.add(ProcessHelper service)
           
 void IServiceListener.remove(ProcessHelper service)
           
 void AbstractServicesManagerService.remove(ProcessHelper service)
           
 

Uses of ProcessHelper in com.bigdata.jini.start.config
 

Classes in com.bigdata.jini.start.config with type parameters of type ProcessHelper
 class JavaServiceConfiguration.JavaServiceStarter<V extends ProcessHelper>
          Starts a java service.
 class ManagedServiceConfiguration.ManagedServiceStarter<V extends ProcessHelper>
          This class and subclasses support re-start of persistent services.
 class ServiceConfiguration.AbstractServiceStarter<V extends ProcessHelper>
          A task that will (re-)start an instance of a service described by its ServiceConfiguration.
 

Methods in com.bigdata.jini.start.config with parameters of type ProcessHelper
protected  net.jini.core.lookup.ServiceItem JiniServiceConfiguration.JiniServiceStarter.awaitServiceDiscoveryOrDeath(ProcessHelper processHelper, long timeout, TimeUnit unit)
          Waits up to timeout units for the service to either by discovered by jini or to die.
 void JiniServiceConfiguration.JiniServiceStarter.awaitZNodeCreatedOrDeath(net.jini.core.lookup.ServiceItem serviceItem, ProcessHelper processHelper, long timeout, TimeUnit unit)
          Waits up to timeout units for the znode for the physical service to be created or the process to die.
 

Uses of ProcessHelper in com.bigdata.jini.start.process
 

Subclasses of ProcessHelper in com.bigdata.jini.start.process
 class JiniCoreServicesProcessHelper
          Class for starting the jini services.
 class JiniServiceProcessHelper
          Class for managing a service written using the jini framework.
 class ZookeeperProcessHelper
          Manages the life cycle of a zookeeper instance with extensions to send a "kill" message to the service, periodically send "ruok" messages, etc.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.