org.jboss.ejb
Class StatelessSessionEnterpriseContext

java.lang.Object
  |
  +--org.jboss.ejb.EnterpriseContext
        |
        +--org.jboss.ejb.StatelessSessionEnterpriseContext

public class StatelessSessionEnterpriseContext
extends EnterpriseContext

Version:
$Revision: 1.4 $
Author:
Rickard Öberg (rickard.oberg@telkel.com), Sebastien Alborini
See Also:

Inner Class Summary
protected  class StatelessSessionEnterpriseContext.SessionContextImpl
           
 
Inner classes inherited from class org.jboss.ejb.EnterpriseContext
EnterpriseContext.EJBContextImpl
 
Constructor Summary
StatelessSessionEnterpriseContext(java.lang.Object instance, Container con)
           
 
Method Summary
 void discard()
           
 javax.ejb.EJBObject getEJBObject()
           
 javax.ejb.SessionContext getSessionContext()
           
 void setEJBObject(javax.ejb.EJBObject eo)
           
 
Methods inherited from class org.jboss.ejb.EnterpriseContext
clear, getId, getInstance, getTransaction, isLocked, lock, setId, setPrincipal, setTransaction, unlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessSessionEnterpriseContext

public StatelessSessionEnterpriseContext(java.lang.Object instance,
                                         Container con)
                                  throws java.lang.Exception
Method Detail

setEJBObject

public void setEJBObject(javax.ejb.EJBObject eo)

getEJBObject

public javax.ejb.EJBObject getEJBObject()

getSessionContext

public javax.ejb.SessionContext getSessionContext()

discard

public void discard()
             throws java.rmi.RemoteException
Overrides:
discard in class EnterpriseContext


Copyright © 2000 The jBoss Organization. All Rights Reserved.