|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.DimensionDescriptor
Describes a dimension.
| Field Summary | |
private DimensionHandle |
handle
The handle of the dimension. |
private java.lang.String |
name
The name of the dimension. |
private HLAdimension |
proxy
The proxy that corresponds to a remote instance. |
private long |
upperBound
The upper bound of the dimension. |
| Constructor Summary | |
DimensionDescriptor(java.lang.String pName,
DimensionHandle pHandle,
HLAdimension pProxy)
Constructor. |
|
DimensionDescriptor(java.lang.String pName,
DimensionHandle pHandle,
long pUpperBound)
Constructor. |
|
| Method Summary | |
void |
dataTypeUpdated(HLAdimension source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Notifies the listener that the dataType attribute has been updated. |
DimensionHandle |
getHandle()
Returns the handle of this dimension. |
java.lang.String |
getName()
Returns the name of this dimension. |
long |
getUpperBound()
Returns the upper bound of this dimension. |
void |
normalizationUpdated(HLAdimension source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Notifies the listener that the normalization attribute has been updated. |
void |
upperBoundUpdated(HLAdimension source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Notifies the listener that the upperBound attribute has been updated. |
void |
valueUpdated(HLAdimension source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Notifies the listener that the value attribute has been updated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String name
private DimensionHandle handle
private HLAdimension proxy
private long upperBound
| Constructor Detail |
public DimensionDescriptor(java.lang.String pName,
DimensionHandle pHandle,
long pUpperBound)
pName - the name of the dimensionpHandle - the handle of the dimensionpUpperBound - the upper bound of the dimension
public DimensionDescriptor(java.lang.String pName,
DimensionHandle pHandle,
HLAdimension pProxy)
pName - the name of the dimensionpHandle - the handle of the dimensionpProxy - the proxy that corresponds to a remote instance| Method Detail |
public java.lang.String getName()
public DimensionHandle getHandle()
public long getUpperBound()
public void dataTypeUpdated(HLAdimension source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
dataTypeUpdated in interface HLAdimensionListenersource - the source of the notificationoldValue - the old value of the attributenewValue - the new value of the attributeuserSuppliedTag - the user-supplied tag associated with the updatesentOrdering - the type of ordering with which the update was senttheTransport - the type of transport associated with the update
public void upperBoundUpdated(HLAdimension source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
upperBoundUpdated in interface HLAdimensionListenersource - the source of the notificationoldValue - the old value of the attributenewValue - the new value of the attributeuserSuppliedTag - the user-supplied tag associated with the updatesentOrdering - the type of ordering with which the update was senttheTransport - the type of transport associated with the update
public void normalizationUpdated(HLAdimension source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
normalizationUpdated in interface HLAdimensionListenersource - the source of the notificationoldValue - the old value of the attributenewValue - the new value of the attributeuserSuppliedTag - the user-supplied tag associated with the updatesentOrdering - the type of ordering with which the update was senttheTransport - the type of transport associated with the update
public void valueUpdated(HLAdimension source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
valueUpdated in interface HLAdimensionListenersource - the source of the notificationoldValue - the old value of the attributenewValue - the new value of the attributeuserSuppliedTag - the user-supplied tag associated with the updatesentOrdering - the type of ordering with which the update was senttheTransport - the type of transport associated with the update
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||