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


Public Member Functions | |
| EntityFactoryImpl (OsplServiceEnvironment environment) | |
| EntityFactoryImpl (OsplServiceEnvironment environment, boolean autoEnableCreatedEntities) | |
| boolean | equals (Object other) |
| ServiceEnvironment | getEnvironment () |
| Class<? extends QosPolicy > | getPolicyClass () |
| int | hashCode () |
| boolean | isAutoEnableCreatedEntities () |
| String | toString () |
| EntityFactory | withAutoEnableCreatedEntities (boolean autoEnableCreatedEntities) |
| Copy this policy and override the value of the property. More... | |
Protected Attributes | |
| OsplServiceEnvironment | environment |
Definition at line 27 of file EntityFactoryImpl.java.
| org.opensplice.dds.core.policy.EntityFactoryImpl.EntityFactoryImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 31 of file EntityFactoryImpl.java.
| org.opensplice.dds.core.policy.EntityFactoryImpl.EntityFactoryImpl | ( | OsplServiceEnvironment | environment, |
| boolean | autoEnableCreatedEntities | ||
| ) |
Definition at line 36 of file EntityFactoryImpl.java.
| boolean org.opensplice.dds.core.policy.EntityFactoryImpl.equals | ( | Object | other | ) |
Definition at line 66 of file EntityFactoryImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
| Class<? extends QosPolicy> org.opensplice.dds.core.policy.EntityFactoryImpl.getPolicyClass | ( | ) |
Definition at line 61 of file EntityFactoryImpl.java.
| int org.opensplice.dds.core.policy.EntityFactoryImpl.hashCode | ( | ) |
Definition at line 74 of file EntityFactoryImpl.java.
| boolean org.opensplice.dds.core.policy.EntityFactoryImpl.isAutoEnableCreatedEntities | ( | ) |
Implements org.omg.dds.core.policy.EntityFactory.
Definition at line 43 of file EntityFactoryImpl.java.
| String org.opensplice.dds.core.policy.EntityFactoryImpl.toString | ( | ) |
Definition at line 55 of file EntityFactoryImpl.java.
| EntityFactory org.opensplice.dds.core.policy.EntityFactoryImpl.withAutoEnableCreatedEntities | ( | boolean | autoEnableCreatedEntities | ) |
Copy this policy and override the value of the property.
| autoEnableCreatedEntities | Specifies whether the entity acting as a factory automatically enables the instances it creates. If autoEnableCreatedEntities is true the factory will automatically enable each created Entity, otherwise it will not. |
Implements org.omg.dds.core.policy.EntityFactory.
Definition at line 48 of file EntityFactoryImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.