org.jboss.management.j2ee
Interface EJBMBean

All Superinterfaces:
J2EEManagedObjectMBean, StatisticsProvider
All Known Subinterfaces:
EntityBeanMBean, MessageDrivenBeanMBean, SessionBeanMBean, StatefulSessionBeanMBean, StatelessSessionBeanMBean
All Known Implementing Classes:
EJB, EntityBean, MessageDrivenBean, SessionBean, StatefulSessionBean, StatelessSessionBean

public interface EJBMBean
extends J2EEManagedObjectMBean, StatisticsProvider

MBean interface.

Version:
$Revision: 1.1.6.5 $

Method Summary
 String getJndiName()
           
 String getLocalJndiName()
           
 
Methods inherited from interface org.jboss.management.j2ee.J2EEManagedObjectMBean
addChild, getobjectName, getparent, iseventProvider, isstateManageable, isstatisticsProvider, removeChild, setparent
 
Methods inherited from interface org.jboss.management.j2ee.statistics.StatisticsProvider
getstats, resetStats
 

Method Detail

getJndiName

String getJndiName()
Returns:
the jndi name of the remote home binding if one exists, or null.

getLocalJndiName

String getLocalJndiName()
Returns:
the jndi name of the local home binding if one exists, or null.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.