CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class Entity

java.lang.Object
  extended by com.toc.coredx.DDS.Entity
Direct Known Subclasses:
DomainEntity, DomainParticipant

public class Entity
extends java.lang.Object

Base class for all DDS Entities.


Method Summary
 ReturnCode_t enable()
          Enable this Entity.
 InstanceHandle_t get_instance_handle()
          Gets the handle that locally identifies this Entity.
 long get_status_changes()
          Gets the current status changes from this Entity.
 StatusCondition get_statuscondition()
          Gets the StatusCondition associated with this Entity.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get_statuscondition

public StatusCondition get_statuscondition()
Gets the StatusCondition associated with this Entity.


get_status_changes

public long get_status_changes()
Gets the current status changes from this Entity.


enable

public ReturnCode_t enable()
Enable this Entity. An Entity will begin to communicate only after it is enabled.


get_instance_handle

public InstanceHandle_t get_instance_handle()
Gets the handle that locally identifies this Entity.


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