com.bigdata.jini.start
Interface IServicesManagerService

All Superinterfaces:
Remote
All Known Implementing Classes:
AbstractServicesManagerService, ServicesManagerServer.AdministrableServicesManagerService

public interface IServicesManagerService
extends Remote

Methods exposed via RMI.

Version:
$Id$
Author:
Bryan Thompson

Method Summary
 void sighup(boolean pushConfig, boolean restartServices)
          Initiates a service configuration push and restarts any stopped processes.
 

Method Detail

sighup

void sighup(boolean pushConfig,
            boolean restartServices)
            throws IOException,
                   net.jini.config.ConfigurationException
Initiates a service configuration push and restarts any stopped processes. This is the same behavior as SIGHUP. It is exposed for RMI both for remote purposes and because some platforms (for example, Windows) don't support SIGHUP.

Parameters:
pushConfig - If you want to do a service configuration push.
restartServices - If you want the services manager that receives the message to restart any services for which it is responsible which are not currently running.
Throws:
IOException - if there is an RMI problem.
net.jini.config.ConfigurationException - if there is a problem re-processing the Configuration.


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