|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.dataresource.StatusOfDataServices
This class facilitates the dynamic properties of the SQLMultipleDataResource
data resource accessor.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE Copyright statement |
static java.lang.String |
DATA_SERVICE Constant describing the data service resource's name used when creating the element with info about it. |
static java.lang.String |
DESCRIPTION Constant giving a description about the data service resource used when creating the element with info about it. |
(package private) SQLMultipleDataResourceAccessor |
mDataResource An SQLMultipleDataResourceAccessor accessor |
static java.lang.String |
RESPONSE Constant describing the data service resource's last response used when creating the element with info about it. |
Constructor Summary | |
StatusOfDataServices(SQLMultipleDataResourceAccessor dataRes) The constructor of the class. |
Method Summary | |
private org.w3c.dom.Element |
getStatus() First, call the data resource and get info about data services. |
java.lang.Object |
getValue(javax.xml.namespace.QName name) get the value of the property |
void |
setSecurityContext(SecurityContext sec) Set the security context |
void |
setValue(javax.xml.namespace.QName name, java.lang.Object value) set value to a property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
public static final java.lang.String DATA_SERVICE
public static final java.lang.String DESCRIPTION
public static final java.lang.String RESPONSE
SQLMultipleDataResourceAccessor mDataResource
Constructor Detail |
public StatusOfDataServices(SQLMultipleDataResourceAccessor dataRes)
dataRes
- An SQLMultipleDataResourceAccessor
accessor.Method Detail |
public java.lang.Object getValue(javax.xml.namespace.QName name)
getValue
in interface PropertyCallback
name
- the name of the property whose value will be extracted.public void setValue(javax.xml.namespace.QName name, java.lang.Object value)
setValue
in interface PropertyCallback
name
- The name of the property.value
- the value of the property.java.lang.UnsupportedOperationException
public void setSecurityContext(SecurityContext sec)
setSecurityContext
in interface PropertyCallback
sec
- Security contextprivate org.w3c.dom.Element getStatus()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |