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

Public Member Functions

 OfferedIncompatibleQosStatusImpl (OsplServiceEnvironment environment, int totalCount, int totalCountChange, Class<? extends QosPolicy > lastPolicyClass, QosPolicyCount... policies)
 
ServiceEnvironment getEnvironment ()
 
Class<? extends QosPolicygetLastPolicyClass ()
 
Set< QosPolicyCountgetPolicies ()
 
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 36 of file OfferedIncompatibleQosStatusImpl.java.

Constructor & Destructor Documentation

◆ OfferedIncompatibleQosStatusImpl()

org.opensplice.dds.core.status.OfferedIncompatibleQosStatusImpl.OfferedIncompatibleQosStatusImpl ( OsplServiceEnvironment  environment,
int  totalCount,
int  totalCountChange,
Class<? extends QosPolicy lastPolicyClass,
QosPolicyCount...  policies 
)

Definition at line 45 of file OfferedIncompatibleQosStatusImpl.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.OfferedIncompatibleQosStatusImpl.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 62 of file OfferedIncompatibleQosStatusImpl.java.

◆ getLastPolicyClass()

Class<? extends QosPolicy> org.opensplice.dds.core.status.OfferedIncompatibleQosStatusImpl.getLastPolicyClass ( )

Definition at line 77 of file OfferedIncompatibleQosStatusImpl.java.

◆ getPolicies()

Set<QosPolicyCount> org.opensplice.dds.core.status.OfferedIncompatibleQosStatusImpl.getPolicies ( )

Definition at line 82 of file OfferedIncompatibleQosStatusImpl.java.

◆ getTotalCount()

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

Definition at line 67 of file OfferedIncompatibleQosStatusImpl.java.

◆ getTotalCountChange()

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

Definition at line 72 of file OfferedIncompatibleQosStatusImpl.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: