|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.ksb.api.registry.ServiceInfo
public final class ServiceInfo
Immutable implementation of the ServiceInfoContract
interface.
Includes standard configuration information about a service that has been
published to the service registry.
Nested Class Summary | |
---|---|
static class |
ServiceInfo.Builder
A builder which can be used to construct ServiceInfo instances. |
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 value which previously stored version number for optimistic locking purposes. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getServiceId()
ServiceInfoContract
getServiceId
in interface ServiceInfoContract
public QName getServiceName()
ServiceInfoContract
getServiceName
in interface ServiceInfoContract
public String getEndpointUrl()
ServiceInfoContract
getEndpointUrl
in interface ServiceInfoContract
public String getInstanceId()
ServiceInfoContract
getInstanceId
in interface ServiceInfoContract
public String getApplicationId()
ServiceInfoContract
getApplicationId
in interface ServiceInfoContract
public String getServerIpAddress()
ServiceInfoContract
getServerIpAddress
in interface ServiceInfoContract
public String getType()
ServiceInfoContract
getType
in interface ServiceInfoContract
public String getServiceVersion()
ServiceInfoContract
CoreConstants.Versions#UNSPECIFIED
.
getServiceVersion
in interface ServiceInfoContract
CoreConstants.Versions#UNSPECIFIED
if no version has been secified, should never return a null or blank valuepublic ServiceEndpointStatus getStatus()
ServiceInfoContract
getStatus
in interface ServiceInfoContract
public String getServiceDescriptorId()
ServiceInfoContract
ServiceDescriptorContract
for this
service which includes more detailed information on this service.
getServiceDescriptorId
in interface ServiceInfoContract
public String getChecksum()
ServiceInfoContract
ServiceConfiguration
stored in the
ServiceDescriptorContract
for this service. This allows for fast
comparison of services during various registry operations.
getChecksum
in interface ServiceInfoContract
public Long getVersionNumber()
ServiceInfoContract
getVersionNumber
in interface Versioned
getVersionNumber
in interface ServiceInfoContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |