org.apache.openejb.client
Class ResponseCodes
java.lang.Object
org.apache.openejb.client.ResponseCodes
public class ResponseCodes
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTH_GRANTED
public static final int AUTH_GRANTED
- See Also:
- Constant Field Values
AUTH_REDIRECT
public static final int AUTH_REDIRECT
- See Also:
- Constant Field Values
AUTH_DENIED
public static final int AUTH_DENIED
- See Also:
- Constant Field Values
EJB_OK
public static final int EJB_OK
- See Also:
- Constant Field Values
EJB_OK_CREATE
public static final int EJB_OK_CREATE
- See Also:
- Constant Field Values
EJB_OK_FOUND
public static final int EJB_OK_FOUND
- See Also:
- Constant Field Values
EJB_OK_FOUND_COLLECTION
public static final int EJB_OK_FOUND_COLLECTION
- See Also:
- Constant Field Values
EJB_OK_NOT_FOUND
public static final int EJB_OK_NOT_FOUND
- See Also:
- Constant Field Values
EJB_APP_EXCEPTION
public static final int EJB_APP_EXCEPTION
- See Also:
- Constant Field Values
EJB_SYS_EXCEPTION
public static final int EJB_SYS_EXCEPTION
- See Also:
- Constant Field Values
EJB_ERROR
public static final int EJB_ERROR
- See Also:
- Constant Field Values
JNDI_OK
public static final int JNDI_OK
- See Also:
- Constant Field Values
JNDI_EJBHOME
public static final int JNDI_EJBHOME
- See Also:
- Constant Field Values
JNDI_CONTEXT
public static final int JNDI_CONTEXT
- See Also:
- Constant Field Values
JNDI_ENUMERATION
public static final int JNDI_ENUMERATION
- See Also:
- Constant Field Values
JNDI_NOT_FOUND
public static final int JNDI_NOT_FOUND
- See Also:
- Constant Field Values
JNDI_NAMING_EXCEPTION
public static final int JNDI_NAMING_EXCEPTION
- See Also:
- Constant Field Values
JNDI_RUNTIME_EXCEPTION
public static final int JNDI_RUNTIME_EXCEPTION
- See Also:
- Constant Field Values
JNDI_ERROR
public static final int JNDI_ERROR
- See Also:
- Constant Field Values
EJB_OK_FOUND_ENUMERATION
public static final int EJB_OK_FOUND_ENUMERATION
- See Also:
- Constant Field Values
JNDI_BUSINESS_OBJECT
public static final int JNDI_BUSINESS_OBJECT
- See Also:
- Constant Field Values
JNDI_DATA_SOURCE
public static final int JNDI_DATA_SOURCE
- See Also:
- Constant Field Values
JNDI_INJECTIONS
public static final int JNDI_INJECTIONS
- See Also:
- Constant Field Values
JNDI_RESOURCE
public static final int JNDI_RESOURCE
- See Also:
- Constant Field Values
JNDI_WEBSERVICE
public static final int JNDI_WEBSERVICE
- See Also:
- Constant Field Values
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.