Interface GlobalAdministrativeStatusManager
- All Known Implementing Classes:
GlobalAdministrativeStatusManagerImpl
public interface GlobalAdministrativeStatusManager
-
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier of the local Nuxeo Instance.getServiceDescriptor
(String serviceIdentifier) Gets the XMAP descriptor for one service.getStatusManager
(String instanceIdentifier) Retrieve theAdministrativeStatusManager
for a given Nuxeo instance.Lists the identifiers of all Nuxeo Instances.Lists services that are declared to be administrable.void
Registers a service given its descriptor.void
Updates the status of a service for all registered Nuxeo instances.
-
Method Details
-
getLocalNuxeoInstanceIdentifier
String getLocalNuxeoInstanceIdentifier()Returns the identifier of the local Nuxeo Instance. -
listInstanceIds
Lists the identifiers of all Nuxeo Instances. -
getStatusManager
Retrieve theAdministrativeStatusManager
for a given Nuxeo instance. -
setStatus
Updates the status of a service for all registered Nuxeo instances. -
listRegistredServices
List<AdministrableServiceDescriptor> listRegistredServices()Lists services that are declared to be administrable. -
getServiceDescriptor
Gets the XMAP descriptor for one service. -
registerService
Registers a service given its descriptor.
-