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

Public Member Functions

 PublicationMatchedStatusImpl (OsplServiceEnvironment environment, int totalCount, int totalCountChange, int currentCount, int currentCountChange, InstanceHandle lastSubscriptionHandle)
 
int getCurrentCount ()
 
int getCurrentCountChange ()
 
ServiceEnvironment getEnvironment ()
 
InstanceHandle getLastSubscriptionHandle ()
 
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 28 of file PublicationMatchedStatusImpl.java.

Constructor & Destructor Documentation

◆ PublicationMatchedStatusImpl()

org.opensplice.dds.core.status.PublicationMatchedStatusImpl.PublicationMatchedStatusImpl ( OsplServiceEnvironment  environment,
int  totalCount,
int  totalCountChange,
int  currentCount,
int  currentCountChange,
InstanceHandle  lastSubscriptionHandle 
)

Definition at line 37 of file PublicationMatchedStatusImpl.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.

◆ getCurrentCount()

int org.opensplice.dds.core.status.PublicationMatchedStatusImpl.getCurrentCount ( )

Definition at line 64 of file PublicationMatchedStatusImpl.java.

◆ getCurrentCountChange()

int org.opensplice.dds.core.status.PublicationMatchedStatusImpl.getCurrentCountChange ( )

Definition at line 69 of file PublicationMatchedStatusImpl.java.

◆ getEnvironment()

ServiceEnvironment org.opensplice.dds.core.status.PublicationMatchedStatusImpl.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 PublicationMatchedStatusImpl.java.

◆ getLastSubscriptionHandle()

InstanceHandle org.opensplice.dds.core.status.PublicationMatchedStatusImpl.getLastSubscriptionHandle ( )

Definition at line 74 of file PublicationMatchedStatusImpl.java.

◆ getTotalCount()

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

Definition at line 54 of file PublicationMatchedStatusImpl.java.

◆ getTotalCountChange()

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

Definition at line 59 of file PublicationMatchedStatusImpl.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: