org.omg.Messaging
Class PriorityRange

java.lang.Object
  extended byorg.omg.Messaging.PriorityRange
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "PriorityRange"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 short max
           
 short min
           
 
Constructor Summary
PriorityRange()
           
PriorityRange(short min, short max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public short min

max

public short max
Constructor Detail

PriorityRange

public PriorityRange()

PriorityRange

public PriorityRange(short min,
                     short max)