org.jboss.management
Interface ContainerManagementMBean

All Superinterfaces:
Service, ServiceMBean
All Known Implementing Classes:
ContainerManagement

public interface ContainerManagementMBean
extends ServiceMBean

This is the interface of the ContainerMgt that is exposed for administration

Version:
$Revision: 1.1 $
Author:
Andreas Schaefer (andreas.schaefer@madplanet.com)
See Also:
ContainerMgt

Fields inherited from interface org.jboss.util.ServiceMBean
STARTED, STARTING, states, STOPPED, STOPPING
 
Method Summary
 Container getContainer()
           
 
Methods inherited from interface org.jboss.util.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.util.Service
destroy, init, start, stop
 

Method Detail

getContainer

public Container getContainer()
Returns:
Container this is a proxy for


Copyright © 2000 The JBoss Organization. All Rights Reserved.