|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Procedure | |
---|---|
com.sentilla.net.rpc | Sentilla Remote Procedure Call (RPC) libraries and mechanisms. |
com.sentilla.net.rpc.procedures | Sentilla Remote Procedure Call (RPC) procedure definitions. |
Uses of Procedure in com.sentilla.net.rpc |
---|
Fields in com.sentilla.net.rpc declared as Procedure | |
---|---|
Procedure |
RemoteService.Call.procedure
|
Methods in com.sentilla.net.rpc that return Procedure | |
---|---|
Procedure |
RemoteInvoker.getProcedure()
|
Methods in com.sentilla.net.rpc with parameters of type Procedure | ||
---|---|---|
|
RemoteInvoker.invoke(Procedure<T> procedure,
Class<T> result_type)
Remotely invoke a procedure and return a single result. |
|
|
RemoteInvoker.invoke(Procedure<T> procedure,
Class<T> result_type,
int timeoutMilli)
Remotely invoke a procedure and return a single result. |
|
|
RemoteInvoker.invokeMany(Procedure<T> procedure,
Class<T> result_type,
int maxResults,
int timeoutMilli)
Remotely invoke a procedure and return an iterable over possibly many results. |
|
RemoteInvoker |
RemoteInvoker.setProcedure(Procedure procedure)
|
Uses of Procedure in com.sentilla.net.rpc.procedures |
---|
Classes in com.sentilla.net.rpc.procedures that implement Procedure | |
---|---|
class |
RemoteGetPropertyBytes
Private: for Sentilla internal use only. |
class |
RemoteGetPropertyKeys
Private: for Sentilla internal use only. |
class |
RemoteGetPropertyObject
Private: for Sentilla internal use only. |
class |
RemoteRemoveProperty
Private: for Sentilla internal use only. |
class |
RemoteResetProperties
Procedure to reset the properties on a remote target. |
class |
RemoteSetProperty
Private: for Sentilla internal use only. |
class |
RemoteSetPropertyBytes
Private: for Sentilla internal use only. |
class |
RemoteSetPropertyObject
Private: for Sentilla internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |