|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.vacuumd.Automation
public class Automation
Triggers and Actions hooked up and run by the Vacuumd schedule using interval for frequency
| Constructor Summary | |
|---|---|
Automation()
|
|
| Method Summary | |
|---|---|
void |
deleteActive()
|
void |
deleteInterval()
|
String |
getActionEvent()
Returns the value of field 'actionEvent'. |
String |
getActionName()
Returns the value of field 'actionName'. |
boolean |
getActive()
Returns the value of field 'active'. |
String |
getAutoEventName()
Returns the value of field 'autoEventName'. |
int |
getInterval()
Returns the value of field 'interval'. |
String |
getName()
Returns the value of field 'name'. |
String |
getTriggerName()
Returns the value of field 'triggerName'. |
boolean |
hasActive()
Method hasActive. |
boolean |
hasInterval()
Method hasInterval. |
boolean |
isActive()
Returns the value of field 'active'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setActionEvent(String actionEvent)
Sets the value of field 'actionEvent'. |
void |
setActionName(String actionName)
Sets the value of field 'actionName'. |
void |
setActive(boolean active)
Sets the value of field 'active'. |
void |
setAutoEventName(String autoEventName)
Sets the value of field 'autoEventName'. |
void |
setInterval(int interval)
Sets the value of field 'interval'. |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setTriggerName(String triggerName)
Sets the value of field 'triggerName'. |
static Automation |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Automation()
| Method Detail |
|---|
public void deleteActive()
public void deleteInterval()
public String getActionEvent()
public String getActionName()
public boolean getActive()
public String getAutoEventName()
public int getInterval()
public String getName()
public String getTriggerName()
public boolean hasActive()
public boolean hasInterval()
public boolean isActive()
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 setActionEvent(String actionEvent)
actionEvent - the value of field 'actionEvent'.public void setActionName(String actionName)
actionName - the value of field 'actionName'.public void setActive(boolean active)
active - the value of field 'active'.public void setAutoEventName(String autoEventName)
autoEventName - the value of field 'autoEventName'.public void setInterval(int interval)
interval - the value of field 'interval'.public void setName(String name)
name - the value of field 'name'.public void setTriggerName(String triggerName)
triggerName - the value of field 'triggerName'.
public static Automation 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 | ||||||||