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

Public Member Functions

 SubscriptionMatchedStatusImpl (OsplServiceEnvironment environment, int totalCount, int totalCountChange, int currentCount, int currentCountChange, InstanceHandle lastPublicationHandle)
 
int getCurrentCount ()
 
int getCurrentCountChange ()
 
ServiceEnvironment getEnvironment ()
 
InstanceHandle getLastPublicationHandle ()
 
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 SubscriptionMatchedStatusImpl.java.

Constructor & Destructor Documentation

◆ SubscriptionMatchedStatusImpl()

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

Definition at line 37 of file SubscriptionMatchedStatusImpl.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.SubscriptionMatchedStatusImpl.getCurrentCount ( )

Definition at line 64 of file SubscriptionMatchedStatusImpl.java.

◆ getCurrentCountChange()

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

Definition at line 69 of file SubscriptionMatchedStatusImpl.java.

◆ getEnvironment()

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

◆ getLastPublicationHandle()

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

Definition at line 74 of file SubscriptionMatchedStatusImpl.java.

◆ getTotalCount()

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

Definition at line 54 of file SubscriptionMatchedStatusImpl.java.

◆ getTotalCountChange()

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

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