org.csapi.pam
Class TpPAMErrorCause

java.lang.Object
  extended by org.csapi.pam.TpPAMErrorCause
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpPAMErrorCause
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of enum "TpPAMErrorCause"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED
           
static int _P_PAM_CAUSE_INFO_UNAVAILABLE
           
static int _P_PAM_CAUSE_INVALID_ADDRESS
           
static int _P_PAM_CAUSE_SYSTEM_FAILURE
           
static int _P_PAM_CAUSE_UNDEFINED
           
static TpPAMErrorCause P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED
           
static TpPAMErrorCause P_PAM_CAUSE_INFO_UNAVAILABLE
           
static TpPAMErrorCause P_PAM_CAUSE_INVALID_ADDRESS
           
static TpPAMErrorCause P_PAM_CAUSE_SYSTEM_FAILURE
           
static TpPAMErrorCause P_PAM_CAUSE_UNDEFINED
           
 
Constructor Summary
protected TpPAMErrorCause(int i)
           
 
Method Summary
static TpPAMErrorCause from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_P_PAM_CAUSE_UNDEFINED

public static final int _P_PAM_CAUSE_UNDEFINED
See Also:
Constant Field Values

P_PAM_CAUSE_UNDEFINED

public static final TpPAMErrorCause P_PAM_CAUSE_UNDEFINED

_P_PAM_CAUSE_INVALID_ADDRESS

public static final int _P_PAM_CAUSE_INVALID_ADDRESS
See Also:
Constant Field Values

P_PAM_CAUSE_INVALID_ADDRESS

public static final TpPAMErrorCause P_PAM_CAUSE_INVALID_ADDRESS

_P_PAM_CAUSE_SYSTEM_FAILURE

public static final int _P_PAM_CAUSE_SYSTEM_FAILURE
See Also:
Constant Field Values

P_PAM_CAUSE_SYSTEM_FAILURE

public static final TpPAMErrorCause P_PAM_CAUSE_SYSTEM_FAILURE

_P_PAM_CAUSE_INFO_UNAVAILABLE

public static final int _P_PAM_CAUSE_INFO_UNAVAILABLE
See Also:
Constant Field Values

P_PAM_CAUSE_INFO_UNAVAILABLE

public static final TpPAMErrorCause P_PAM_CAUSE_INFO_UNAVAILABLE

_P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED

public static final int _P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED
See Also:
Constant Field Values

P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED

public static final TpPAMErrorCause P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED
Constructor Detail

TpPAMErrorCause

protected TpPAMErrorCause(int i)
Method Detail

value

public int value()

from_int

public static TpPAMErrorCause from_int(int value)


Copyright © 2008. All Rights Reserved.