org.n0pe.asadmin.commands
Class CreateJdbcResource

java.lang.Object
  extended by org.n0pe.asadmin.AbstractAsAdminCmd
      extended by org.n0pe.asadmin.commands.CreateJdbcResource
All Implemented Interfaces:
IAsAdminCmd

public class CreateJdbcResource
extends AbstractAsAdminCmd

Author:
Christophe SOUVIGNIER

Field Summary
static String CONNECTION_POOL_OPT
           
static String RESOURCE
           
 
Constructor Summary
CreateJdbcResource(String resourceName)
           
 
Method Summary
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 CreateJdbcResource withConnectionPool(String connectionPoolId)
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
getErrorOutput, getStandardOutput, handlePasswordFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

public static final String RESOURCE
See Also:
Constant Field Values

CONNECTION_POOL_OPT

public static final String CONNECTION_POOL_OPT
See Also:
Constant Field Values
Constructor Detail

CreateJdbcResource

public CreateJdbcResource(String resourceName)
Method Detail

withConnectionPool

public CreateJdbcResource withConnectionPool(String connectionPoolId)

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2012. All Rights Reserved.