|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.core.ivm.naming.IntraVmJndiReference
public class IntraVmJndiReference
This class is used when the object to be referenced is accessible through the OpenEJB global name space. The lookup name is provided, but not the context because it can be obtained dynamically using OpenEJB.getJNDIContext() method. The object is not resolved until it's requested. This is primarily used when constructing the JNDI ENC for a bean.
Constructor Summary | |
---|---|
IntraVmJndiReference(java.lang.String jndiName)
|
Method Summary | |
---|---|
java.lang.Object |
getObject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntraVmJndiReference(java.lang.String jndiName)
Method Detail |
---|
public java.lang.Object getObject() throws javax.naming.NamingException
getObject
in interface Reference
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |