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
ROLE
public static final String ROLE
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.