public class RemoteLifecycleSupportServiceStub extends Object implements LifecycleSupportService
| Constructor and Description |
|---|
RemoteLifecycleSupportServiceStub() |
RemoteLifecycleSupportServiceStub(ServiceDescriptor target) |
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
getHealthStatus(String arg0) |
Map<String,HealthStatus> |
getHealthStatuses() |
List<String> |
getPublicServices() |
ServiceInfo |
getServiceInfo(String arg0) |
boolean |
isOnline() |
void |
printStatusToLogInfo() |
void |
printStatusToSystemOut() |
void |
registerPublicService(String arg0,
ServiceAdapter arg1) |
void |
shutdown(String arg0) |
public RemoteLifecycleSupportServiceStub()
public RemoteLifecycleSupportServiceStub(ServiceDescriptor target)
public boolean isOnline()
isOnline in interface LifecycleComponentpublic void printStatusToSystemOut()
printStatusToSystemOut in interface LifecycleComponentpublic void printStatusToLogInfo()
printStatusToLogInfo in interface LifecycleComponentpublic List<String> getPublicServices()
getPublicServices in interface LifecycleComponentpublic void registerPublicService(String arg0, ServiceAdapter arg1)
registerPublicService in interface LifecycleComponentpublic ServiceInfo getServiceInfo(String arg0)
getServiceInfo in interface LifecycleComponentpublic void shutdown(String arg0)
shutdown in interface LifecycleComponentpublic HealthStatus getHealthStatus(String arg0)
getHealthStatus in interface LifecycleComponentpublic Map<String,HealthStatus> getHealthStatuses()
getHealthStatuses in interface LifecycleComponentCopyright © 2010-2014 anotheria.net. All Rights Reserved.