OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.opensplice.dds.core.status.LivelinessLostStatusImpl Class Reference
Inheritance diagram for org.opensplice.dds.core.status.LivelinessLostStatusImpl:
Inheritance graph
Collaboration diagram for org.opensplice.dds.core.status.LivelinessLostStatusImpl:
Collaboration graph

Public Member Functions

 LivelinessLostStatusImpl (OsplServiceEnvironment environment, int totalCount, int totalCountChange)
 
ServiceEnvironment getEnvironment ()
 
int getTotalCount ()
 
int getTotalCountChange ()
 

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 27 of file LivelinessLostStatusImpl.java.

Constructor & Destructor Documentation

◆ LivelinessLostStatusImpl()

org.opensplice.dds.core.status.LivelinessLostStatusImpl.LivelinessLostStatusImpl ( OsplServiceEnvironment  environment,
int  totalCount,
int  totalCountChange 
)

Definition at line 33 of file LivelinessLostStatusImpl.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.

◆ getEnvironment()

ServiceEnvironment org.opensplice.dds.core.status.LivelinessLostStatusImpl.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 41 of file LivelinessLostStatusImpl.java.

◆ getTotalCount()

int org.opensplice.dds.core.status.LivelinessLostStatusImpl.getTotalCount ( )

Definition at line 46 of file LivelinessLostStatusImpl.java.

◆ getTotalCountChange()

int org.opensplice.dds.core.status.LivelinessLostStatusImpl.getTotalCountChange ( )

Definition at line 51 of file LivelinessLostStatusImpl.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: