Click or drag to resize
SpaceInvokeMember Method
Overload List
  NameDescription
Public methodInvokeMember(Member, InvokeOptions)
Invokes the appropriate invoke method of the specified class on the specified Member Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMemberT(Member, Tuple) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMemberT(Member, Tuple, InvokeOptions) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMemberT(Member, Tuple, InvokeResultHandler) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember(Member, String, Tuple) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMemberT(Member, Tuple, InvokeResultHandler, InvokeOptions) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember(Member, String, Tuple, InvokeOptions) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember(Member, String, Tuple, InvokeResultHandler) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember(Member, String, Tuple, InvokeResultHandler, InvokeOptions) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Top
See Also