- java.lang.Object
-
- com.pervasive.datarush.util.Reference<T>
-
- Type Parameters:
T
- the type of object contained in the handle
- All Implemented Interfaces:
Serializable
public final class Reference<T> extends Object implements Serializable
An indirect handle to an object. AReference
is not thread-safe; for passing data to and fromLogicalOperator
s, consider using aLogicalPort
instead.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Reference<T>
newInstance()
Constructs a new reference object.
-