com.adventnet.snmp.snmp2.agent
Class PduRequestHandlerBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--com.adventnet.snmp.snmp2.agent.PduRequestHandlerBeanInfo
- public class PduRequestHandlerBeanInfo
- extends java.beans.SimpleBeanInfo
This class is a beaninfo for the PduRequestHanler.
- See Also:
PduRequestHandler
|
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 |
PduRequestHandlerBeanInfo
public PduRequestHandlerBeanInfo()
- Default Constructor does nothing.
getIcon
public java.awt.Image getIcon(int kind)
- loads an image for the PduRequestHandler.
- 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.
- 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)