RTI Connext Java API  Version 5.0.0
SampleInfoSeq Class Reference

Declares IDL sequence < com.rti.dds.subscription.SampleInfo > . More...

Inheritance diagram for SampleInfoSeq:
LoanableSequence Sequence AbstractSequence Sequence

Additional Inherited Members

- Public Member Functions inherited from LoanableSequence
 LoanableSequence (Class elementType)
 Construct a new sequence for elements of the given type.
 
 LoanableSequence (Class elementType, int maximum)
 Construct a new sequence for elements of the given type.
 
 LoanableSequence (Class elementType, Collection elements)
 Construct a new sequence for elements of the given type.
 
final boolean hasOwnership ()
 Return the value of the owned flag.
 
int getMaximum ()
 Get the current maximum number of elements that can be stored in this sequence.
 
void setMaximum (int new_max)
 Resize this sequence to a new desired maximum.
 
Object set (int index, Object element)
 Replaces the element at the specified position in this sequence with the specified element.
 
Object get (int index)
 Returns the element at the specified position in this sequence.
 
int size ()
 Returns the length of the sequence.
 
- Public Member Functions inherited from Sequence
int getMaximum ()
 Get the current maximum number of elements that can be stored in this sequence.
 
void setMaximum (int new_max)
 Resize this sequence to a new desired maximum.
 
Class getElementType ()
 

Detailed Description

Declares IDL sequence < com.rti.dds.subscription.SampleInfo > .

See Also
com.rti.dds.infrastructure.com.rti.dds.util.Sequence

RTI Connext Java API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc