|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.ackd.AckdConfiguration
public class AckdConfiguration
Behavior configuration for the Acknowledgment Daemon
| Constructor Summary | |
|---|---|
AckdConfiguration()
|
|
| Method Summary | |
|---|---|
void |
deleteAlarmSync()
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method. |
String |
getAckExpression()
Returns the value of field 'ackExpression'. |
String |
getAlarmidMatchExpression()
Returns the value of field 'alarmidMatchExpression'. |
boolean |
getAlarmSync()
Returns the value of field 'alarmSync'. |
String |
getClearExpression()
Returns the value of field 'clearExpression'. |
String |
getEscalateExpression()
Returns the value of field 'escalateExpression'. |
String |
getNotifyidMatchExpression()
Returns the value of field 'notifyidMatchExpression'. |
Readers |
getReaders()
Returns the value of field 'readers'. |
String |
getUnackExpression()
Returns the value of field 'unackExpression'. |
boolean |
hasAlarmSync()
Method hasAlarmSync. |
int |
hashCode()
Overrides the java.lang.Object.hashCode method. |
boolean |
isAlarmSync()
Returns the value of field 'alarmSync'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setAckExpression(String ackExpression)
Sets the value of field 'ackExpression'. |
void |
setAlarmidMatchExpression(String alarmidMatchExpression)
Sets the value of field 'alarmidMatchExpression'. |
void |
setAlarmSync(boolean alarmSync)
Sets the value of field 'alarmSync'. |
void |
setClearExpression(String clearExpression)
Sets the value of field 'clearExpression'. |
void |
setEscalateExpression(String escalateExpression)
Sets the value of field 'escalateExpression'. |
void |
setNotifyidMatchExpression(String notifyidMatchExpression)
Sets the value of field 'notifyidMatchExpression'. |
void |
setReaders(Readers readers)
Sets the value of field 'readers'. |
void |
setUnackExpression(String unackExpression)
Sets the value of field 'unackExpression'. |
static AckdConfiguration |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AckdConfiguration()
| Method Detail |
|---|
public void deleteAlarmSync()
public boolean equals(Object obj)
equals in class Objectobj -
public String getAckExpression()
public boolean getAlarmSync()
public String getAlarmidMatchExpression()
public String getClearExpression()
public String getEscalateExpression()
public String getNotifyidMatchExpression()
public Readers getReaders()
public String getUnackExpression()
public boolean hasAlarmSync()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
hashCode in class Objectpublic boolean isAlarmSync()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setAckExpression(String ackExpression)
ackExpression - the value of field 'ackExpression'.public void setAlarmSync(boolean alarmSync)
alarmSync - the value of field 'alarmSync'.public void setAlarmidMatchExpression(String alarmidMatchExpression)
alarmidMatchExpression - the value of field
'alarmidMatchExpression'.public void setClearExpression(String clearExpression)
clearExpression - the value of field 'clearExpression'.public void setEscalateExpression(String escalateExpression)
escalateExpression - the value of field
'escalateExpression'.public void setNotifyidMatchExpression(String notifyidMatchExpression)
notifyidMatchExpression - the value of field
'notifyidMatchExpression'.public void setReaders(Readers readers)
readers - the value of field 'readers'.public void setUnackExpression(String unackExpression)
unackExpression - the value of field 'unackExpression'.
public static AckdConfiguration unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||