|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mx.util.JBossNotificationBroadcasterSupport org.jboss.system.ServiceMBeanSupport org.jboss.ejb.Container org.jboss.ejb.SessionContainer org.jboss.ejb.StatelessSessionContainer
public class StatelessSessionContainer
The container for stateless session beans.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.ejb.Container |
---|
Container.AbstractContainerInterceptor |
Field Summary |
---|
Fields inherited from class org.jboss.ejb.SessionContainer |
---|
beanMapping, homeMapping, instancePool, interceptor, serviceEndpoint |
Fields inherited from class org.jboss.ejb.Container |
---|
BASE_EJB_CONTAINER_NAME, beanClass, classLoader, createCount, EJB_CONTAINER_QUERY_NAME, EJB_TIMEOUT, ejbModule, EJBOBJECT_REMOVE, homeInterface, invokeStats, isJaccEnabled, jaccContextID, localClassLoader, localHomeInterface, localInterface, localProxyFactory, lockManager, marshalledInvocationMapping, metaData, ORB_NAME, proxyFactories, proxyFactoryTL, remoteInterface, removeCount, rm, securityProxy, sm, tm, webClassLoader |
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary | |
---|---|
StatelessSessionContainer()
|
Method Summary | |
---|---|
javax.ejb.EJBObject |
createHome()
|
javax.ejb.EJBLocalObject |
createLocalHome()
|
void |
remove(Invocation mi)
No-op. |
void |
removeHome(javax.ejb.Handle handle)
No-op. |
void |
removeHome(Object primaryKey)
No-op. |
void |
removeLocalHome(Object primaryKey)
No-op. |
protected void |
setupHomeMapping()
how home methods are treated by container |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
---|
create, destroy, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, stop |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.ejb.EJBProxyFactoryContainer |
---|
getHomeClass, getLocalClass, getLocalHomeClass, getLocalProxyFactory, getProxyFactory, getRemoteClass |
Methods inherited from interface org.jboss.ejb.InstancePoolContainer |
---|
getInstancePool |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Constructor Detail |
---|
public StatelessSessionContainer()
Method Detail |
---|
public void remove(Invocation mi) throws RemoteException, javax.ejb.RemoveException
RemoteException
javax.ejb.RemoveException
public javax.ejb.EJBLocalObject createLocalHome() throws javax.ejb.CreateException
javax.ejb.CreateException
public void removeLocalHome(Object primaryKey)
public javax.ejb.EJBObject createHome() throws RemoteException, javax.ejb.CreateException
RemoteException
javax.ejb.CreateException
public void removeHome(javax.ejb.Handle handle) throws RemoteException, javax.ejb.RemoveException
RemoteException
javax.ejb.RemoveException
public void removeHome(Object primaryKey) throws RemoteException, javax.ejb.RemoveException
RemoteException
javax.ejb.RemoveException
protected void setupHomeMapping() throws NoSuchMethodException
SessionContainer
setupHomeMapping
in class SessionContainer
NoSuchMethodException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |