org.csapi.gms
Class TpMessagePriority

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

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

Generated from IDL definition of enum "TpMessagePriority"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_MESSAGING_MESSAGE_PRIORITY_HIGH
           
static int _P_MESSAGING_MESSAGE_PRIORITY_LOW
           
static int _P_MESSAGING_MESSAGE_PRIORITY_UNDEFINED
           
static TpMessagePriority P_MESSAGING_MESSAGE_PRIORITY_HIGH
           
static TpMessagePriority P_MESSAGING_MESSAGE_PRIORITY_LOW
           
static TpMessagePriority P_MESSAGING_MESSAGE_PRIORITY_UNDEFINED
           
 
Constructor Summary
protected TpMessagePriority(int i)
           
 
Method Summary
static TpMessagePriority 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_MESSAGING_MESSAGE_PRIORITY_UNDEFINED

public static final int _P_MESSAGING_MESSAGE_PRIORITY_UNDEFINED
See Also:
Constant Field Values

P_MESSAGING_MESSAGE_PRIORITY_UNDEFINED

public static final TpMessagePriority P_MESSAGING_MESSAGE_PRIORITY_UNDEFINED

_P_MESSAGING_MESSAGE_PRIORITY_HIGH

public static final int _P_MESSAGING_MESSAGE_PRIORITY_HIGH
See Also:
Constant Field Values

P_MESSAGING_MESSAGE_PRIORITY_HIGH

public static final TpMessagePriority P_MESSAGING_MESSAGE_PRIORITY_HIGH

_P_MESSAGING_MESSAGE_PRIORITY_LOW

public static final int _P_MESSAGING_MESSAGE_PRIORITY_LOW
See Also:
Constant Field Values

P_MESSAGING_MESSAGE_PRIORITY_LOW

public static final TpMessagePriority P_MESSAGING_MESSAGE_PRIORITY_LOW
Constructor Detail

TpMessagePriority

protected TpMessagePriority(int i)
Method Detail

value

public int value()

from_int

public static TpMessagePriority from_int(int value)


Copyright © 2008. All Rights Reserved.