jrun.ejb.operations
Class MessageDrivenOperations

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

public class MessageDrivenOperations
extends Operations

See Also:
Serialized Form

Field Summary
static int GET_USER_TRANSACTION
           
static int ON_MESSAGE
           
static int SET_MESSAGE_DRIVEN_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
MessageDrivenOperations(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

SET_MESSAGE_DRIVEN_CONTEXT

public static final int SET_MESSAGE_DRIVEN_CONTEXT

ON_MESSAGE

public static final int ON_MESSAGE

GET_USER_TRANSACTION

public static final int GET_USER_TRANSACTION
Constructor Detail

MessageDrivenOperations

public MessageDrivenOperations(boolean isBeanManaged)
Method Detail

checkAllowedOperations

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


Copyright � 2002 Macromedia Corporation. All Rights Reserved.