2.14.2.1.2. @org.exoplatform.management.jmx.annotations.NameTemplate annotation

The @NameTemplate defines a template that is used at registration time of a managed object to create the JMX object name. The template is formed of properties.

@NameTemplate({

  @Property(key="container", value="workspace"),
  @Property(key="name", value="{Name}")})
Copyright ©2012. All rights reserved. eXo Platform SAS