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: 23902 $
Author:
Spyros Pollatos, Dimitris Andreadis

Method Summary
 Object get()
          Override to provide access to whatever
 

Method Detail

get

Object get()
Override to provide access to whatever



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.