![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
StatusConditionImpl (OsplServiceEnvironment environment, DDS.StatusCondition oldCondition, T parent) | |
Set< Class<? extends Status > > | getEnabledStatuses () |
This operation retrieves the list of communication statuses that are taken into account to determine the triggerValue of the StatusCondition. More... | |
ServiceEnvironment | getEnvironment () |
DDS.StatusCondition | getOldCondition () |
T | getParent () |
boolean | getTriggerValue () |
void | setEnabledStatuses (Collection< Class<? extends Status >> statuses) |
This operation accepts a collection of statuses that are encapsulated in a new StatusCondition object. More... | |
void | setEnabledStatuses (Class<? extends Status >... statuses) |
This operation accepts a variable number of statuses that are encapsulated in a new StatusCondition object. More... | |
String | toString () |
Definition at line 33 of file StatusConditionImpl.java.
org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.StatusConditionImpl | ( | OsplServiceEnvironment | environment, |
DDS.StatusCondition | oldCondition, | ||
T | parent | ||
) |
Definition at line 39 of file StatusConditionImpl.java.
Set<Class<? extends Status> > org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.getEnabledStatuses | ( | ) |
This operation retrieves the list of communication statuses that are taken into account to determine the triggerValue of the StatusCondition.
This operation returns the statuses that were explicitly set on the last call to setEnabledStatuses(Collection) or, if it was never called, the default list.
Implements org.omg.dds.core.StatusCondition< ENTITY extends Entity<?, ?>.
Definition at line 62 of file StatusConditionImpl.java.
ServiceEnvironment org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.getEnvironment | ( | ) |
Implements org.omg.dds.core.DDSObject.
Definition at line 52 of file StatusConditionImpl.java.
DDS.StatusCondition org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.getOldCondition | ( | ) |
Definition at line 83 of file StatusConditionImpl.java.
T org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.getParent | ( | ) |
Implements org.omg.dds.core.StatusCondition< ENTITY extends Entity<?, ?>.
Definition at line 57 of file StatusConditionImpl.java.
boolean org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.getTriggerValue | ( | ) |
Implements org.omg.dds.core.Condition.
Definition at line 47 of file StatusConditionImpl.java.
void org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.setEnabledStatuses | ( | Collection< Class<? extends Status >> | statuses | ) |
This operation accepts a collection of statuses that are encapsulated in a new StatusCondition object.
If this function is not invoked, the default list of enabled statuses includes all the statuses.
statuses | For which status changes the condition should trigger. A null collection signifies all status changes. |
Implements org.omg.dds.core.StatusCondition< ENTITY extends Entity<?, ?>.
Definition at line 68 of file StatusConditionImpl.java.
void org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.setEnabledStatuses | ( | Class<? extends Status >... | statuses | ) |
This operation accepts a variable number of statuses that are encapsulated in a new StatusCondition object.
If this function is not invoked, the default list of enabled statuses includes all the statuses.
statuses | For which status changes the condition should trigger. An empty parameter list signifies all status changes. |
Implements org.omg.dds.core.StatusCondition< ENTITY extends Entity<?, ?>.
Definition at line 77 of file StatusConditionImpl.java.
String org.opensplice.dds.core.StatusConditionImpl< T extends Entity<?, ?>.toString | ( | ) |
Definition at line 88 of file StatusConditionImpl.java.