BEA Systems, Inc.

weblogic.cluster.singleton
Class SingletonServicesBatchManager

java.lang.Object
  extended by weblogic.cluster.singleton.SingletonServicesBatchManager
All Implemented Interfaces:
weblogic.management.runtime.ServerStates, weblogic.server.ServerService, weblogic.timers.TimerListener

public class SingletonServicesBatchManager
extends Object
implements weblogic.server.ServerService, weblogic.timers.TimerListener


Field Summary
 
Fields inherited from interface weblogic.management.runtime.ServerStates
ACTIVATE_LATER, ADMIN, DISCOVERED, FAILED, FAILED_MIGRATABLE, FAILED_NOT_RESTARTABLE, FAILED_RESTARTING, FORCE_SHUTTING_DOWN, FORCE_SUSPENDING, RESUMING, RUNNING, SERVERSTATES, SHUTDOWN, SHUTDOWN_IN_PROCESS, SHUTDOWN_PENDING, SHUTTING_DOWN, SRVR_ACTIVATE_LATER, SRVR_ADMIN, SRVR_DISCOVERED, SRVR_FAILED, SRVR_FAILED_MIGRATABLE, SRVR_FAILED_NOT_RESTARTABLE, SRVR_FAILED_RESTARTING, SRVR_FORCE_SHUTTING_DOWN, SRVR_FORCE_SUSPENDING, SRVR_RESUMING, SRVR_RUNNING, SRVR_SHUTDOWN, SRVR_SHUTDOWN_IN_PROCESS, SRVR_SHUTDOWN_PENDING, SRVR_SHUTTING_DOWN, SRVR_STANDBY, SRVR_STARTING, SRVR_SUSPENDING, SRVR_UNKNOWN, STANDBY, STARTING, SUSPENDING, UNKNOWN
 
Constructor Summary
SingletonServicesBatchManager()
           
 
Method Summary
 String getName()
           
 String getVersion()
           
 void halt()
           
 void start()
           
 void startService(String name)
           
 void stop()
           
 void timerExpired(weblogic.timers.Timer timer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonServicesBatchManager

public SingletonServicesBatchManager()
Method Detail

getName

public String getName()
Specified by:
getName in interface weblogic.server.ServerService

getVersion

public String getVersion()
Specified by:
getVersion in interface weblogic.server.ServerService

startService

public void startService(String name)
                  throws IllegalArgumentException
Throws:
IllegalArgumentException

start

public void start()
           throws weblogic.server.ServiceFailureException
Specified by:
start in interface weblogic.server.ServerService
Throws:
weblogic.server.ServiceFailureException

timerExpired

public void timerExpired(weblogic.timers.Timer timer)
Specified by:
timerExpired in interface weblogic.timers.TimerListener

stop

public void stop()
          throws weblogic.server.ServiceFailureException
Specified by:
stop in interface weblogic.server.ServerService
Throws:
weblogic.server.ServiceFailureException

halt

public void halt()
          throws weblogic.server.ServiceFailureException
Specified by:
halt in interface weblogic.server.ServerService
Throws:
weblogic.server.ServiceFailureException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.