com.adventnet.snmp.snmp2.agent
Class MultipleAgentBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.adventnet.snmp.snmp2.agent.MultipleAgentBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class MultipleAgentBeanInfo
extends java.beans.SimpleBeanInfo

This class is a beaninfo for the SnmpAgent.

See Also:
MultipleSnmpAgent

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
MultipleAgentBeanInfo()
          The Default Constructor for MultipleAgentBeanInfo.
 
Method Summary
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Getter for the Event Set Descriptors.
 java.awt.Image getIcon(int kind)
          Getter for the Image Icon.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Getter for the Method Descriptors.
 java.beans.PropertyDescriptor[] getPropertyDescriptor()
          Getter for the Property Descriptors.
(package private)  java.beans.MethodDescriptor method(java.lang.String name)
           
(package private) static java.beans.PropertyDescriptor property(java.lang.String name, java.lang.String descr)
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleAgentBeanInfo

public MultipleAgentBeanInfo()
The Default Constructor for MultipleAgentBeanInfo.

Method Detail

getIcon

public java.awt.Image getIcon(int kind)
Getter for the Image Icon.

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo
Parameters:
kind - The Icon required.
Returns:
The Image of the Icon.

getPropertyDescriptor

public java.beans.PropertyDescriptor[] getPropertyDescriptor()
Getter for the Property Descriptors.

Returns:
The Property Descriptor required.

property

static java.beans.PropertyDescriptor property(java.lang.String name,
                                              java.lang.String descr)
                                       throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

method

java.beans.MethodDescriptor method(java.lang.String name)

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Getter for the Method Descriptors.

Specified by:
getMethodDescriptors in interface java.beans.BeanInfo
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
The Method Descriptor requested.

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Getter for the Event Set Descriptors.

Specified by:
getEventSetDescriptors in interface java.beans.BeanInfo
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
The EventSetDescriptor Requested.