jrun.ejb.operations
Class EntityOperations

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

public class EntityOperations
extends Operations

Author:
Paul Reilly
See Also:
Serialized Form

Field Summary
static int EJB_ACTIVATE
           
static int EJB_FIND
           
static int EJB_LOAD
           
static int EJB_PASSIVATE
           
static int EJB_POST_CREATE
           
static int EJB_STORE
           
static int GET_PRIMARY_KEY
           
static int SET_ENTITY_CONTEXT
           
static int UNSET_ENTITY_CONTEXT
           
 
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
 
Constructor Summary
EntityOperations()
           
 
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

SET_ENTITY_CONTEXT

public static final int SET_ENTITY_CONTEXT

UNSET_ENTITY_CONTEXT

public static final int UNSET_ENTITY_CONTEXT

EJB_POST_CREATE

public static final int EJB_POST_CREATE

EJB_FIND

public static final int EJB_FIND

EJB_ACTIVATE

public static final int EJB_ACTIVATE

EJB_PASSIVATE

public static final int EJB_PASSIVATE

EJB_LOAD

public static final int EJB_LOAD

EJB_STORE

public static final int EJB_STORE

GET_PRIMARY_KEY

public static final int GET_PRIMARY_KEY
Constructor Detail

EntityOperations

public EntityOperations()
Method Detail

checkAllowedOperations

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


Copyright � 2002 Macromedia Corporation. All Rights Reserved.