public class ServiceInfoBo extends Object implements ServiceInfoContract, Serializable
ServiceInfo,
Serialized Form| Constructor and Description |
|---|
ServiceInfoBo() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getStatusCode() |
String |
getType()
Returns the type of this service.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
void |
setApplicationId(String applicationId) |
void |
setChecksum(String checksum) |
void |
setEndpointUrl(String endpointUrl) |
void |
setInstanceId(String instanceId) |
void |
setServerIpAddress(String serverIpAddress) |
void |
setServiceDescriptorId(String serviceDescriptorId) |
void |
setServiceId(String serviceId) |
void |
setServiceName(String serviceName) |
void |
setServiceVersion(String serviceVersion) |
void |
setStatusCode(String statusCode) |
void |
setType(String type) |
void |
setVersionNumber(Long versionNumber) |
public ServiceInfoBo()
public String getServiceId()
ServiceInfoContractgetServiceId in interface ServiceInfoContractpublic void setServiceId(String serviceId)
public QName getServiceName()
ServiceInfoContractgetServiceName in interface ServiceInfoContractpublic void setServiceName(String serviceName)
public String getEndpointUrl()
ServiceInfoContractgetEndpointUrl in interface ServiceInfoContractpublic void setEndpointUrl(String endpointUrl)
public String getInstanceId()
ServiceInfoContractgetInstanceId in interface ServiceInfoContractpublic void setInstanceId(String instanceId)
public String getApplicationId()
ServiceInfoContractgetApplicationId in interface ServiceInfoContractpublic void setApplicationId(String applicationId)
public String getServerIpAddress()
ServiceInfoContractgetServerIpAddress in interface ServiceInfoContractpublic void setServerIpAddress(String serverIpAddress)
public String getType()
ServiceInfoContractgetType in interface ServiceInfoContractpublic String getServiceVersion()
ServiceInfoContractCoreConstants.Versions#UNSPECIFIED.getServiceVersion in interface ServiceInfoContractCoreConstants.Versions#UNSPECIFIED
if no version has been secified, should never return a null or blank valuepublic void setServiceVersion(String serviceVersion)
public String getStatusCode()
public void setStatusCode(String statusCode)
public String getServiceDescriptorId()
ServiceInfoContractServiceDescriptorContract for this
service which includes more detailed information on this service.getServiceDescriptorId in interface ServiceInfoContractpublic void setServiceDescriptorId(String serviceDescriptorId)
public String getChecksum()
ServiceInfoContractServiceConfiguration stored in the
ServiceDescriptorContract for this service. This allows for fast
comparison of services during various registry operations.getChecksum in interface ServiceInfoContractpublic void setChecksum(String checksum)
public Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public ServiceEndpointStatus getStatus()
ServiceInfoContractgetStatus in interface ServiceInfoContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.