org.omg.dds
Class ParticipantBuiltinTopicData

java.lang.Object
  extended byorg.omg.dds.ParticipantBuiltinTopicData
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ParticipantBuiltinTopicData
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "ParticipantBuiltinTopicData"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int[] key
           
 UserDataQosPolicy user_data
           
 
Constructor Summary
ParticipantBuiltinTopicData()
           
ParticipantBuiltinTopicData(int[] key, UserDataQosPolicy user_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public int[] key

user_data

public UserDataQosPolicy user_data
Constructor Detail

ParticipantBuiltinTopicData

public ParticipantBuiltinTopicData()

ParticipantBuiltinTopicData

public ParticipantBuiltinTopicData(int[] key,
                                   UserDataQosPolicy user_data)