RemoteMethod

public class RemoteMethod extends Method implements Handler

Objects of this class represent methods provided by a remote server.

Author

jmoringe, swrede, jwienke

Constructors

RemoteMethod

public RemoteMethod(ParticipantCreateArgs<?> args)

Create a new RemoteMethod object that represent the remote method named @a name provided by @a server.

Parameters

args – the arguments used to create this method

Throws

Methods

call

void call(Event request, FuturePreparator<?> resultPreparator)
Parameters
  • request – the request from the caller

  • resultPreparator – strategy for preparing the result Future instance from the received reply event

Throws

RSBException – in case of communication errors

getDataType

public Class<?> getDataType()

getKind

public String getKind()

getTransportUris

public Set<URI> getTransportUris()

internalNotify

public void internalNotify(Event event)