Package | Description |
---|---|
org.opennms.netmgt.alarmd.api | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.alarm |
TODO: add package overview sentence here.
|
Modifier and Type | Method and Description |
---|---|
TroubleTicketState |
NorthboundAlarm.getTicketState() |
Modifier and Type | Method and Description |
---|---|
TroubleTicketState |
OnmsAlarm.getTTicketState()
getTTicketState
|
static TroubleTicketState |
TroubleTicketState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TroubleTicketState[] |
TroubleTicketState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsAlarm.setTTicketState(TroubleTicketState tticketstate)
setTTicketState
|
Modifier and Type | Field and Description |
---|---|
protected TroubleTicketState |
Alarm.troubleTicketState
State of the trouble ticket.
|
Modifier and Type | Method and Description |
---|---|
TroubleTicketState |
Alarm.getTroubleTicketState()
Getter for the field
troubleTicketState . |
Constructor and Description |
---|
Alarm(int id,
String uei,
String dpName,
Integer nodeID,
String ipAddr,
Integer serviceID,
String reductionKey,
int count,
int severity,
int lastEventID,
Date firsteventtime,
Date lasteventtime,
String description,
String logMessage,
String operatorInstruction,
String troubleTicket,
TroubleTicketState troubleTicketState,
String mouseOverText,
Date suppressedUntil,
String suppressedUser,
Date suppressedTime,
String acknowledgeUser,
Date acknowledgeTime,
String parms)
Create an alarm that represents a real network alarm with all the
parameters.
|
Alarm(int id,
String uei,
String dpName,
Integer nodeID,
String ipAddr,
Integer serviceID,
String reductionKey,
int count,
int severityId,
int lastEventID,
Date firsteventtime,
Date lasteventtime,
String description,
String logMessage,
String operatorInstruction,
String troubleTicket,
TroubleTicketState troubleTicketState,
String mouseOverText,
Date suppressedUntil,
String suppressedUser,
Date suppressedTime,
String acknowledgeUser,
Date acknowledgeTime,
String parms,
String nodeLabel,
String serviceName)
Create an alarm that represents a real network alarm with all the
parameters.
|
Copyright © 2015. All Rights Reserved.