public class MonitorReport extends Object implements Serializable
| Constructor and Description |
|---|
MonitorReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addService(int index,
Service vService)
Method addService
|
void |
addService(Service vService)
Method addService
|
void |
clearService()
Method clearService
|
Enumeration |
enumerateService()
Method enumerateService
|
Parameters |
getParameters()
Returns the value of field 'parameters'.
|
Service[] |
getService()
Method getService
|
Service |
getService(int index)
Method getService
|
int |
getServiceCount()
Method getServiceCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeService(Service vService)
Method removeService
|
void |
setParameters(Parameters parameters)
Sets the value of field 'parameters'.
|
void |
setService(int index,
Service vService)
Method setService
|
void |
setService(Service[] serviceArray)
Method setService
|
static MonitorReport |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addService(Service vService) throws IndexOutOfBoundsException
vService - IndexOutOfBoundsExceptionpublic void addService(int index,
Service vService)
throws IndexOutOfBoundsException
index - vService - IndexOutOfBoundsExceptionpublic void clearService()
public Enumeration enumerateService()
public Parameters getParameters()
public Service getService(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Service[] getService()
public int getServiceCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeService(Service vService)
vService - public void setParameters(Parameters parameters)
parameters - the value of field 'parameters'.public void setService(int index,
Service vService)
throws IndexOutOfBoundsException
index - vService - IndexOutOfBoundsExceptionpublic void setService(Service[] serviceArray)
serviceArray - public static MonitorReport unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2016. All rights reserved.