CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class DomainId_t

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

public class DomainId_t
extends java.lang.Object

Identifies a DDS Domain. The DomainParticipant is a member of a Domain as identified by the DomainId provided at creation time. Domains are represented as integers.


Field Summary
 int domain_id
           
 
Constructor Summary
DomainId_t(int id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain_id

public int domain_id
Constructor Detail

DomainId_t

public DomainId_t(int id)

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