Package | Description |
---|---|
COM.TIBCO.hawk.talon |
Modifier and Type | Class and Description |
---|---|
class |
CompositeDataDescriptor
This subclass of DataDescriptor is used to describe objects of type CompositeData.
|
class |
TabularDataDescriptor
This subclass of DataDescriptor is used to describe objects of type TabularData.
|
Modifier and Type | Method and Description |
---|---|
DataDescriptor[] |
MethodDescriptor.getArgumentDescriptors()
Returns a DataDescriptor array describing the method's arguments or
null if this method accepts no arguments.
|
DataDescriptor[] |
CompositeDataDescriptor.getElementDescriptors()
Returns the descriptors of the aggregated elements
|
DataDescriptor |
MethodDescriptor.getReturnDescriptor()
Returns the DataDescriptor describing the method's return value or null if the method returns no value.
|
Modifier and Type | Method and Description |
---|---|
static void |
TalonUtil.sort(DataDescriptor[] a) |
Constructor and Description |
---|
CompositeDataDescriptor(java.lang.String name,
java.lang.String desc,
DataDescriptor[] elementDescriptors)
Constructs a CompositeDataDescriptor.
|
MethodDescriptor(java.lang.String name,
java.lang.String desc,
DataDescriptor ret,
DataDescriptor[] args,
boolean async,
int impact,
int maxTime)
Constructs a method descriptor.
|
MethodDescriptor(java.lang.String name,
java.lang.String desc,
DataDescriptor ret,
DataDescriptor[] args,
boolean async,
int impact,
int maxTime)
Constructs a method descriptor.
|
TabularDataDescriptor(java.lang.String name,
java.lang.String desc,
DataDescriptor[] elementDescriptors,
java.lang.String[] indexNames)
Constructs a TabularDataDescriptor.
|
Copyright © 2000-2024 Cloud Software Group, Inc. All Rights Reserved.