|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.core.Operations
public class Operations
Field Summary | |
---|---|
static byte |
OP_ACTIVATE
the ejbActivate method defined in EntityBean and SessionBean interfaces. |
static byte |
OP_AFTER_BEGIN
ejbAfterBegin method on session bean that implement the SessionSynchronization interface |
static byte |
OP_AFTER_COMPLETION
ejbAfterCompletition method on session bean that implement the SessionSynchronization interface |
static byte |
OP_BEFORE_COMPLETION
ejbBeforeCompletition method on session bean that implement the SessionSynchronization interface |
static byte |
OP_BUSINESS
Any business method invocation defined by the bean provider on the remote interface |
static byte |
OP_CREATE
Any create method defined by the bean provider on the home interface. |
static byte |
OP_FIND
Any find method defined by the bean provider on the home interface. |
static byte |
OP_HOME
Any home method (ejbHome) defined by the bean provider on the home interface. |
static byte |
OP_LOAD
for ejbLoad methods on entity beans |
static byte |
OP_PASSIVATE
the ejbPassivate method defined in EntityBean and SessionBean interfaces. |
static byte |
OP_POST_CREATE
all ejbPostCreate methods defined in the bean class. |
static byte |
OP_REMOVE
Any remove method defined by the bean provider on the home interface. |
static byte |
OP_SET_CONTEXT
setSessionContext, setEntityContext, and setMessageContext methods defined by SessionBean, EntityBean, and MessageDrivenBean interfaces. |
static byte |
OP_STORE
for ejbStore methods on entity beans |
static byte |
OP_UNSET_CONTEXT
unsetEntityContext method defined EntityBean interfaces. |
Constructor Summary | |
---|---|
Operations()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte OP_BUSINESS
public static final byte OP_AFTER_BEGIN
public static final byte OP_AFTER_COMPLETION
public static final byte OP_BEFORE_COMPLETION
public static final byte OP_REMOVE
public static final byte OP_SET_CONTEXT
public static final byte OP_UNSET_CONTEXT
public static final byte OP_CREATE
public static final byte OP_POST_CREATE
public static final byte OP_ACTIVATE
public static final byte OP_PASSIVATE
public static final byte OP_FIND
public static final byte OP_HOME
public static final byte OP_LOAD
public static final byte OP_STORE
Constructor Detail |
---|
public Operations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |