eXo Kernel :: Container 2.4.4-CLD

org.exoplatform.management.jmx.annotations
Annotation Type NamingContext


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NamingContext

Annotates a class to define a naming context. The naming context takes the form of a list of Property annotations. This annotation is used when objects implements the ManagementAware interface. Any object registered through the injected ManagementContext will have in its name the properties defined by the naming context.

Version:
$Revision$
Author:
Julien Viet

Required Element Summary
 Property[] value
           
 

Element Detail

value

public abstract Property[] value

eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.