public class ServiceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
domainservice
The service domain object.
|
protected BasicService |
managementservice
The management object.
|
Constructor and Description |
---|
ServiceInfo(java.lang.Object domainservice,
BasicService managementservice)
Create a new service info.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDomainService()
Get the domain service.
|
BasicService |
getManagementService()
Get the management service.
|
protected java.lang.Object domainservice
protected BasicService managementservice
public ServiceInfo(java.lang.Object domainservice, BasicService managementservice)
public java.lang.Object getDomainService()
public BasicService getManagementService()