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
-
LinkTrapGenerator()
-
-
LinkTrapGenerator(int)
-
-
deleteCmf()
-
-
getErrors()
-
-
getIfIndex()
-
-
getInterval()
-
-
getState()
-
-
getSuccesses()
-
-
initCmf(Framework, ObjectName)
-
-
isSuspended()
-
-
performReset()
-
-
performResume()
-
-
performSend()
-
-
performSuspend()
-
-
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.
-
setIfIndex(Integer)
-
-
setInterval(Integer)
-
LinkTrapGenerator
public LinkTrapGenerator()
LinkTrapGenerator
public LinkTrapGenerator(int ifIndex)
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.
deleteCmf
public void deleteCmf()
getIfIndex
public Integer getIfIndex()
setIfIndex
public void setIfIndex(Integer x)
getState
public String getState()
isSuspended
public boolean isSuspended()
getSuccesses
public Integer getSuccesses()
getErrors
public Integer getErrors()
getInterval
public Integer getInterval()
setInterval
public void setInterval(Integer val)
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
performReset
public void performReset()
performSuspend
public void performSuspend()
performResume
public void performResume()
performSend
public void performSend()
All Packages Class Hierarchy This Package Previous Next Index