com.sun.sgs.impl.kernel
Interface KernelShutdownController


public interface KernelShutdownController

An interface for controlling Kernel shutdown. If the Kernel provides an object to a component or service, it is giving permission to that component or service to call Kernel.shutdown().


Method Summary
 void shutdownNode(Object caller)
          Instructs the Kernel to shutdown the node, as a result of a failure detected in a service or a component.
 

Method Detail

shutdownNode

void shutdownNode(Object caller)
Instructs the Kernel to shutdown the node, as a result of a failure detected in a service or a component. If this method is called during startup, it may be delayed until the Kernel is completely booted.

Parameters:
caller - the class that called the shutdown. This is to differentiate between being called from a service and being called from a component.

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved