All Packages Class Hierarchy This Package Previous Next Index
Class examples.snmp.agent.RFC1213_MIB
java.lang.Object
|
+----com.sun.jaw.snmp.agent.SnmpMib
|
+----examples.snmp.agent.RFC1213_MIB
- public class RFC1213_MIB
- extends SnmpMib
- implements Serializable
The class is used for representing "RFC1213-MIB".
You can edit the file if you want to modify the behaviour of the MIB.
-
RFC1213_MIB()
- Default constructor.
-
init()
- Initialization of the MIB with no registration in JDMK.
-
initCmf(Framework, ObjectName)
- Initialization of the MIB with AUTOMATIC REGISTRATION in JDMK.
RFC1213_MIB
public RFC1213_MIB()
- Default constructor. Initialize the Mib tree.
init
public void init() throws IllegalAccessException
- Initialization of the MIB with no registration in JDMK.
- Throws: IllegalAccessException
- The method has tried to access a class that is not public and in another package.
- Overrides:
- init in class SnmpMib
initCmf
public void initCmf(Framework cmf,
ObjectName name) throws IllegalAccessException, ServiceNotFoundException, InstanceAlreadyExistException
- Initialization of the MIB with AUTOMATIC REGISTRATION in JDMK.
- Throws: IllegalAccessException
- The method has tried to access a class that is not public and in another package.
- Throws: ServiceNotFoundException
- The requested service is not supported.
- Throws: InstanceAlreadyExistException
- The m-bean is already registered in the repository.
- Overrides:
- initCmf in class SnmpMib
All Packages Class Hierarchy This Package Previous Next Index