org.openorb.orb.policy
Class ProfilePriorityEntry

java.lang.Object
  |
  +--org.openorb.orb.policy.ProfilePriorityEntry
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 byte priority
           
 int tag
           
 
Constructor Summary
ProfilePriorityEntry()
           
ProfilePriorityEntry(int, byte)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

public int tag

priority

public byte priority
Constructor Detail

ProfilePriorityEntry

public ProfilePriorityEntry()

ProfilePriorityEntry

public ProfilePriorityEntry(int,
                            byte)