org.jboss.jmx.adaptor.snmp.agent
Interface DynamicContentAccessor
public interface DynamicContentAccessor
DynamicContentAccessor or DCA for short allows the
introduction of dynamic content in the notification wrappers. The later
contain static values keyed on a tag. The problem solved from DCA instances
regards the access of volatile content. In other words when a DCA
implementation is accessed, its get method will provide access to whatever
content it is designed to.
- Version:
- $Revision: 44604 $
- Author:
- Spyros Pollatos, Dimitris Andreadis
|
Method Summary |
java.lang.Object |
get()
Override to provide access to whatever |
get
java.lang.Object get()
- Override to provide access to whatever
Copyright © 2011. All Rights Reserved.