org.objectweb.jonas.container
Interface JmxContainerMBean

All Known Implementing Classes:
JmxContainer

public interface JmxContainerMBean

MBean Interface for container Manangement MBean type: Standard MBean model: Delegation


Method Summary
 java.lang.String getContainerName()
           
 java.lang.Integer getCurrentNumberOfBeanType()
           
 java.lang.Integer getCurrentNumberOfBMPType()
           
 java.lang.Integer getCurrentNumberOfCMPType()
           
 java.lang.Integer getCurrentNumberOfMDBType()
           
 java.lang.Integer getCurrentNumberOfSBFType()
           
 java.lang.Integer getCurrentNumberOfSBLType()
           
 java.lang.String getEarFileName()
          Get the name of the ear containing this ejb.
 java.lang.String getFileName()
           
 boolean isInEarCase()
          Return true if only if this ejbjar is in an ear file.
 

Method Detail

getCurrentNumberOfBeanType

public java.lang.Integer getCurrentNumberOfBeanType()
Returns:
Integer Number of Bean type currently in this container

getCurrentNumberOfBMPType

public java.lang.Integer getCurrentNumberOfBMPType()
Returns:
Integer Number of BMP type currently in this container

getCurrentNumberOfCMPType

public java.lang.Integer getCurrentNumberOfCMPType()
Returns:
Integer Number of CMP type currently in this container

getCurrentNumberOfSBFType

public java.lang.Integer getCurrentNumberOfSBFType()
Returns:
Integer Number of SBF type currently in this container

getCurrentNumberOfSBLType

public java.lang.Integer getCurrentNumberOfSBLType()
Returns:
Integer Number of SBL type currently in this container

getCurrentNumberOfMDBType

public java.lang.Integer getCurrentNumberOfMDBType()
Returns:
Integer Number of MDB type currently in this container

getContainerName

public java.lang.String getContainerName()
Returns:
String The name of this container

getFileName

public java.lang.String getFileName()
Returns:
String the application name

getEarFileName

public java.lang.String getEarFileName()
Get the name of the ear containing this ejb.

Returns:
the filename of the ear file.

isInEarCase

public boolean isInEarCase()
Return true if only if this ejbjar is in an ear file.

Returns:
true if only if this ejbjar is in an ear file.