Nuxeo 5

Nuxeo 5 Component
org.nuxeo.runtime.management.ResourcePublisher

Individual Documentation Coverage

done proportion
66.67 %


Management resource publishers, resources can be nuxeo services or factories.



Author: missing

Version: missing

Location: nuxeo-runtime/nuxeo-runtime-management/src/main/resources/OSGI-INF/management-resource-publisher-service.xml

Require

Required by

Implementation


Extension Points:

services


Publish a nuxeo service as a management resource.
Here is the parameters description :
the name is used as a shortcut name,
the ifaceClass is used to locate the service,
the class is instrumented for publishing management information.
The following line figures out how we have published the runtime management service itself.

<service name="managementResourcePublisher" class="org.nuxeo.runtime.management.ResourcePublisher" ifaceClass="prg.nuxeo.runtime.management.ResourcePublisherService">


factories


Publish a class that will be call backed at initialization time for
registering resources.
The following information have to be provided : the fully qualified factory class name.
The referenced class should implement ResourceFactory class.
The following line figures out how to publish a factory.

<factory class="my.FactoryClass">


shortcuts


Define a shortcuts to a published resource.
Nuxeo's published resources are published by the service using that shortcut
The following information have to be provided : the shortcut name, the management qualifiedName and the mbean server locator pattern.
The following line figures out how using it.

<shortcut name="publisher" qualifiedName="org.nuxeo:name=managementResourcePublisher,type=service" locator="org.nuxeo"/>



Is a contribution to:


Has contribution from:

Last generation: 18:21:25 CEST 11/07/2009