Annotation Interface IntegrationManagedResource
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
public @interface IntegrationManagedResource
Clone of 
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).- Since:
- 4.2
- Author:
- Gary Russell
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionintbooleanintThe annotation value is equivalent to theobjectNameattribute, for simple default usage.
- 
Element Details- 
valueThe annotation value is equivalent to theobjectNameattribute, for simple default usage.- Returns:
- the value.
 - Default:
- ""
 
- 
objectName- Default:
- ""
 
- 
descriptionString description- Default:
- ""
 
- 
currencyTimeLimitint currencyTimeLimit- Default:
- -1
 
- 
logboolean log- Default:
- false
 
- 
logFileString logFile- Default:
- ""
 
- 
persistPolicyString persistPolicy- Default:
- ""
 
- 
persistPeriodint persistPeriod- Default:
- -1
 
- 
persistNameString persistName- Default:
- ""
 
- 
persistLocationString persistLocation- Default:
- ""
 
 
-