|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.DsLogNotification.StateChange
public final class StateChange
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.
| 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 |
|---|
public Log logref
public int id
public long time
public short type
public Any new_value
| Constructor Detail |
|---|
public StateChange()
public StateChange(Log logref,
int id,
long time,
short type,
Any new_value)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||