java.lang.Object
com.pervasive.datarush.util.Reference<T>
- Type Parameters:
T- the type of object contained in the handle
- All Implemented Interfaces:
Serializable
An indirect handle to an object. A
Reference is not thread-safe;
for passing data to and from LogicalOperators, consider using a
LogicalPort instead.- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
value
The referenced object.
-
-
Method Details
-
newInstance
Constructs a new reference object.- Type Parameters:
T- the type of the reference- Returns:
- a new uninitialized reference
-