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 String ROLE
           
 
Method Summary
 String[] getApplicationNames()
          Gets the list of applications running in the container
 void removeApplication(String name)
          Removes the application from the container
 

Field Detail

ROLE

public static final String ROLE
Method Detail

getApplicationNames

public String[] getApplicationNames()
Gets the list of applications running in the container
Returns:
applicationNames The array of application names

removeApplication

public void removeApplication(String name)
                       throws Exception
Removes the application from the container
Parameters:
name - the name of application to remove


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.