com.alibaba.druid.pool
Interface ManagedDataSource

All Superinterfaces:
CommonDataSource, DataSource, Wrapper
All Known Implementing Classes:
DruidDataSource, DruidXADataSource

public interface ManagedDataSource
extends DataSource


Method Summary
 ObjectName getObjectName()
           
 boolean isEnable()
           
 void setEnable(boolean value)
           
 void setObjectName(ObjectName objectName)
           
 
Methods inherited from interface javax.sql.DataSource
getConnection, getConnection
 
Methods inherited from interface javax.sql.CommonDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Method Detail

isEnable

boolean isEnable()

setEnable

void setEnable(boolean value)

getObjectName

ObjectName getObjectName()

setObjectName

void setObjectName(ObjectName objectName)


Copyright © 2012 Alibaba Group. All Rights Reserved.