Class Action
- java.lang.Object
-
- org.opennms.netmgt.config.vacuumd.Action
-
- All Implemented Interfaces:
Serializable
public class Action extends Object implements Serializable
actions modify the database based on results of a trigger- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDataSource()
String
getName()
Statement
getStatement()
int
hashCode()
void
setDataSource(String dataSource)
void
setName(String name)
void
setStatement(Statement statement)
-