OpenNMS API 1.2.3

org.opennms.netmgt.xml.eventconf
Class Events

java.lang.Object
  extended byorg.opennms.netmgt.xml.eventconf.Events
All Implemented Interfaces:
java.io.Serializable

public class Events
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.util.ArrayList _eventFileList
           
private  java.util.ArrayList _eventList
           
private  Global _global
           
private  java.util.Vector propertyChangeListeners
           
 
Constructor Summary
Events()
           
 
Method Summary
 void addEvent(Event vEvent)
           
 void addEvent(int index, Event vEvent)
           
 void addEventFile(int index, java.lang.String vEventFile)
           
 void addEventFile(java.lang.String vEventFile)
           
 void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
          Registers a PropertyChangeListener with this class.
 void clearEvent()
           
 void clearEventFile()
           
 java.util.Enumeration enumerateEvent()
           
 java.util.Enumeration enumerateEventFile()
           
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 Event[] getEvent()
           
 Event getEvent(int index)
           
 java.util.Collection getEventCollection()
           
 int getEventCount()
           
 java.lang.String[] getEventFile()
           
 java.lang.String getEventFile(int index)
           
 java.util.Collection getEventFileCollection()
           
 int getEventFileCount()
           
 Global getGlobal()
          Returns the value of field 'global'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
protected  void notifyPropertyChangeListeners(java.lang.String fieldName, java.lang.Object oldValue, java.lang.Object newValue)
          Notifies all registered PropertyChangeListeners when a bound property's value changes.
 boolean removeEvent(Event vEvent)
           
 boolean removeEventFile(java.lang.String vEventFile)
           
 boolean removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
          Removes the given PropertyChangeListener from this classes list of ProperyChangeListeners.
 void setEvent(Event[] eventArray)
           
 void setEvent(int index, Event vEvent)
           
 void setEventCollection(java.util.Collection vEvent)
           
 void setEventFile(int index, java.lang.String vEventFile)
           
 void setEventFile(java.lang.String[] eventFileArray)
           
 void setEventFileCollection(java.util.Collection vEventFile)
           
 void setGlobal(Global global)
          Sets the value of field 'global'.
static Events unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_global

private Global _global

_eventList

private java.util.ArrayList _eventList

_eventFileList

private java.util.ArrayList _eventFileList

propertyChangeListeners

private java.util.Vector propertyChangeListeners
Constructor Detail

Events

public Events()
Method Detail

addEvent

public void addEvent(Event vEvent)
              throws java.lang.IndexOutOfBoundsException
Parameters:
vEvent -
Throws:
java.lang.IndexOutOfBoundsException

addEvent

public void addEvent(int index,
                     Event vEvent)
              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vEvent -
Throws:
java.lang.IndexOutOfBoundsException

addEventFile

public void addEventFile(java.lang.String vEventFile)
                  throws java.lang.IndexOutOfBoundsException
Parameters:
vEventFile -
Throws:
java.lang.IndexOutOfBoundsException

addEventFile

public void addEventFile(int index,
                         java.lang.String vEventFile)
                  throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vEventFile -
Throws:
java.lang.IndexOutOfBoundsException

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
Registers a PropertyChangeListener with this class.

Parameters:
pcl - The PropertyChangeListener to register.

clearEvent

public void clearEvent()

clearEventFile

public void clearEventFile()

enumerateEvent

public java.util.Enumeration enumerateEvent()

enumerateEventFile

public java.util.Enumeration enumerateEventFile()

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Parameters:
obj -

getEvent

public Event getEvent(int index)
               throws java.lang.IndexOutOfBoundsException
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getEvent

public Event[] getEvent()

getEventCollection

public java.util.Collection getEventCollection()

getEventCount

public int getEventCount()

getEventFile

public java.lang.String getEventFile(int index)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getEventFile

public java.lang.String[] getEventFile()

getEventFileCollection

public java.util.Collection getEventFileCollection()

getEventFileCount

public int getEventFileCount()

getGlobal

public Global getGlobal()
Returns the value of field 'global'.

Returns:
the value of field 'global'.

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

notifyPropertyChangeListeners

protected void notifyPropertyChangeListeners(java.lang.String fieldName,
                                             java.lang.Object oldValue,
                                             java.lang.Object newValue)
Notifies all registered PropertyChangeListeners when a bound property's value changes.

Parameters:
fieldName - the name of the property that has changed.
newValue - the new value of the property.
oldValue - the old value of the property.

removeEvent

public boolean removeEvent(Event vEvent)
Parameters:
vEvent -

removeEventFile

public boolean removeEventFile(java.lang.String vEventFile)
Parameters:
vEventFile -

removePropertyChangeListener

public boolean removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
Removes the given PropertyChangeListener from this classes list of ProperyChangeListeners.

Parameters:
pcl - The PropertyChangeListener to remove.
Returns:
true if the given PropertyChangeListener was removed.

setEvent

public void setEvent(int index,
                     Event vEvent)
              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vEvent -
Throws:
java.lang.IndexOutOfBoundsException

setEvent

public void setEvent(Event[] eventArray)
Parameters:
eventArray -

setEventCollection

public void setEventCollection(java.util.Collection vEvent)
Parameters:
vEvent -

setEventFile

public void setEventFile(int index,
                         java.lang.String vEventFile)
                  throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vEventFile -
Throws:
java.lang.IndexOutOfBoundsException

setEventFile

public void setEventFile(java.lang.String[] eventFileArray)
Parameters:
eventFileArray -

setEventFileCollection

public void setEventFileCollection(java.util.Collection vEventFile)
Parameters:
vEventFile -

setGlobal

public void setGlobal(Global global)
Sets the value of field 'global'.

Parameters:
global - the value of field 'global'.

unmarshal

public static Events unmarshal(java.io.Reader reader)
                        throws org.exolab.castor.xml.MarshalException,
                               org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException

OpenNMS API 1.2.3

Generated by eevans on May 29 2005 2015.