VisiBroker for Java

org.omg.DsLogNotification
Class AttributeValueChange

java.lang.Object
  extended by org.omg.DsLogNotification.AttributeValueChange
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

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:

See Also:
Serialized Form

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

logref

public Log logref
The log field indicates the object reference of the log.


id

public int id
The id field indicates the log identifier.


time

public long time
The time field indicates the time when the log?s attribute is changed.


type

public short type
The type field indicates the type of attribute being changed.


old_value

public Any old_value
The old_value field contains the old attribute value.


new_value

public Any new_value
The new_value field contains the new attribute value.

Constructor Detail

AttributeValueChange

public AttributeValueChange()

AttributeValueChange

public AttributeValueChange(Log logref,
                            int id,
                            long time,
                            short type,
                            Any old_value,
                            Any new_value)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online