|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jpublish.EJB
A wrapper for an EJB (specifically the Home interface). The EJB class will delay the loading of the home interface until request time.
Constructor Summary | |
EJB(java.lang.String ref,
java.lang.String homeClass)
Construct an EJB object |
Method Summary | |
java.lang.Object |
getHome()
Get the EJB home interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EJB(java.lang.String ref, java.lang.String homeClass) throws javax.naming.NamingException
ref
- The JNDI referencehomeClass
- The home class namejavax.naming.NamingException
- Method Detail |
public java.lang.Object getHome() throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |