FooTypeSupport Class Reference

Inherits TypeSupportImpl.

List of all members.

Public Member Functions

Object copy_data (Object destination, Object source)


Detailed Description

A collection of useful methods for dealing with objects of type Foo.

Member Function Documentation

Object copy_data ( Object  destination,
Object  source 
)

This is a concrete implementation of this method inherited from the base class. This method will perform a deep copy of source into destination.

Parameters:
source The Object which contains the data to be copied.
destination The object where data will be copied to.
Returns:
Returns destination.
Exceptions:
NullPointerException If destination or source is null.
ClassCastException If either destination or this is not a Foo type.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc