org.omg.dds
Class LivelinessChangedStatus
java.lang.Object
org.omg.dds.LivelinessChangedStatus
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class LivelinessChangedStatus
- extends java.lang.Object
- implements IDLEntity
Generated from IDL definition of struct "LivelinessChangedStatus"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
active_count
public int active_count
inactive_count
public int inactive_count
active_count_change
public int active_count_change
inactive_count_change
public int inactive_count_change
LivelinessChangedStatus
public LivelinessChangedStatus()
LivelinessChangedStatus
public LivelinessChangedStatus(int active_count,
int inactive_count,
int active_count_change,
int inactive_count_change)