21 package org.opensplice.dds.core.status;
29 private static final long serialVersionUID = -8177984046769155908L;
31 private final int aliveCount;
32 private final int notAliveCount;
33 private final int aliveCountChange;
34 private final int notAliveCountChange;
38 int aliveCount,
int notAliveCount,
int aliveCountChange,
40 this.environment = environment;
41 this.aliveCount = aliveCount;
42 this.notAliveCount = notAliveCount;
43 this.aliveCountChange = aliveCountChange;
44 this.notAliveCountChange = notAliveCountChange;
45 this.lastPublicationHandle = lastPublicationHandle;
50 return this.environment;
55 return this.aliveCount;
60 return this.notAliveCount;
65 return this.aliveCountChange;
70 return this.notAliveCountChange;
75 return this.lastPublicationHandle;
ServiceEnvironment getEnvironment()
int getNotAliveCountChange()
An opaque handle that can be used to refer to a local or remote entity.
The liveliness of one or more org.omg.dds.pub.DataWriters that were writing instances read through th...
int getAliveCountChange()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
LivelinessChangedStatusImpl(OsplServiceEnvironment environment, int aliveCount, int notAliveCount, int aliveCountChange, int notAliveCountChange, InstanceHandle lastPublicationHandle)
InstanceHandle getLastPublicationHandle()