|
CoreDX DDS for Java from Twin Oaks Computing, Inc. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.toc.coredx.DDS.FooTypeSupport
public class FooTypeSupport
The FooTypeSupport class impliments the TypeSupport inteface for the Data Type 'Foo'. This provides a mechanism for an application to register the 'Foo' application defined data type with CoreDX DDS.
Note: FooTypeSupport is provided here for illustration purposes and is not really included in the com.toc.coredx.DDS package.
FooTypeSupport| Constructor Summary | |
|---|---|
FooTypeSupport()
|
|
| Method Summary | |
|---|---|
java.lang.String |
get_type_name()
Returns the default name of the Data Type supported by this instance of TypeSupport (in this case, 'Foo'). |
ReturnCode_t |
register_type(DomainParticipant dp,
java.lang.String type_name)
Registers the 'Foo' Data Type with the DDS infrastructure. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.toc.coredx.DDS.TypeSupport |
|---|
create_datareader, create_datawriter, getCTypeSupport |
| Constructor Detail |
|---|
public FooTypeSupport()
| Method Detail |
|---|
public ReturnCode_t register_type(DomainParticipant dp,
java.lang.String type_name)
register_type in interface TypeSupportFooTypeSupportpublic java.lang.String get_type_name()
get_type_name in interface TypeSupport
|
Copyright © 2010 Twin Oaks Computing, Inc, All Rights Reserved |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||