|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.examples.demoTransientFactory.DemoTransientInstanceDataResourceAccessor
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private java.lang.String |
mName
A simple name value |
private java.lang.String |
mResourceName
Name of data service resource |
static javax.xml.namespace.QName |
NAME_PROPERTY_QNAME
Name of resource property holding the name value |
Constructor Summary | |
DemoTransientInstanceDataResourceAccessor(java.lang.String name)
Creates the data resource accessor. |
Method Summary | |
java.lang.String |
getName()
Gets the name value. |
Property[] |
getProperties()
Gets the resource properties associated with the data resource accessor. |
void |
setResourceName(java.lang.String resourceName)
Sets the name of the resource. |
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
private java.lang.String mResourceName
private java.lang.String mName
public static final javax.xml.namespace.QName NAME_PROPERTY_QNAME
Constructor Detail |
public DemoTransientInstanceDataResourceAccessor(java.lang.String name)
name
- name value that will be stored within the accessor and is available
to activties via the DemoNameProvider
interface.Method Detail |
public void setResourceName(java.lang.String resourceName)
DataResourceAccessor
setResourceName
in interface DataResourceAccessor
resourceName
- Name of the data service resource which will use this data
resource accessor to mediate access to a data resource.public Property[] getProperties()
DataResourceAccessor
This method should be called once after the
readConfig
method has been called but before any
other methods are called.
getProperties
in interface DataResourceAccessor
public java.lang.String getName()
getName
in interface DemoNameProvider
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |