OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
All Classes Namespaces Files Functions Variables Pages
org.opensplice.dds.core.status.LivelinessChangedStatusImpl Class Reference
Inheritance diagram for org.opensplice.dds.core.status.LivelinessChangedStatusImpl:
Inheritance graph
Collaboration diagram for org.opensplice.dds.core.status.LivelinessChangedStatusImpl:
Collaboration graph

Public Member Functions

 LivelinessChangedStatusImpl (OsplServiceEnvironment environment, int aliveCount, int notAliveCount, int aliveCountChange, int notAliveCountChange, InstanceHandle lastPublicationHandle)
 
int getAliveCount ()
 
int getAliveCountChange ()
 
ServiceEnvironment getEnvironment ()
 
InstanceHandle getLastPublicationHandle ()
 
int getNotAliveCount ()
 
int getNotAliveCountChange ()
 

Static Public Member Functions

static Set< Class<? extends Status > > allStatuses (ServiceEnvironment env)
 
static Set< Class<? extends Status > > noStatuses (ServiceEnvironment env)
 

Detailed Description

Definition at line 28 of file LivelinessChangedStatusImpl.java.

Constructor & Destructor Documentation

◆ LivelinessChangedStatusImpl()

org.opensplice.dds.core.status.LivelinessChangedStatusImpl.LivelinessChangedStatusImpl ( OsplServiceEnvironment  environment,
int  aliveCount,
int  notAliveCount,
int  aliveCountChange,
int  notAliveCountChange,
InstanceHandle  lastPublicationHandle 
)

Definition at line 37 of file LivelinessChangedStatusImpl.java.

Member Function Documentation

◆ allStatuses()

static Set<Class<? extends Status> > org.omg.dds.core.status.Status.allStatuses ( ServiceEnvironment  env)
staticinherited
Parameters
envIdentifies the Service instance to which the object will belong.

Definition at line 59 of file Status.java.

◆ getAliveCount()

int org.opensplice.dds.core.status.LivelinessChangedStatusImpl.getAliveCount ( )

Definition at line 54 of file LivelinessChangedStatusImpl.java.

◆ getAliveCountChange()

int org.opensplice.dds.core.status.LivelinessChangedStatusImpl.getAliveCountChange ( )

Definition at line 64 of file LivelinessChangedStatusImpl.java.

◆ getEnvironment()

ServiceEnvironment org.opensplice.dds.core.status.LivelinessChangedStatusImpl.getEnvironment ( )
Returns
the org.omg.dds.core.ServiceEnvironment object that directly or indirectly was used to create this object.

Implements org.omg.dds.core.DDSObject.

Definition at line 49 of file LivelinessChangedStatusImpl.java.

◆ getLastPublicationHandle()

InstanceHandle org.opensplice.dds.core.status.LivelinessChangedStatusImpl.getLastPublicationHandle ( )

Definition at line 74 of file LivelinessChangedStatusImpl.java.

◆ getNotAliveCount()

int org.opensplice.dds.core.status.LivelinessChangedStatusImpl.getNotAliveCount ( )

Definition at line 59 of file LivelinessChangedStatusImpl.java.

◆ getNotAliveCountChange()

int org.opensplice.dds.core.status.LivelinessChangedStatusImpl.getNotAliveCountChange ( )

Definition at line 69 of file LivelinessChangedStatusImpl.java.

◆ noStatuses()

static Set<Class<? extends Status> > org.omg.dds.core.status.Status.noStatuses ( ServiceEnvironment  env)
staticinherited
Parameters
envIdentifies the Service instance to which the object will belong.

Definition at line 70 of file Status.java.


The documentation for this class was generated from the following file: