RemoteMethod¶
- 
public class RemoteMethodextends 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
- InterruptedException – error while installing method 
- InitializeException – error initializing the method or one of the underlying participants 
 
 
Methods¶
call¶
- 
 void call(Event request, FuturePreparator<?> resultPreparator)¶
- Parameters
- request – the request from the caller 
- resultPreparator – strategy for preparing the result - Futureinstance from the received reply event
 
- Throws
- RSBException – in case of communication errors