fulmine.rpc
Interface IRpcMarker
- All Known Implementing Classes:
- RpcMarker
public interface IRpcMarker
A 'marker' generated when an asynchronous RPC is invoked via
IRpcManager.invoke(IRpcResultHandler, String, String, IField...)
.
The marker allows the IRpcResultHandler
to tie a result with a
specific RPC invocation.
- Author:
- Ramon Servadei
Method Summary |
int |
getId()
Get the ID for the marker. |
getId
int getId()
- Get the ID for the marker.
- Returns:
- the ID for this marker
Copyright © 2007-2009. All Rights Reserved.