SNMP MBean

Partial ObjectName:
WebSphere:*,type=SNMP


MBean SNMP

SNMP mbean


Operation Summary

voidsendSnmpTrapHealthViolation(java.lang.String healthPolicy, java.lang.String entityType, java.lang.String entityName)
           Send an SNMP trap for a health policy violation.
voidsendSnmpTrapHealthViolation(java.lang.String healthPolicy, java.lang.Long detectionTime, java.lang.String entityType, java.lang.String entityName)
           Send an SNMP trap for a health policy violation.
voidsendSnmpTrapAutomaticAction(java.lang.String actionName, java.lang.String entityType, java.lang.String entityName)
           Send an SNMP trap for an automatic action.

Operation Detail

sendSnmpTrapHealthViolation

public void sendSnmpTrapHealthViolation(java.lang.String healthPolicy, java.lang.String entityType, java.lang.String entityName)

     Send an SNMP trap for a health policy violation.

Parameters:

     healthPolicy - The name of the health policy.
     entityType - The type of entity which violated the health policy (e.g. cell, cluster, server).
     entityName - The name of the entity which violated the health policy (e.g. for a server, myCell/myNode/myServer).

Security Roles:

     administrator
     operator


sendSnmpTrapHealthViolation

public void sendSnmpTrapHealthViolation(java.lang.String healthPolicy, java.lang.Long detectionTime, java.lang.String entityType, java.lang.String entityName)

     Send an SNMP trap for a health policy violation.

Parameters:

     healthPolicy - The name of the health policy.
     detectionTime - The time that the health policy violation was detected.
     entityType - The type of entity which violated the health policy (e.g. cell, cluster, server).
     entityName - The name of the entity which violated the health policy (e.g. for a server, myCell/myNode/myServer).

Security Roles:

     administrator
     operator


sendSnmpTrapAutomaticAction

public void sendSnmpTrapAutomaticAction(java.lang.String actionName, java.lang.String entityType, java.lang.String entityName)

     Send an SNMP trap for an automatic action.

Parameters:

     actionName - The name of the automatic action.
     entityType - The type of entity on which the automatic action was performed (e.g. cell, cluster, server).
     entityName - The name of the entity on which the automatic action was performed (e.g. for a server, myCell/myNode/myServer).

Security Roles:

     administrator
     operator


Copyright IBM Corp. 1996-2005