com.adventnet.snmp.snmp2.agent
Class PduRequestHandlerBeanInfo

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

public class PduRequestHandlerBeanInfo
extends java.beans.SimpleBeanInfo

This class is a beaninfo for the PduRequestHanler.

See Also:
PduRequestHandler

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
PduRequestHandlerBeanInfo()
          Default Constructor does nothing.
 
Method Summary
 java.awt.Image getIcon(int kind)
          loads an image for the PduRequestHandler.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          to tell what are the methods available for the user during the connection wizard.
(package private)  java.beans.MethodDescriptor method(java.lang.String name)
          utility method which returns a MethodDescriptor
(package private)  java.beans.MethodDescriptor regMethod(java.lang.String name)
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PduRequestHandlerBeanInfo

public PduRequestHandlerBeanInfo()
Default Constructor does nothing.

Method Detail

getIcon

public java.awt.Image getIcon(int kind)
loads an image for the PduRequestHandler.

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo
Returns:
the image name.

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
to tell what are the methods available for the user during the connection wizard.

Specified by:
getMethodDescriptors in interface java.beans.BeanInfo
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
the method descriptor

method

java.beans.MethodDescriptor method(java.lang.String name)
utility method which returns a MethodDescriptor

Parameters:
the - method name.
Returns:
a method descriptor corresponding the input argument

regMethod

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