|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataAccessor
interface for anonymous data access. Currently it is used to access a
Resultset
from JDBC the same way, as Preferences
nodes.
Method Summary | |
---|---|
void |
close()
close the data container and free resources |
Collection<String> |
entryNames()
returns a list of names, that are known by this data collection |
Object |
getHandle()
returns a handle to the data |
Object |
getObject(String name)
returns a value by name |
boolean |
hasData()
returns true, if data is available, otherwise false |
Method Detail |
---|
void close()
Collection<String> entryNames()
Object getHandle()
Object getObject(String name)
name
- - name of the value
boolean hasData()
|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |