org.omg.Messaging
Class PolicyValue

java.lang.Object
  extended by org.omg.Messaging.PolicyValue
All Implemented Interfaces:
Serializable, IDLEntity

public final class PolicyValue
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 int ptype
           
 byte[] pvalue
           
 
Constructor Summary
PolicyValue()
           
PolicyValue(int ptype, byte[] pvalue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ptype

public int ptype

pvalue

public byte[] pvalue
Constructor Detail

PolicyValue

public PolicyValue()

PolicyValue

public PolicyValue(int ptype,
                   byte[] pvalue)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.