|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.vacuumd.ActionEvent
public class ActionEvent
Class ActionEvent.
| Constructor Summary | |
|---|---|
ActionEvent()
|
|
| Method Summary | |
|---|---|
void |
addAssignment(Assignment vAssignment)
|
void |
addAssignment(int index,
Assignment vAssignment)
|
void |
deleteForEachResult()
|
Enumeration<Assignment> |
enumerateAssignment()
Method enumerateAssignment. |
Assignment[] |
getAssignment()
Method getAssignment.Returns the contents of the collection in an Array. |
Assignment |
getAssignment(int index)
Method getAssignment. |
List<Assignment> |
getAssignmentCollection()
Method getAssignmentCollection.Returns a reference to '_assignmentList'. |
int |
getAssignmentCount()
Method getAssignmentCount. |
boolean |
getForEachResult()
Returns the value of field 'forEachResult'. |
String |
getName()
Returns the value of field 'name'. |
boolean |
hasForEachResult()
Method hasForEachResult. |
boolean |
isForEachResult()
Returns the value of field 'forEachResult'. |
boolean |
isValid()
Method isValid. |
Iterator<Assignment> |
iterateAssignment()
Method iterateAssignment. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllAssignment()
|
boolean |
removeAssignment(Assignment vAssignment)
Method removeAssignment. |
Assignment |
removeAssignmentAt(int index)
Method removeAssignmentAt. |
void |
setAssignment(Assignment[] vAssignmentArray)
|
void |
setAssignment(int index,
Assignment vAssignment)
|
void |
setAssignment(List<Assignment> vAssignmentList)
Sets the value of '_assignmentList' by copying the given Vector. |
void |
setAssignmentCollection(List<Assignment> assignmentList)
Deprecated. |
void |
setForEachResult(boolean forEachResult)
Sets the value of field 'forEachResult'. |
void |
setName(String name)
Sets the value of field 'name'. |
static ActionEvent |
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 ActionEvent()
| Method Detail |
|---|
public void addAssignment(Assignment vAssignment)
throws IndexOutOfBoundsException
vAssignment -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addAssignment(int index,
Assignment vAssignment)
throws IndexOutOfBoundsException
index - vAssignment -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void deleteForEachResult()
public Enumeration<Assignment> enumerateAssignment()
public Assignment getAssignment(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Assignment[] getAssignment()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<Assignment> getAssignmentCollection()
public int getAssignmentCount()
public boolean getForEachResult()
public String getName()
public boolean hasForEachResult()
public boolean isForEachResult()
public boolean isValid()
public Iterator<Assignment> iterateAssignment()
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 removeAllAssignment()
public boolean removeAssignment(Assignment vAssignment)
vAssignment -
public Assignment removeAssignmentAt(int index)
index -
public void setAssignment(int index,
Assignment vAssignment)
throws IndexOutOfBoundsException
index - vAssignment -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setAssignment(Assignment[] vAssignmentArray)
vAssignmentArray - public void setAssignment(List<Assignment> vAssignmentList)
vAssignmentList - the Vector to copy.public void setAssignmentCollection(List<Assignment> assignmentList)
assignmentList - the Vector to set.public void setForEachResult(boolean forEachResult)
forEachResult - the value of field 'forEachResult'.public void setName(String name)
name - the value of field 'name'.
public static ActionEvent 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 | ||||||||