站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

DynamicContentAccessor (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


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

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

Method Detail

get

public Object get()
Override to provide access to whatever



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