Uses of Interface
com.bigdata.jini.start.IServiceListener

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

Uses of IServiceListener in com.bigdata.jini.start
 

Classes in com.bigdata.jini.start that implement IServiceListener
 class AbstractServicesManagerService
          Core impl.
static class ServicesManagerServer.AdministrableServicesManagerService
          Adds jini administration interfaces.
 

Fields in com.bigdata.jini.start declared as IServiceListener
protected  IServiceListener ManageLogicalServiceTask.listener
           
protected  IServiceListener ServiceConfigurationZNodeMonitorTask.listener
           
 

Constructors in com.bigdata.jini.start with parameters of type IServiceListener
ManageLogicalServiceTask(JiniFederation fed, IServiceListener listener, String configZPath, List<String> children, V config)
           
MonitorConfigZNodeTask(JiniFederation fed, IServiceListener listener)
           
MonitorCreatePhysicalServiceLocksTask(JiniFederation fed, IServiceListener listener)
           
ServiceConfigurationZNodeMonitorTask(JiniFederation<?> fed, IServiceListener listener, String className)
           
 

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

Fields in com.bigdata.jini.start.config declared as IServiceListener
protected  IServiceListener ServiceConfiguration.AbstractServiceStarter.listener
           
 

Methods in com.bigdata.jini.start.config with parameters of type IServiceListener
 ManageLogicalServiceTask<ManagedServiceConfiguration> ManagedServiceConfiguration.newLogicalServiceTask(JiniFederation fed, IServiceListener listener, String configZPath, List<String> children)
          Return a task that will correct any imbalance between the ServiceConfiguration and the #of logical services.
protected  V JiniServiceConfiguration.JiniServiceStarter.newProcessHelper(String className, ProcessBuilder processBuilder, IServiceListener listener)
           
protected  V ServiceConfiguration.AbstractServiceStarter.newProcessHelper(String className, ProcessBuilder processBuilder, IServiceListener listener)
          Return the ProcessHelper that will be used to manage the process.
protected  V ZookeeperServerConfiguration.ZookeeperServiceStarter.newProcessHelper(String className, ProcessBuilder processBuilder, IServiceListener listener)
           
protected  V JiniCoreServicesConfiguration.JiniCoreServicesStarter.newProcessHelper(String className, ProcessBuilder processBuilder, IServiceListener listener)
           
 ManagedServiceConfiguration.ManagedServiceStarter ManagedServiceConfiguration.newServiceStarter(IServiceListener listener)
          Not supported - use #newServiceStarter(JiniFederation, IServiceListener, String) instead.
 JavaServiceConfiguration.JavaServiceStarter JavaServiceConfiguration.newServiceStarter(IServiceListener listener)
           
abstract  ServiceConfiguration.AbstractServiceStarter ServiceConfiguration.newServiceStarter(IServiceListener listener)
          Factory method returns an object that may be used to start an new instance of the service.
 JavaServiceConfiguration.JavaServiceStarter ZookeeperServerConfiguration.newServiceStarter(IServiceListener listener)
          Not supported.
 JiniCoreServicesConfiguration.JiniCoreServicesStarter JiniCoreServicesConfiguration.newServiceStarter(IServiceListener listener)
          Not supported.
 JiniCoreServicesConfiguration.JiniCoreServicesStarter JiniCoreServicesConfiguration.newServiceStarter(IServiceListener listener, JiniClientConfig clientConfig)
           
 ZookeeperServerConfiguration.ZookeeperServiceStarter ZookeeperServerConfiguration.newServiceStarter(IServiceListener listener, ZookeeperServerEntry entry)
          (Re-)starts the zookeeper server instance identified in the ZookeeperServerEntry unless it is already running using the properties defined in the Configuration.
 LoadBalancerConfiguration.LoadBalancerServiceStarter LoadBalancerConfiguration.newServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
 ManagedServiceConfiguration.ManagedServiceStarter ManagedServiceConfiguration.newServiceStarter(JiniFederation fed, IServiceListener listener, String logicalServiceZPath, net.jini.core.entry.Entry[] attributes)
          Factory method returns an object that may be used to (re-)start a service.
 JiniServiceConfiguration.JiniServiceStarter JiniServiceConfiguration.newServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
 TransactionServerConfiguration.TransactionServiceStarter TransactionServerConfiguration.newServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
 BigdataServiceConfiguration.BigdataServiceStarter BigdataServiceConfiguration.newServiceStarter(JiniFederation fed, IServiceListener listener, String logicalServiceZPath, net.jini.core.entry.Entry[] attributes)
           
 MetadataServerConfiguration.MetadataServiceStarter MetadataServerConfiguration.newServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
 ClientServerConfiguration.ClientServiceStarter ClientServerConfiguration.newServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
 DataServerConfiguration.DataServiceStarter DataServerConfiguration.newServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
 

Constructors in com.bigdata.jini.start.config with parameters of type IServiceListener
BigdataServiceConfiguration.BigdataServiceStarter(JiniFederation fed, IServiceListener listener, String logicalServiceZPath, net.jini.core.entry.Entry[] attributes)
           
ClientServerConfiguration.ClientServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
DataServerConfiguration.DataServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
JavaServiceConfiguration.JavaServiceStarter(IServiceListener listener)
           
JiniCoreServicesConfiguration.JiniCoreServicesStarter(IServiceListener listener, JiniClientConfig clientConfig)
           
JiniServiceConfiguration.JiniServiceStarter(JiniFederation fed, IServiceListener listener, String logicalServiceZPath, net.jini.core.entry.Entry[] attributes)
           
LoadBalancerConfiguration.LoadBalancerServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
ManagedServiceConfiguration.ManagedServiceStarter(JiniFederation fed, IServiceListener listener, String logicalServiceZPath, net.jini.core.entry.Entry[] attributes)
           
MetadataServerConfiguration.MetadataServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
ServiceConfiguration.AbstractServiceStarter(IServiceListener listener)
           
TransactionServerConfiguration.TransactionServiceStarter(JiniFederation fed, IServiceListener listener, String zpath, net.jini.core.entry.Entry[] attributes)
           
ZookeeperServerConfiguration.ZookeeperServiceStarter(IServiceListener listener, ZookeeperServerEntry entry)
           
 

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

Methods in com.bigdata.jini.start.process with parameters of type IServiceListener
static boolean JiniCoreServicesProcessHelper.startCoreServices(net.jini.config.Configuration config, IServiceListener listener)
          Start the jini core services if they are configured as either running on this or using multicast (so they could be running on any host) and if there are not enough ServiceRegistrars already running.
static int ZookeeperProcessHelper.startZookeeper(net.jini.config.Configuration config, IServiceListener listener)
          (Re-)starts any zookeeper server(s) for the localhost that are identified in the ConfigurationFile and are not currently running.
 

Constructors in com.bigdata.jini.start.process with parameters of type IServiceListener
JiniCoreServicesProcessHelper(String name, ProcessBuilder builder, IServiceListener listener)
           
JiniServiceProcessHelper(String name, ProcessBuilder builder, IServiceListener listener)
           
ProcessHelper(String name, ProcessBuilder processBuilder, IServiceListener listener)
          Starts the Process, starts a Thread to consume its output, and registers the Process with the IServiceListener.
ZookeeperProcessHelper(String name, ProcessBuilder builder, IServiceListener listener, int clientPort)
           
 



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