MBean

Partial ObjectName:
WebSphere:*,type=


MBean

SNMP mbean


Operation Summary
sendSnmpTrapHealthViolation( healthPolicy,  entityType,  entityName)
           Send an SNMP trap for a health policy violation.
sendSnmpTrapHealthViolation( healthPolicy,  detectionTime,  entityType,  entityName)
           Send an SNMP trap for a health policy violation.
sendSnmpTrapAutomaticAction( actionName,  entityType,  entityName)
           Send an SNMP trap for an automatic action.

Operation Detail

sendSnmpTrapHealthViolation

public  sendSnmpTrapHealthViolation( healthPolicy,  entityType,  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).

sendSnmpTrapHealthViolation

public  sendSnmpTrapHealthViolation( healthPolicy,  detectionTime,  entityType,  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).

sendSnmpTrapAutomaticAction

public  sendSnmpTrapAutomaticAction( actionName,  entityType,  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).

Copyright IBM Corp. 1996 - 2007