org.omg.CosNotification
Class PropertyError

java.lang.Object
  extended by org.omg.CosNotification.PropertyError
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

This struture symbolizes an error on a Property. It is composed of an ErrorCode, the property name on which the error occurs and the range of available values.

See Also:
Serialized Form

Field Summary
 PropertyRange available_range
          Struct member available_range
 QoSError_code code
          Struct member code
 java.lang.String name
          Struct member name
 
Constructor Summary
PropertyError()
          Default constructor
PropertyError(QoSError_code code, java.lang.String name, PropertyRange available_range)
          Constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

public QoSError_code code
Struct member code


name

public java.lang.String name
Struct member name


available_range

public PropertyRange available_range
Struct member available_range

Constructor Detail

PropertyError

public PropertyError()
Default constructor


PropertyError

public PropertyError(QoSError_code code,
                     java.lang.String name,
                     PropertyRange available_range)
Constructor with fields initialization

Parameters:
code - code struct member
name - name struct member
available_range - available_range struct member