|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.naming.Reference
org.apache.xbean.naming.reference.SimpleReference
org.apache.openejb.core.ivm.naming.Reference
public abstract class Reference
This interface is implemented by special wrappers for EJB references and resource references. When the getObject( ) method is invoked the Operation is checked to ensure that its is allowed for the bean's current state.
In addition, dynamic resolution and special conditions can be encapsulated in the implementation object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.xbean.naming.reference.SimpleReference |
---|
org.apache.xbean.naming.reference.SimpleReference.SimpleObjectFactory |
Field Summary |
---|
Fields inherited from class javax.naming.Reference |
---|
addrs, classFactory, classFactoryLocation, className |
Constructor Summary | |
---|---|
Reference()
|
Method Summary | |
---|---|
Object |
getContent()
|
abstract Object |
getObject()
|
Methods inherited from class org.apache.xbean.naming.reference.SimpleReference |
---|
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, getFactoryClassName, hashCode, remove, size, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Reference()
Method Detail |
---|
public Object getContent() throws NamingException
getContent
in class org.apache.xbean.naming.reference.SimpleReference
NamingException
public abstract Object getObject() throws NamingException
NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |