![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|


Public Member Functions | |
| ShareImpl (OsplServiceEnvironment environment, String name) | |
| ShareImpl (OsplServiceEnvironment environment) | |
| boolean | equals (Object other) |
| ServiceEnvironment | getEnvironment () |
| String | getName () |
| Class<? extends QosPolicy > | getPolicyClass () |
| int | hashCode () |
| Share | withName (String name) |
| Copy this policy and override the value of the property. More... | |
Protected Attributes | |
| OsplServiceEnvironment | environment |
Definition at line 27 of file ShareImpl.java.
| org.opensplice.dds.core.policy.ShareImpl.ShareImpl | ( | OsplServiceEnvironment | environment, |
| String | name | ||
| ) |
Definition at line 31 of file ShareImpl.java.
| org.opensplice.dds.core.policy.ShareImpl.ShareImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 41 of file ShareImpl.java.
| boolean org.opensplice.dds.core.policy.ShareImpl.equals | ( | Object | other | ) |
Definition at line 66 of file ShareImpl.java.
| ServiceEnvironment org.opensplice.dds.core.policy.ShareImpl.getEnvironment | ( | ) |
Implements org.omg.dds.core.DDSObject.
Definition at line 46 of file ShareImpl.java.
| String org.opensplice.dds.core.policy.ShareImpl.getName | ( | ) |
Implements org.opensplice.dds.core.policy.Share.
Definition at line 51 of file ShareImpl.java.
| Class<? extends QosPolicy> org.opensplice.dds.core.policy.ShareImpl.getPolicyClass | ( | ) |
Definition at line 61 of file ShareImpl.java.
| int org.opensplice.dds.core.policy.ShareImpl.hashCode | ( | ) |
Definition at line 74 of file ShareImpl.java.
| Share org.opensplice.dds.core.policy.ShareImpl.withName | ( | String | name | ) |
Copy this policy and override the value of the property.
| name | The label used to identify the shared Entity. |
Implements org.opensplice.dds.core.policy.Share.
Definition at line 56 of file ShareImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.