com.adventnet.snmp.mibs.agent
Class SnmpMibTrapServiceBeanInfo

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

public class SnmpMibTrapServiceBeanInfo
extends SnmpTrapServiceBeanInfo

This class is a beaninfo for the SnmpMibTrapService.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SnmpMibTrapServiceBeanInfo()
           
 
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.SnmpTrapServiceBeanInfo
getEventSetDescriptors, getMethodDescriptors
 
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

SnmpMibTrapServiceBeanInfo

public SnmpMibTrapServiceBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int kind)
Description copied from class: SnmpTrapServiceBeanInfo
Gets the image for bean.

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class SnmpTrapServiceBeanInfo
Parameters:
kind - int value

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Description copied from class: SnmpTrapServiceBeanInfo
Gets property descriptors of the bean info.

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class SnmpTrapServiceBeanInfo
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