public interface RtaNodeContext
extends java.io.Serializable
RtaContextNode
in a generic manner
This class is a container of these data tuples.Modifier and Type | Method and Description |
---|---|
RtaNodeContext |
deepCopy() |
java.lang.String[] |
getTupleNames() |
java.lang.Object |
getTupleValue(java.lang.String key) |
void |
setTuple(java.lang.String name,
java.lang.Object value)
Used to store a key/value as context data
|
java.lang.String[] getTupleNames()
java.lang.Object getTupleValue(java.lang.String key)
key
- The key to use to query the context datavoid setTuple(java.lang.String name, java.lang.Object value)
name
- Key to use to store the context datavalue
- The data to use to store with this keyRtaNodeContext deepCopy()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.