org.glassfish.jdbc.admin.cli
Class JDBCConnectionPoolManager

java.lang.Object
  extended by org.glassfish.jdbc.admin.cli.JDBCConnectionPoolManager
All Implemented Interfaces:
ResourceManager

@Service(name="jdbc-connection-pool")
public class JDBCConnectionPoolManager
extends java.lang.Object
implements ResourceManager

Author:
Prashanth Abbagani

Constructor Summary
JDBCConnectionPoolManager()
           
 
Method Summary
 ResourceStatus create(Resources resources, java.util.HashMap attributes, java.util.Properties properties, java.lang.String target)
           
 Resource createConfigBean(Resources resources, java.util.HashMap attributes, java.util.Properties properties, boolean validate)
           
 ResourceStatus delete(Server[] servers, Cluster[] clusters, Resources resources, java.lang.String cascade, java.lang.String poolName)
           
 java.lang.String getResourceType()
           
 void setAttributes(java.util.HashMap attrList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCConnectionPoolManager

public JDBCConnectionPoolManager()
Method Detail

getResourceType

public java.lang.String getResourceType()
Specified by:
getResourceType in interface ResourceManager

create

public ResourceStatus create(Resources resources,
                             java.util.HashMap attributes,
                             java.util.Properties properties,
                             java.lang.String target)
                      throws java.lang.Exception
Specified by:
create in interface ResourceManager
Throws:
java.lang.Exception

setAttributes

public void setAttributes(java.util.HashMap attrList)

delete

public ResourceStatus delete(Server[] servers,
                             Cluster[] clusters,
                             Resources resources,
                             java.lang.String cascade,
                             java.lang.String poolName)
                      throws java.lang.Exception
Throws:
java.lang.Exception

createConfigBean

public Resource createConfigBean(Resources resources,
                                 java.util.HashMap attributes,
                                 java.util.Properties properties,
                                 boolean validate)
                          throws java.lang.Exception
Specified by:
createConfigBean in interface ResourceManager
Throws:
java.lang.Exception


Copyright © 2012 GlassFish Community. All Rights Reserved.