|
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.capsd.IpManagement
Field Summary | |
private java.util.ArrayList |
_includeUrlList
|
private java.lang.String |
_policy
|
private java.util.ArrayList |
_rangeList
|
private java.util.ArrayList |
_specificList
|
private java.util.Vector |
propertyChangeListeners
|
Constructor Summary | |
IpManagement()
|
Method Summary | |
void |
addIncludeUrl(int index,
java.lang.String vIncludeUrl)
|
void |
addIncludeUrl(java.lang.String vIncludeUrl)
|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
Registers a PropertyChangeListener with this class. |
void |
addRange(int index,
Range vRange)
|
void |
addRange(Range vRange)
|
void |
addSpecific(int index,
java.lang.String vSpecific)
|
void |
addSpecific(java.lang.String vSpecific)
|
void |
clearIncludeUrl()
|
void |
clearRange()
|
void |
clearSpecific()
|
java.util.Enumeration |
enumerateIncludeUrl()
|
java.util.Enumeration |
enumerateRange()
|
java.util.Enumeration |
enumerateSpecific()
|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.String[] |
getIncludeUrl()
|
java.lang.String |
getIncludeUrl(int index)
|
java.util.Collection |
getIncludeUrlCollection()
|
int |
getIncludeUrlCount()
|
java.lang.String |
getPolicy()
Returns the value of field 'policy'. |
Range[] |
getRange()
|
Range |
getRange(int index)
|
java.util.Collection |
getRangeCollection()
|
int |
getRangeCount()
|
java.lang.String[] |
getSpecific()
|
java.lang.String |
getSpecific(int index)
|
java.util.Collection |
getSpecificCollection()
|
int |
getSpecificCount()
|
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 |
removeIncludeUrl(java.lang.String vIncludeUrl)
|
boolean |
removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
Removes the given PropertyChangeListener from this classes list of ProperyChangeListeners. |
boolean |
removeRange(Range vRange)
|
boolean |
removeSpecific(java.lang.String vSpecific)
|
void |
setIncludeUrl(int index,
java.lang.String vIncludeUrl)
|
void |
setIncludeUrl(java.lang.String[] includeUrlArray)
|
void |
setIncludeUrlCollection(java.util.Collection vIncludeUrl)
|
void |
setPolicy(java.lang.String policy)
Sets the value of field 'policy'. |
void |
setRange(int index,
Range vRange)
|
void |
setRange(Range[] rangeArray)
|
void |
setRangeCollection(java.util.Collection vRange)
|
void |
setSpecific(int index,
java.lang.String vSpecific)
|
void |
setSpecific(java.lang.String[] specificArray)
|
void |
setSpecificCollection(java.util.Collection vSpecific)
|
static IpManagement |
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 java.lang.String _policy
private java.util.ArrayList _specificList
private java.util.ArrayList _rangeList
private java.util.ArrayList _includeUrlList
private java.util.Vector propertyChangeListeners
Constructor Detail |
public IpManagement()
Method Detail |
public void addIncludeUrl(java.lang.String vIncludeUrl) throws java.lang.IndexOutOfBoundsException
vIncludeUrl
-
java.lang.IndexOutOfBoundsException
public void addIncludeUrl(int index, java.lang.String vIncludeUrl) throws java.lang.IndexOutOfBoundsException
index
- vIncludeUrl
-
java.lang.IndexOutOfBoundsException
public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- The PropertyChangeListener to register.public void addRange(Range vRange) throws java.lang.IndexOutOfBoundsException
vRange
-
java.lang.IndexOutOfBoundsException
public void addRange(int index, Range vRange) throws java.lang.IndexOutOfBoundsException
index
- vRange
-
java.lang.IndexOutOfBoundsException
public void addSpecific(java.lang.String vSpecific) throws java.lang.IndexOutOfBoundsException
vSpecific
-
java.lang.IndexOutOfBoundsException
public void addSpecific(int index, java.lang.String vSpecific) throws java.lang.IndexOutOfBoundsException
index
- vSpecific
-
java.lang.IndexOutOfBoundsException
public void clearIncludeUrl()
public void clearRange()
public void clearSpecific()
public java.util.Enumeration enumerateIncludeUrl()
public java.util.Enumeration enumerateRange()
public java.util.Enumeration enumerateSpecific()
public boolean equals(java.lang.Object obj)
obj
- public java.lang.String getIncludeUrl(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getIncludeUrl()
public java.util.Collection getIncludeUrlCollection()
public int getIncludeUrlCount()
public java.lang.String getPolicy()
public Range getRange(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Range[] getRange()
public java.util.Collection getRangeCollection()
public int getRangeCount()
public java.lang.String getSpecific(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getSpecific()
public java.util.Collection getSpecificCollection()
public int getSpecificCount()
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 removeIncludeUrl(java.lang.String vIncludeUrl)
vIncludeUrl
- public boolean removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- The PropertyChangeListener to remove.
public boolean removeRange(Range vRange)
vRange
- public boolean removeSpecific(java.lang.String vSpecific)
vSpecific
- public void setIncludeUrl(int index, java.lang.String vIncludeUrl) throws java.lang.IndexOutOfBoundsException
index
- vIncludeUrl
-
java.lang.IndexOutOfBoundsException
public void setIncludeUrl(java.lang.String[] includeUrlArray)
includeUrlArray
- public void setIncludeUrlCollection(java.util.Collection vIncludeUrl)
vIncludeUrl
- public void setPolicy(java.lang.String policy)
policy
- the value of field 'policy'.public void setRange(int index, Range vRange) throws java.lang.IndexOutOfBoundsException
index
- vRange
-
java.lang.IndexOutOfBoundsException
public void setRange(Range[] rangeArray)
rangeArray
- public void setRangeCollection(java.util.Collection vRange)
vRange
- public void setSpecific(int index, java.lang.String vSpecific) throws java.lang.IndexOutOfBoundsException
index
- vSpecific
-
java.lang.IndexOutOfBoundsException
public void setSpecific(java.lang.String[] specificArray)
specificArray
- public void setSpecificCollection(java.util.Collection vSpecific)
vSpecific
- public static IpManagement 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 |