All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.LinkTrapGenerator

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----examples.snmp.agent.LinkTrapGenerator

public class LinkTrapGenerator
extends Thread

Constructor Index

 o LinkTrapGenerator()
 o LinkTrapGenerator(int)

Method Index

 o deleteCmf()
 o getErrors()
 o getIfIndex()
 o getInterval()
 o getState()
 o getSuccesses()
 o initCmf(Framework, ObjectName)
 o isSuspended()
 o performReset()
 o performResume()
 o performSend()
 o performSuspend()
 o run()
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
 o setIfIndex(Integer)
 o setInterval(Integer)

Constructors

 o LinkTrapGenerator
 public LinkTrapGenerator()
 o LinkTrapGenerator
 public LinkTrapGenerator(int ifIndex)

Methods

 o initCmf
 public void initCmf(Framework cmf,
                     ObjectName name) throws IllegalAccessException, ServiceNotFoundException, InstanceAlreadyExistException
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.
 o deleteCmf
 public void deleteCmf()
 o getIfIndex
 public Integer getIfIndex()
 o setIfIndex
 public void setIfIndex(Integer x)
 o getState
 public String getState()
 o isSuspended
 public boolean isSuspended()
 o getSuccesses
 public Integer getSuccesses()
 o getErrors
 public Integer getErrors()
 o getInterval
 public Integer getInterval()
 o setInterval
 public void setInterval(Integer val)
 o run
 public void run()
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.

Overrides:
run in class Thread
 o performReset
 public void performReset()
 o performSuspend
 public void performSuspend()
 o performResume
 public void performResume()
 o performSend
 public void performSend()

All Packages  Class Hierarchy  This Package  Previous  Next  Index