Package psiprobe.beans.accessors
Class OracleUcpDatasourceAccessor
- java.lang.Object
-
- psiprobe.beans.accessors.OracleUcpDatasourceAccessor
-
- All Implemented Interfaces:
DatasourceAccessor
public class OracleUcpDatasourceAccessor extends Object implements DatasourceAccessor
Accesses an Oracle Universal Connection Pool (UCP) resource.
-
-
Constructor Summary
Constructors Constructor Description OracleUcpDatasourceAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanMap(Object resource)Can map.DataSourceInfogetInfo(Object resource)Gets the info.booleanreset(Object resource)Reset.
-
-
-
Method Detail
-
getInfo
public DataSourceInfo getInfo(Object resource) throws Exception
Description copied from interface:DatasourceAccessorGets the info.- Specified by:
getInfoin interfaceDatasourceAccessor- Parameters:
resource- the resource- Returns:
- the info
- Throws:
Exception- the exception
-
reset
public boolean reset(Object resource) throws Exception
Description copied from interface:DatasourceAccessorReset.- Specified by:
resetin interfaceDatasourceAccessor- Parameters:
resource- the resource- Returns:
- true, if successful
- Throws:
Exception- the exception
-
canMap
public boolean canMap(Object resource)
Description copied from interface:DatasourceAccessorCan map.- Specified by:
canMapin interfaceDatasourceAccessor- Parameters:
resource- the resource- Returns:
- true, if successful
-
-