|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openejb.core.ivm.naming.ENCReference
org.openejb.core.stateful.EncReference
public class EncReference
This class is a wrapper for an Intra-VM EJB or Connector references in the JNDI ENC of a entity bean. When the getObject( ) method is invoked the Operation is checked to ensure that its is allowed for the bean's current state.
| Field Summary |
|---|
| Fields inherited from class org.openejb.core.ivm.naming.ENCReference |
|---|
checking, ref |
| Constructor Summary | |
|---|---|
EncReference(Reference ref)
|
|
| Method Summary | |
|---|---|
void |
checkOperation(byte operation)
This method is invoked by the ENCReference super class each time its getObject() method is called within the container system. |
| Methods inherited from class org.openejb.core.ivm.naming.ENCReference |
|---|
getObject, setChecking |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncReference(Reference ref)
| Method Detail |
|---|
public void checkOperation(byte operation)
throws javax.naming.NameNotFoundException
checkOperation in class ENCReferencejavax.naming.NameNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||