|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.DsLogNotification.AttributeValueChange
public final class AttributeValueChange
The AttributeValueChange struct defines the log attribute value change event. it is generated by a log factory when one of its logs changes one of the following log attributes:
| Field Summary | |
|---|---|
int |
id
The id field indicates the log identifier. |
Log |
logref
The log field indicates the object reference of the log. |
Any |
new_value
The new_value field contains the new attribute value. |
Any |
old_value
The old_value field contains the old attribute value. |
long |
time
The time field indicates the time when the log?s attribute is changed. |
short |
type
The type field indicates the type of attribute being changed. |
| Constructor Summary | |
|---|---|
AttributeValueChange()
|
|
AttributeValueChange(Log logref,
int id,
long time,
short type,
Any old_value,
Any new_value)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Log logref
public int id
public long time
public short type
public Any old_value
public Any new_value
| Constructor Detail |
|---|
public AttributeValueChange()
public AttributeValueChange(Log logref,
int id,
long time,
short type,
Any old_value,
Any new_value)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||