|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ServiceInfo
public class ServiceInfo
ServiceInfo provides detailed information about EGO services. This class is mainly used in functions that query information directly from the EGO Master.
Constructor Summary | |
---|---|
ServiceInfo()
|
Method Summary | |
---|---|
ServiceContext |
getContext()
Get service context definition. |
ServiceInstance[] |
getInstances()
Get instances of service. |
int |
getInstancesNum()
Get number of service instances. |
java.lang.String |
getName()
Get name of service. |
ServicePolicy |
getPolicy()
Get policy that specifies how to manage a service. |
ServiceAllocation |
getServiceAllocation()
Get allocation information of a service. |
ServiceState |
getState()
Get state of the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInfo()
Method Detail |
---|
public ServiceContext getContext()
public ServiceInstance[] getInstances()
public int getInstancesNum()
public java.lang.String getName()
public ServicePolicy getPolicy()
public ServiceAllocation getServiceAllocation()
public ServiceState getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |