Package psiprobe.beans.accessors
Interface DatasourceAccessor
- All Known Implementing Classes:
OracleDatasourceAccessor
,OracleUcpDatasourceAccessor
public interface DatasourceAccessor
Part of datasource type abstraction layer. Allows to extent Probe functionality to any kind of
datasources.
-
Method Summary
-
Method Details
-
getInfo
Gets the info.- Parameters:
resource
- the resource- Returns:
- the info
- Throws:
Exception
- the exception
-
reset
Reset.- Parameters:
resource
- the resource- Returns:
- true, if successful
- Throws:
Exception
- the exception
-
canMap
Can map.- Parameters:
resource
- the resource- Returns:
- true, if successful
-