org.apache.avalon.phoenix.interfaces
Interface KernelMBean

All Known Implementing Classes:
DefaultKernel

public interface KernelMBean

This is the interface via which you can manager the root container of Applications.

Author:
Peter Donald

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.lang.String[] getApplicationNames()
          Gets the list of applications running in the container
 void removeApplication(java.lang.String name)
          Removes the application from the container
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

getApplicationNames

public java.lang.String[] getApplicationNames()
Gets the list of applications running in the container

Returns:
applicationNames The array of application names

removeApplication

public void removeApplication(java.lang.String name)
                       throws java.lang.Exception
Removes the application from the container

Parameters:
name - the name of application to remove
java.lang.Exception


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.