CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class EntityFactoryQosPolicy

java.lang.Object
  extended by com.toc.coredx.DDS.EntityFactoryQosPolicy

public class EntityFactoryQosPolicy
extends java.lang.Object

Controls the behavior of entity factories. Several DDS entities act as factories to create, control, and destroy other DDS entities. For example, the DomainParticipant is a factory for Publisher, Subscriber, and Topic entities. This QoS controls the behavior of a factory.

A DDS entity can be enabled at creation time. If the autoenable_created_entities is set to true, then the factory will automatically call enable() on the entity during creation. Otherwise, the entity is created but not enabled. The application must specifically call enable() on the returned entity.


Field Summary
 boolean autoenable_created_entities
           
 
Constructor Summary
EntityFactoryQosPolicy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

autoenable_created_entities

public boolean autoenable_created_entities
Constructor Detail

EntityFactoryQosPolicy

public EntityFactoryQosPolicy()

Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved