org.n0pe.asadmin.commands
Class CreateJdbcConnectionPool
java.lang.Object
org.n0pe.asadmin.AbstractAsAdminCmd
org.n0pe.asadmin.commands.CreateJdbcConnectionPool
- All Implemented Interfaces:
- IAsAdminCmd
public class CreateJdbcConnectionPool
- extends AbstractAsAdminCmd
- Author:
- Christophe Souvignier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBC
public static final String JDBC
- See Also:
- Constant Field Values
DATA_SOURCE_OPT
public static final String DATA_SOURCE_OPT
- See Also:
- Constant Field Values
RESTYPE_OPT
public static final String RESTYPE_OPT
- See Also:
- Constant Field Values
PROPERTY_OPT
public static final String PROPERTY_OPT
- See Also:
- Constant Field Values
CreateJdbcConnectionPool
public CreateJdbcConnectionPool(String poolName)
withDataSource
public CreateJdbcConnectionPool withDataSource(String dataSource)
withRestype
public CreateJdbcConnectionPool withRestype(String restype)
addProperty
public CreateJdbcConnectionPool addProperty(String key,
String value)
needCredentials
public boolean needCredentials()
getActionCommand
public String getActionCommand()
getParameters
public String[] getParameters()
Copyright © 2012. All Rights Reserved.