|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteCallable
Callables represent a remotely callable method. Clients can register
callables (via IRemoteServiceClientContainerAdapter.registerCallables(String[], IRemoteCallable[][], java.util.Dictionary)
or
IRemoteServiceClientContainerAdapter.registerCallables(IRemoteCallable[], java.util.Dictionary)
and then at runtime
when actual remote calls are attempted, the associated callable is looked up in the
RemoteServiceClientRegistry
. If present, the remote call can be completed, if not present in the
registry, the call is not completed.
Method Summary | |
---|---|
IRemoteCallParameter[] |
getDefaultParameters()
Get default remote call parameters for this remote callable. |
long |
getDefaultTimeout()
Get default timeout for this remote callable. |
java.lang.String |
getMethod()
Get the method name associated with this remote callable. |
IRemoteCallableRequestType |
getRequestType()
Get request type associated with this remote callable. |
java.lang.String |
getResourcePath()
Get the resource path associated with this remote callable. |
Method Detail |
---|
java.lang.String getMethod()
null
.java.lang.String getResourcePath()
null
.IRemoteCallableRequestType getRequestType()
null
.IRemoteCallParameter[] getDefaultParameters()
null
.long getDefaultTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |