Metaspace.Space.invokeMember()

Signature

void invokeMember (String spaceName, Object member, String codeName, Object contextTuple, Object... varargs)

Domain

ACTION

Description

Causes execution of the invoke method of the specified class on the specific Member of the Space passed as an argument.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
memberObjectcom.tibco.as.space.Member to execute the invoke method on.
codeNameString Java className or BE RuleFunction name. Default is BE RuleFunction Name
contextTupleObjectSpecify context Tuple if available, otherwise null is ok
varargsObject[] Optional varargs of type InvokeOptions

Returns

TypeDescription
void

Cautions

none