public interface GlobalAdministrativeStatusManager
Modifier and Type | Method and Description |
---|---|
String |
getLocalNuxeoInstanceIdentifier()
Returns the identifier of the local Nuxeo Instance.
|
AdministrableServiceDescriptor |
getServiceDescriptor(String serviceIdentifier)
Gets the XMAP descriptor for one service.
|
AdministrativeStatusManager |
getStatusManager(String instanceIdentifier)
Retrieve the
AdministrativeStatusManager for a given Nuxeo instance. |
List<String> |
listInstanceIds()
Lists the identifiers of all Nuxeo Instances.
|
List<AdministrableServiceDescriptor> |
listRegistredServices()
Lists services that are declared to be administrable.
|
void |
registerService(AdministrableServiceDescriptor desc)
Registers a service given its descriptor.
|
void |
setStatus(String serviceIdentifier,
String state,
String message,
String login)
Updates the status of a service for all registered Nuxeo instances.
|
String getLocalNuxeoInstanceIdentifier()
AdministrativeStatusManager getStatusManager(String instanceIdentifier)
AdministrativeStatusManager
for a given Nuxeo instance.void setStatus(String serviceIdentifier, String state, String message, String login)
List<AdministrableServiceDescriptor> listRegistredServices()
AdministrableServiceDescriptor getServiceDescriptor(String serviceIdentifier)
void registerService(AdministrableServiceDescriptor desc)
Copyright © 2015 Nuxeo SA. All rights reserved.