org.openorb.policy
Class ProfilePriorityEntry

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

public final class ProfilePriorityEntry
extends java.lang.Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 byte priority
           
 int tag
           
 
Constructor Summary
ProfilePriorityEntry()
           
ProfilePriorityEntry(int tag, byte priority)
           
 
Methods inherited from class java.lang.Object
equals, 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 tag,
                            byte priority)