|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.DsLogNotification.ObjectDeletion
public final class ObjectDeletion
The ObjectDeletion struct defines the log deletion event. It is generated by a log factory when one of its logs is deleted.
Field Summary | |
---|---|
int |
id
The id field indicates the log identifier. |
long |
time
The time field indicates the time when the log is deleted. |
Constructor Summary | |
---|---|
ObjectDeletion()
|
|
ObjectDeletion(int id,
long time)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int id
public long time
Constructor Detail |
---|
public ObjectDeletion()
public ObjectDeletion(int id, long time)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |