public class ContextLookupSingletonBean extends Object implements javax.ejb.SessionBean
| Constructor and Description |
|---|
ContextLookupSingletonBean() |
| Modifier and Type | Method and Description |
|---|---|
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 |
lookupSingletonBean() |
void |
lookupSingletonBusinessLocal() |
void |
lookupSingletonBusinessLocalBean() |
void |
lookupSingletonBusinessRemote() |
void |
lookupStatefulBean() |
void |
lookupStatefulBusinessLocal() |
void |
lookupStatefulBusinessLocalBean() |
void |
lookupStatefulBusinessRemote() |
void |
lookupStringEntry() |
String |
remove(String arg) |
void |
setSessionContext(javax.ejb.SessionContext ctx)
Set the associated session context.
|
public void lookupEntityBean()
throws TestFailureException
TestFailureExceptionpublic void lookupStatefulBean()
throws TestFailureException
TestFailureExceptionpublic void lookupSingletonBean()
throws TestFailureException
TestFailureExceptionpublic void lookupSingletonBusinessLocal()
throws TestFailureException
TestFailureExceptionpublic void lookupSingletonBusinessLocalBean()
throws TestFailureException
TestFailureExceptionpublic void lookupSingletonBusinessRemote()
throws TestFailureException
TestFailureExceptionpublic void lookupStatefulBusinessLocal()
throws TestFailureException
TestFailureExceptionpublic void lookupStatefulBusinessLocalBean()
throws TestFailureException
TestFailureExceptionpublic void lookupStatefulBusinessRemote()
throws TestFailureException
TestFailureExceptionpublic void lookupStringEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupDoubleEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupLongEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupFloatEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupIntegerEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupShortEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupBooleanEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupByteEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupCharacterEntry()
throws TestFailureException
TestFailureExceptionpublic void lookupResource()
throws TestFailureException
TestFailureExceptionpublic void lookupJMSConnectionFactory()
throws TestFailureException
TestFailureExceptionpublic void lookupPersistenceUnit()
throws TestFailureException
TestFailureExceptionpublic void lookupPersistenceContext()
throws TestFailureException
TestFailureExceptionpublic void lookupSessionContext()
throws TestFailureException
TestFailureExceptionpublic void setSessionContext(javax.ejb.SessionContext ctx)
throws javax.ejb.EJBException,
RemoteException
setSessionContext in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionRemoteExceptionpublic void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbRemove()
throws javax.ejb.EJBException,
RemoteException
ejbRemove in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionRemoteExceptionpublic void ejbActivate()
throws javax.ejb.EJBException,
RemoteException
ejbActivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionRemoteExceptionpublic void ejbPassivate()
throws javax.ejb.EJBException,
RemoteException
ejbPassivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionRemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.