@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface IntegrationManagedResource
ManagedResource
limiting beans thus annotated so that they
will only be exported by the IntegrationMBeanExporter
and prevented
from being exported by other MBeanExporters (if present).Modifier and Type | Optional Element and Description |
---|---|
int |
currencyTimeLimit |
String |
description |
boolean |
log |
String |
logFile |
String |
objectName |
String |
persistLocation |
String |
persistName |
int |
persistPeriod |
String |
persistPolicy |
String |
value
The annotation value is equivalent to the
objectName
attribute, for simple default usage. |
public abstract String description
public abstract String logFile
public abstract String persistPolicy
public abstract String persistName
public abstract String persistLocation