|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzj.unicore.wsrflite.ResourcePropertyBase<XMLType,BackingType>
public abstract class ResourcePropertyBase<XMLType,BackingType>
A resource property encapsulates some state, making it possible to expose this state as a WS-Resource.
| Field Summary | |
|---|---|
protected WSRFInstance |
parentWSResource
a reference to the "parent" resource |
| Constructor Summary | |
|---|---|
ResourcePropertyBase(WSRFInstance resource)
|
|
| Method Summary | |
|---|---|
BackingType |
getProperty()
get the property as a java object (optional, return null if not applicable) |
abstract XMLType[] |
getXml()
get the XML representation of this property. |
boolean |
isReadOnly()
is this a readonly property? |
void |
setProperty(BackingType setTo)
set the property as a java object |
void |
setResource(WSRFInstance resource)
|
ResourcePropertyBase<XMLType,?> |
update()
update the property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected transient WSRFInstance parentWSResource
| Constructor Detail |
|---|
public ResourcePropertyBase(WSRFInstance resource)
| Method Detail |
|---|
public void setResource(WSRFInstance resource)
public ResourcePropertyBase<XMLType,?> update()
throws Exception
Exceptionpublic abstract XMLType[] getXml()
public BackingType getProperty()
public void setProperty(BackingType setTo)
public boolean isReadOnly()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||