TIBCO BusinessEvents®
CEP Query
Query
Util
Query.Util
.
newArray()
Signature
Object[] newArray(int length)
Domain
ACTION
Description
Creates an Object array.
Parameters
Name
Type
Description
length
int
The length of the Object array to be created.
Returns
Type
Description
Object[]
The java.lang.Object array.
Cautions
none