org.apache.openejb.client
Class ResponseCodes

java.lang.Object
  extended by org.apache.openejb.client.ResponseCodes

public class ResponseCodes
extends Object


Field Summary
static int AUTH_DENIED
           
static int AUTH_GRANTED
           
static int AUTH_REDIRECT
           
static int EJB_APP_EXCEPTION
           
static int EJB_ERROR
           
static int EJB_OK
           
static int EJB_OK_CREATE
           
static int EJB_OK_FOUND
           
static int EJB_OK_FOUND_COLLECTION
           
static int EJB_OK_FOUND_ENUMERATION
           
static int EJB_OK_NOT_FOUND
           
static int EJB_SYS_EXCEPTION
           
static int JNDI_BUSINESS_OBJECT
           
static int JNDI_CONTEXT
           
static int JNDI_DATA_SOURCE
           
static int JNDI_EJBHOME
           
static int JNDI_ENUMERATION
           
static int JNDI_ERROR
           
static int JNDI_INJECTIONS
           
static int JNDI_NAMING_EXCEPTION
           
static int JNDI_NOT_FOUND
           
static int JNDI_OK
           
static int JNDI_RESOURCE
           
static int JNDI_RUNTIME_EXCEPTION
           
static int JNDI_WEBSERVICE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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-2013 The Apache OpenEJB development community. All Rights Reserved.