|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceInfoContract
Defines the contract for information about a service that is published in
the ServiceRegistry
.
ServiceRegistry
Method Summary | |
---|---|
String |
getApplicationId()
Returns the id of the application that published and owns the service. |
String |
getChecksum()
Returns a checksum value for the ServiceConfiguration stored in the
ServiceDescriptorContract for this service. |
String |
getEndpointUrl()
Returns the URL of the service as a string. |
String |
getInstanceId()
Returns the id of the instance that published and owns the service. |
String |
getServerIpAddress()
Return the IP address of the server on which the application is running which published and owns the service. |
String |
getServiceDescriptorId()
Returns the id of the service descriptor for this service. |
String |
getServiceId()
Returns the identifier for the service. |
QName |
getServiceName()
Returns the name of the service as a qualified name consisting of a namespace and a name. |
String |
getServiceVersion()
Returns the version information of this service. |
ServiceEndpointStatus |
getStatus()
Return the status of the service endpoint represented by this service. |
String |
getType()
Returns the type of this service. |
Long |
getVersionNumber()
Deprecated. will always return 1 |
Method Detail |
---|
String getServiceId()
QName getServiceName()
String getEndpointUrl()
String getInstanceId()
String getApplicationId()
String getServerIpAddress()
String getType()
String getServiceVersion()
CoreConstants.Versions#UNSPECIFIED
.
CoreConstants.Versions#UNSPECIFIED
if no version has been secified, should never return a null or blank valueServiceEndpointStatus getStatus()
String getServiceDescriptorId()
ServiceDescriptorContract
for this
service which includes more detailed information on this service.
String getChecksum()
ServiceConfiguration
stored in the
ServiceDescriptorContract
for this service. This allows for fast
comparison of services during various registry operations.
@Deprecated Long getVersionNumber()
getVersionNumber
in interface Versioned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |