|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Generic starter interface for DataAdapter components. This interface does NOT contain any methods for actual data manipulation. Those methods should be determined by the application that will use the data adapter. Most applications will define another interface that extends DataAdapter and specifies the application-specific data manipulation methods.
AbstractDataAdapter
,
VisualDataAdapter
,
DataAdapterChooser
Method Summary | |
java.lang.String |
getName()
Returns the name of this data adapter |
IOOperation[] |
getSupportedOperations()
Returns a list of all operations supported by this data adapter |
java.lang.String |
getType()
Returns the type of data handled by this data adapter |
void |
init()
For initialization, like opening files or database connections. |
Method Detail |
public java.lang.String getName()
public java.lang.String getType()
public IOOperation[] getSupportedOperations()
public void init()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |