Click or drag to resize
SpaceInvokeRemoteMembers Method
Overload List
  NameDescription
Public methodInvokeRemoteMembers(InvokeOptions)
Invokes the appropriate invoke method of the specified class on all the remote members Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeRemoteMembersT(Tuple) Obsolete.
Invokes in parallel the appropriate invoke method of the specified class on all of the space's remote clients. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeRemoteMembersT(Tuple, InvokeOptions) Obsolete.
Invokes in parallel the appropriate invoke method of the specified class on all of the space's remote clients. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeRemoteMembersT(Tuple, InvokeResultListHandler) Obsolete.
Invokes in parallel the appropriate invoke method of the specified class on all of the space's seeding members. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeRemoteMembers(Tuple, String) Obsolete.
Invokes in parallel the appropriate invoke method of the specified class on all of the space's remote clients. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeRemoteMembersT(Tuple, InvokeResultListHandler, InvokeOptions) Obsolete.
Invokes in parallel the appropriate invoke method of the specified class on all of the space's seeding members. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeRemoteMembers(Tuple, String, InvokeOptions) Obsolete.
Invokes in parallel the appropriate invoke method of the specified class on all of the space's remote clients. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeRemoteMembers(Tuple, String, InvokeResultListHandler) Obsolete.
Invokes in parallel the appropriate invoke method of the specified class on all of the space's seeding members. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeRemoteMembers(Tuple, String, InvokeResultListHandler, InvokeOptions) Obsolete.
Invokes in parallel the appropriate invoke method of the specified class on all of the space's seeding members. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Top
See Also