|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.util.ejb.EnterpriseSupport (src)
org.jboss.test.util.ejb.SessionSupport (src)
org.jboss.test.idgen.ejb.IdGeneratorBean
Field Summary |
Fields inherited from class org.jboss.test.util.ejb.SessionSupport (src) |
log, sessionCtx |
Constructor Summary | |
IdGeneratorBean()
|
Method Summary | |
long |
getNewId(java.lang.String beanName)
|
void |
setSessionContext(SessionContext (src) context)
Set the associated session context. |
Methods inherited from class org.jboss.test.util.ejb.SessionSupport (src) |
ejbActivate, ejbCreate, ejbPassivate, ejbRemove |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdGeneratorBean()
Method Detail |
public long getNewId(java.lang.String beanName) throws java.rmi.RemoteException
java.rmi.RemoteException
public void setSessionContext(SessionContext (src) context)
SessionBean (src)
Set the associated session context. The container calls this method after the instance creation.
The enterprise Bean instance should store the reference to the context object in an instance variable.
This method is called with no transaction context.
setSessionContext
in interface SessionBean (src)
setSessionContext
in class SessionSupport (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |