jrun.ejb.operations
Class Operations

java.lang.Object
  |
  +--jrun.ejb.operations.Operations
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EntityOperations, MessageDrivenOperations, StatefulSessionOperations, StatelessSessionOperations

public abstract class Operations
extends java.lang.Object
implements java.io.Serializable

Author:
Paul Reilly
See Also:
Serialized Form

Field Summary
static int BUSINESS_METHOD
           
static int CONSTRUCTOR
           
static int EJB_ACCESS
           
static int EJB_CREATE
           
static int EJB_REMOVE
           
static int GET_CALLER_PRINCIPAL
           
static int GET_EJB_HOME
           
static int GET_EJB_LOCAL_HOME
           
static int GET_EJB_LOCAL_OBJECT
           
static int GET_EJB_OBJECT
           
static int GET_ROLLBACK_ONLY
           
static int IS_CALLER_IN_ROLE
           
static int JNDI_ACCESS
           
static int NOT_IN_BEAN_METHOD
           
static int RESOURCE_MANAGER_ACCESS
           
static int SET_ROLLBACK_ONLY
           
 
Constructor Summary
Operations()
           
 
Method Summary
abstract  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

NOT_IN_BEAN_METHOD

public static final int NOT_IN_BEAN_METHOD

CONSTRUCTOR

public static final int CONSTRUCTOR

EJB_CREATE

public static final int EJB_CREATE

EJB_REMOVE

public static final int EJB_REMOVE

BUSINESS_METHOD

public static final int BUSINESS_METHOD

GET_EJB_HOME

public static final int GET_EJB_HOME

GET_EJB_LOCAL_HOME

public static final int GET_EJB_LOCAL_HOME

GET_CALLER_PRINCIPAL

public static final int GET_CALLER_PRINCIPAL

IS_CALLER_IN_ROLE

public static final int IS_CALLER_IN_ROLE

GET_EJB_OBJECT

public static final int GET_EJB_OBJECT

GET_EJB_LOCAL_OBJECT

public static final int GET_EJB_LOCAL_OBJECT

GET_ROLLBACK_ONLY

public static final int GET_ROLLBACK_ONLY

SET_ROLLBACK_ONLY

public static final int SET_ROLLBACK_ONLY

JNDI_ACCESS

public static final int JNDI_ACCESS

EJB_ACCESS

public static final int EJB_ACCESS

RESOURCE_MANAGER_ACCESS

public static final int RESOURCE_MANAGER_ACCESS
Constructor Detail

Operations

public Operations()
Method Detail

checkAllowedOperations

public abstract void checkAllowedOperations(int operation,
                                            int beanMethod)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.