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.


Method Summary
 java.lang.Object get()
          Override to provide access to whatever
 

Method Detail

get

public java.lang.Object get()
Override to provide access to whatever