org.jboss.management.j2ee
Class SessionBean
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.management.j2ee.J2EEManagedObject
org.jboss.management.j2ee.EJB
org.jboss.management.j2ee.SessionBean
- All Implemented Interfaces:
- javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, EJBMBean, J2EEManagedObjectMBean, SessionBeanMBean, StatisticsProvider
- Direct Known Subclasses:
- StatefulSessionBean, StatelessSessionBean
public abstract class SessionBean
- extends EJB
- implements SessionBeanMBean
The JBoss JSR-77.30.13 implementation of the SessionBean model
- Version:
- $Revision: 1.6.6.4 $
- Author:
- Andreas Schaefer, Scott Stark, Thomas Diesler, Dimitris Andreadis
Constructor Summary |
SessionBean(String j2eeType,
String name,
javax.management.ObjectName ejbModuleName,
javax.management.ObjectName ejbContainerName,
String jndiName,
String localJndiName)
Create a SessionBean model |
Methods inherited from class org.jboss.management.j2ee.EJB |
create, destroy, getContainerCacheName, getContainerName, getContainerPoolName, getJndiName, getLocalJndiName, getParentKeys, getstats, resetStats, toString, updateCommonStats |
Methods inherited from class org.jboss.management.j2ee.J2EEManagedObject |
addChild, getLog, getNextNotificationSequenceNumber, getobjectName, getObjectName, getparent, getServer, getType, getType, iseventProvider, isstateManageable, isstatisticsProvider, newObjectName, postCreation, postDeregister, postRegister, preDeregister, preDestruction, preRegister, removeChild, removeObject, removeObject, sendNotification, setparent |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
SessionBean
public SessionBean(String j2eeType,
String name,
javax.management.ObjectName ejbModuleName,
javax.management.ObjectName ejbContainerName,
String jndiName,
String localJndiName)
throws javax.management.MalformedObjectNameException,
InvalidParentException
- Create a SessionBean model
- Parameters:
j2eeType
- the type of session beanname
- the ejb-name from the deploymentejbModuleName
- the JSR-77 EJBModule name for this beanejbContainerName
- the JMX name of the JBoss ejb container MBeanjndiName
- the jndi name of the remote home binding is one exists,
null if there is no remote home.localJndiName
- the jndi name of the local home binding is one exists,
null if there is no local home.
- Throws:
javax.management.MalformedObjectNameException
InvalidParentException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.