Package | Description |
---|---|
COM.TIBCO.hawk.talon |
Modifier and Type | Method and Description |
---|---|
DataElement[][] |
TabularData.getAllDataElements()
Retrieves all elements of the table in an array of DataElement arrays.
|
DataElement[] |
MethodInvocation.getArguments()
Returns the array of DataElement objects representing the method arguments.
|
DataElement[] |
CompositeData.getDataElements()
Returns an array containing the same DataElement objects,
but not necessarily in the same order, used to construct
this object.
|
DataElement[] |
TabularData.getRow(DataElement[] indexes)
Retrieves the row, uniquely indexed by the
indexes parameter,
as an array of Object. |
Modifier and Type | Method and Description |
---|---|
boolean |
TabularData.containsRow(DataElement[] indexes)
Returns true if the table contains the row indexed by the specified
data elements.
|
DataElement[] |
TabularData.getRow(DataElement[] indexes)
Retrieves the row, uniquely indexed by the
indexes parameter,
as an array of Object. |
static void |
TalonUtil.sort(DataElement[] a) |
Constructor and Description |
---|
CompositeData(DataElement[] data)
Constructs a CompositeData from an array of DataElement objects.
|
MethodInvocation(java.lang.String methodName,
DataElement[] args) |
MethodSubscription(java.lang.String methodName,
DataElement[] args)
Used to construct method subscriptions for asynchronous methods
|
MethodSubscription(java.lang.String methodName,
DataElement[] args,
long interval)
Used to construct method subscriptions for synchronous methods
|
Copyright © 2000-2024 Cloud Software Group, Inc. All Rights Reserved.