|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a data resource accessor.
A data service resource uses a data resource accessor to mediate access to a data resource exposed by the data service resource.
Method Summary | |
Property[] |
getProperties()
Gets the resource properties associated with the data resource accessor. |
void |
setResourceName(java.lang.String resourceName)
Sets the name of the resource. |
Method Detail |
public void setResourceName(java.lang.String resourceName)
resourceName
- Name of the data service resource which will use this data
resource accessor to mediate access to a data resource.public Property[] getProperties()
This method should be called once after the
readConfig
method has been called but before any
other methods are called.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |