|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.test.stateless.ContextLookupStatelessBean
public class ContextLookupStatelessBean
Constructor Summary | |
---|---|
ContextLookupStatelessBean()
|
Method Summary | |
---|---|
void |
ejbActivate()
The activate method is called when the instance is activated from its "passive" state. |
void |
ejbCreate()
|
void |
ejbPassivate()
The passivate method is called before the instance enters the "passive" state. |
void |
ejbRemove()
A container invokes this method before it ends the life of the session object. |
void |
lookupBooleanEntry()
|
void |
lookupByteEntry()
|
void |
lookupCharacterEntry()
|
void |
lookupDoubleEntry()
|
void |
lookupEntityBean()
|
void |
lookupFloatEntry()
|
void |
lookupIntegerEntry()
|
void |
lookupJMSConnectionFactory()
|
void |
lookupLongEntry()
|
void |
lookupPersistenceContext()
|
void |
lookupPersistenceUnit()
|
void |
lookupResource()
|
void |
lookupSessionContext()
|
void |
lookupShortEntry()
|
void |
lookupStatefulBean()
|
void |
lookupStatefulBusinessLocal()
|
void |
lookupStatefulBusinessRemote()
|
void |
lookupStatelessBean()
|
void |
lookupStatelessBusinessLocal()
|
void |
lookupStatelessBusinessRemote()
|
void |
lookupStringEntry()
|
String |
remove(String arg)
|
void |
setSessionContext(javax.ejb.SessionContext ctx)
Set the associated session context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextLookupStatelessBean()
Method Detail |
---|
public void lookupEntityBean() throws TestFailureException
TestFailureException
public void lookupStatefulBean() throws TestFailureException
TestFailureException
public void lookupStatelessBean() throws TestFailureException
TestFailureException
public void lookupStatelessBusinessLocal() throws TestFailureException
TestFailureException
public void lookupStatelessBusinessRemote() throws TestFailureException
TestFailureException
public void lookupStatefulBusinessLocal() throws TestFailureException
TestFailureException
public void lookupStatefulBusinessRemote() throws TestFailureException
TestFailureException
public void lookupStringEntry() throws TestFailureException
TestFailureException
public void lookupDoubleEntry() throws TestFailureException
TestFailureException
public void lookupLongEntry() throws TestFailureException
TestFailureException
public void lookupFloatEntry() throws TestFailureException
TestFailureException
public void lookupIntegerEntry() throws TestFailureException
TestFailureException
public void lookupShortEntry() throws TestFailureException
TestFailureException
public void lookupBooleanEntry() throws TestFailureException
TestFailureException
public void lookupByteEntry() throws TestFailureException
TestFailureException
public void lookupCharacterEntry() throws TestFailureException
TestFailureException
public void lookupResource() throws TestFailureException
TestFailureException
public void lookupJMSConnectionFactory() throws TestFailureException
TestFailureException
public void lookupPersistenceUnit() throws TestFailureException
TestFailureException
public void lookupPersistenceContext() throws TestFailureException
TestFailureException
public void lookupSessionContext() throws TestFailureException
TestFailureException
public void setSessionContext(javax.ejb.SessionContext ctx) throws javax.ejb.EJBException, RemoteException
setSessionContext
in interface javax.ejb.SessionBean
javax.ejb.EJBException
RemoteException
public void ejbCreate() throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbRemove() throws javax.ejb.EJBException, RemoteException
ejbRemove
in interface javax.ejb.SessionBean
javax.ejb.EJBException
RemoteException
public void ejbActivate() throws javax.ejb.EJBException, RemoteException
ejbActivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
RemoteException
public void ejbPassivate() throws javax.ejb.EJBException, RemoteException
ejbPassivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
RemoteException
public String remove(String arg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |