Package ch.systemsx.cisd.common.api
Class RpcServiceInterfaceVersionDTO
java.lang.Object
ch.systemsx.cisd.common.api.RpcServiceInterfaceVersionDTO
- All Implemented Interfaces:
Serializable
Describes an RPC interface supported by the server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRpcServiceInterfaceVersionDTO(String name, String urlSuffix, int majorVersion, int minorVersion) -
Method Summary
-
Constructor Details
-
RpcServiceInterfaceVersionDTO
-
-
Method Details
-
getInterfaceName
The name of this interface used for identification. -
getUrlSuffix
The suffix added to the server's URL to produce the URL for this interface. Used by a service factory to create a proxy to the service. -
getMajorVersion
public int getMajorVersion()The major version of the interface. E.g., an interface with version 2.11 has major version 2. -
getMinorVersion
public int getMinorVersion()The major version of the interface. E.g., an interface with version 2.11 has minor version 11. -
equals
-
hashCode
public int hashCode() -
toString
-