jrun.ejb.operations
Class StatefulSessionOperations

java.lang.Object
  |
  +--jrun.ejb.operations.Operations
        |
        +--jrun.ejb.operations.StatefulSessionOperations
All Implemented Interfaces:
java.io.Serializable, SessionOperations

public class StatefulSessionOperations
extends Operations
implements SessionOperations

Author:
Paul Reilly
See Also:
Serialized Form

Field Summary
static int AFTER_BEGIN
           
static int AFTER_COMPLETION
           
static int BEFORE_COMPLETION
           
static int EJB_ACTIVATE
           
static int EJB_PASSIVATE
           
 
Fields inherited from class jrun.ejb.operations.Operations
BUSINESS_METHOD, CONSTRUCTOR, EJB_ACCESS, EJB_CREATE, EJB_REMOVE, GET_CALLER_PRINCIPAL, GET_EJB_HOME, GET_EJB_LOCAL_HOME, GET_EJB_LOCAL_OBJECT, GET_EJB_OBJECT, GET_ROLLBACK_ONLY, IS_CALLER_IN_ROLE, JNDI_ACCESS, NOT_IN_BEAN_METHOD, RESOURCE_MANAGER_ACCESS, SET_ROLLBACK_ONLY
 
Fields inherited from interface jrun.ejb.operations.SessionOperations
GET_USER_TRANSACTION, SET_SESSION_CONTEXT
 
Constructor Summary
StatefulSessionOperations(boolean isBeanManaged)
           
 
Method Summary
 void checkAllowedOperations(int operation, int beanMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EJB_ACTIVATE

public static final int EJB_ACTIVATE

EJB_PASSIVATE

public static final int EJB_PASSIVATE

AFTER_BEGIN

public static final int AFTER_BEGIN

BEFORE_COMPLETION

public static final int BEFORE_COMPLETION

AFTER_COMPLETION

public static final int AFTER_COMPLETION
Constructor Detail

StatefulSessionOperations

public StatefulSessionOperations(boolean isBeanManaged)
Method Detail

checkAllowedOperations

public void checkAllowedOperations(int operation,
                                   int beanMethod)
Overrides:
checkAllowedOperations in class Operations


Copyright � 2002 Macromedia Corporation. All Rights Reserved.