VisiBroker for Java

org.omg.DsLogNotification
Class StateChange

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

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

The StateChange struct defines the log state value change event. It is generated by a log factory if one of its log?s administrative state is set or the operational state has changed.

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 state value.
 long time
          The time field indicates the time when the log?s state is changed.
 short type
          The type field indicates the type of state being changed.
 
Constructor Summary
StateChange()
           
StateChange(Log logref, int id, long time, short type, 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 state is changed.


type

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


new_value

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

Constructor Detail

StateChange

public StateChange()

StateChange

public StateChange(Log logref,
                   int id,
                   long time,
                   short type,
                   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