|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRpcService
The most generic interface for RPC invocations into openBIS.
This interface defines a minimal interface presented by RPC services. It lets clients determine
which version of the interface the server supports. To do anything interesting, clients need to
get a reference to a specific interface using the IRpcServiceNameServer
.
Method Summary | |
---|---|
int |
getMajorVersion()
Returns the major version of the server side interface. |
int |
getMinorVersion()
Returns the minor version of this server side interface. |
Method Detail |
---|
int getMajorVersion()
int getMinorVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |