com.adventnet.snmp.beans
Class AccessControlSnmpAgentBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.adventnet.snmp.snmp2.agent.SnmpAgentBeanInfo
              |
              +--com.adventnet.snmp.beans.AccessControlSnmpAgentBeanInfo

public class AccessControlSnmpAgentBeanInfo
extends SnmpAgentBeanInfo

This class is a beaninfo for the SnmpAgent.


Constructor Summary
AccessControlSnmpAgentBeanInfo()
           
 
Method Summary
 java.awt.Image getIcon(int kind)
          Gets the image for bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Gets property descriptors of the bean info.
(package private) static java.beans.PropertyDescriptor property1(java.lang.String name, java.lang.String descr)
          A convenience method.
 
Methods inherited from class com.adventnet.snmp.snmp2.agent.SnmpAgentBeanInfo
getEventSetDescriptors, getMethodDescriptors, method, property
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlSnmpAgentBeanInfo

public AccessControlSnmpAgentBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int kind)
Description copied from class: SnmpAgentBeanInfo
Gets the image for bean.
Overrides:
getIcon in class SnmpAgentBeanInfo
Tags copied from class: SnmpAgentBeanInfo
Parameters:
kind - int value

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Description copied from class: SnmpAgentBeanInfo
Gets property descriptors of the bean info.
Overrides:
getPropertyDescriptors in class SnmpAgentBeanInfo
Tags copied from class: SnmpAgentBeanInfo
Returns:
array of propery descriptors

property1

static java.beans.PropertyDescriptor property1(java.lang.String name,
                                               java.lang.String descr)
                                        throws java.beans.IntrospectionException
A convenience method.
Throws:
java.beans.IntrospectionException - is thrown if Introspection fails