org.openejb.core
Class Operations

java.lang.Object
  extended by org.openejb.core.Operations

public class Operations
extends java.lang.Object


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

OP_BUSINESS

public static final byte OP_BUSINESS
Any business method invocation defined by the bean provider on the remote interface

See Also:
Constant Field Values

OP_AFTER_BEGIN

public static final byte OP_AFTER_BEGIN
ejbAfterBegin method on session bean that implement the SessionSynchronization interface

See Also:
Constant Field Values

OP_AFTER_COMPLETION

public static final byte OP_AFTER_COMPLETION
ejbAfterCompletition method on session bean that implement the SessionSynchronization interface

See Also:
Constant Field Values

OP_BEFORE_COMPLETION

public static final byte OP_BEFORE_COMPLETION
ejbBeforeCompletition method on session bean that implement the SessionSynchronization interface

See Also:
Constant Field Values

OP_REMOVE

public static final byte OP_REMOVE
Any remove method defined by the bean provider on the home interface.

See Also:
Constant Field Values

OP_SET_CONTEXT

public static final byte OP_SET_CONTEXT
setSessionContext, setEntityContext, and setMessageContext methods defined by SessionBean, EntityBean, and MessageDrivenBean interfaces.

See Also:
Constant Field Values

OP_UNSET_CONTEXT

public static final byte OP_UNSET_CONTEXT
unsetEntityContext method defined EntityBean interfaces.

See Also:
Constant Field Values

OP_CREATE

public static final byte OP_CREATE
Any create method defined by the bean provider on the home interface.

See Also:
Constant Field Values

OP_POST_CREATE

public static final byte OP_POST_CREATE
all ejbPostCreate methods defined in the bean class.

See Also:
Constant Field Values

OP_ACTIVATE

public static final byte OP_ACTIVATE
the ejbActivate method defined in EntityBean and SessionBean interfaces.

See Also:
Constant Field Values

OP_PASSIVATE

public static final byte OP_PASSIVATE
the ejbPassivate method defined in EntityBean and SessionBean interfaces.

See Also:
Constant Field Values

OP_FIND

public static final byte OP_FIND
Any find method defined by the bean provider on the home interface.

See Also:
Constant Field Values

OP_HOME

public static final byte OP_HOME
Any home method (ejbHome) defined by the bean provider on the home interface.

See Also:
Constant Field Values

OP_LOAD

public static final byte OP_LOAD
for ejbLoad methods on entity beans

See Also:
Constant Field Values

OP_STORE

public static final byte OP_STORE
for ejbStore methods on entity beans

See Also:
Constant Field Values
Constructor Detail

Operations

public Operations()


Copyright © 1999-2011 OpenEJB. All Rights Reserved.