|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.config.xmlrpcd.ExternalServers
Field Summary | |
private int |
_elapseTime
|
private boolean |
_has_elapseTime
keeps track of state for field: _elapseTime |
private boolean |
_has_retries
keeps track of state for field: _retries |
private int |
_retries
|
private java.util.ArrayList |
_xmlrpcServerList
|
private java.util.Vector |
propertyChangeListeners
|
Constructor Summary | |
ExternalServers()
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
Registers a PropertyChangeListener with this class. |
void |
addXmlrpcServer(int index,
XmlrpcServer vXmlrpcServer)
|
void |
addXmlrpcServer(XmlrpcServer vXmlrpcServer)
|
void |
clearXmlrpcServer()
|
java.util.Enumeration |
enumerateXmlrpcServer()
|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
int |
getElapseTime()
Returns the value of field 'elapseTime'. |
int |
getRetries()
Returns the value of field 'retries'. |
XmlrpcServer[] |
getXmlrpcServer()
|
XmlrpcServer |
getXmlrpcServer(int index)
|
java.util.Collection |
getXmlrpcServerCollection()
|
int |
getXmlrpcServerCount()
|
boolean |
hasElapseTime()
|
boolean |
hasRetries()
|
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 |
removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
Removes the given PropertyChangeListener from this classes list of ProperyChangeListeners. |
boolean |
removeXmlrpcServer(XmlrpcServer vXmlrpcServer)
|
void |
setElapseTime(int elapseTime)
Sets the value of field 'elapseTime'. |
void |
setRetries(int retries)
Sets the value of field 'retries'. |
void |
setXmlrpcServer(int index,
XmlrpcServer vXmlrpcServer)
|
void |
setXmlrpcServer(XmlrpcServer[] xmlrpcServerArray)
|
void |
setXmlrpcServerCollection(java.util.Collection vXmlrpcServer)
|
static ExternalServers |
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 |
private int _retries
private boolean _has_retries
private int _elapseTime
private boolean _has_elapseTime
private java.util.ArrayList _xmlrpcServerList
private java.util.Vector propertyChangeListeners
Constructor Detail |
public ExternalServers()
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- The PropertyChangeListener to register.public void addXmlrpcServer(XmlrpcServer vXmlrpcServer) throws java.lang.IndexOutOfBoundsException
vXmlrpcServer
-
java.lang.IndexOutOfBoundsException
public void addXmlrpcServer(int index, XmlrpcServer vXmlrpcServer) throws java.lang.IndexOutOfBoundsException
index
- vXmlrpcServer
-
java.lang.IndexOutOfBoundsException
public void clearXmlrpcServer()
public java.util.Enumeration enumerateXmlrpcServer()
public boolean equals(java.lang.Object obj)
obj
- public int getElapseTime()
public int getRetries()
public XmlrpcServer getXmlrpcServer(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public XmlrpcServer[] getXmlrpcServer()
public java.util.Collection getXmlrpcServerCollection()
public int getXmlrpcServerCount()
public boolean hasElapseTime()
public boolean hasRetries()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
protected void notifyPropertyChangeListeners(java.lang.String fieldName, java.lang.Object oldValue, java.lang.Object newValue)
fieldName
- the name of the property that has changed.newValue
- the new value of the property.oldValue
- the old value of the property.public boolean removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- The PropertyChangeListener to remove.
public boolean removeXmlrpcServer(XmlrpcServer vXmlrpcServer)
vXmlrpcServer
- public void setElapseTime(int elapseTime)
elapseTime
- the value of field 'elapseTime'.public void setRetries(int retries)
retries
- the value of field 'retries'.public void setXmlrpcServer(int index, XmlrpcServer vXmlrpcServer) throws java.lang.IndexOutOfBoundsException
index
- vXmlrpcServer
-
java.lang.IndexOutOfBoundsException
public void setXmlrpcServer(XmlrpcServer[] xmlrpcServerArray)
xmlrpcServerArray
- public void setXmlrpcServerCollection(java.util.Collection vXmlrpcServer)
vXmlrpcServer
- public static ExternalServers unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |