org.apache.avalon.merlin.kernel
Interface Controller

All Known Subinterfaces:
DefaultKernelMBean, Kernel
All Known Implementing Classes:
DefaultKernel

public interface Controller

The Controller interface defines a subset of management operations exposed by a kernel implementation.

Version:
$Revision: 1.3 $ $Date: 2003/09/09 02:15:27 $
Author:
Avalon Development Team

Method Summary
 void shutdown()
          Initiate an orderly shutdown of the kernel.
 void startup()
          Initiate the establishment of the root container.
 

Method Detail

startup

public void startup()
             throws Exception
Initiate the establishment of the root container.

Throws:
Exception

shutdown

public void shutdown()
Initiate an orderly shutdown of the kernel.



Copyright © Apache Software Foundation. All Rights Reserved.