Uses of Class
org.modeshape.graph.connector.RepositoryConnectionPool.ConnectionWrapper

Packages that use RepositoryConnectionPool.ConnectionWrapper
org.modeshape.graph.connector ModeShape uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
 

Uses of RepositoryConnectionPool.ConnectionWrapper in org.modeshape.graph.connector
 

Methods in org.modeshape.graph.connector that return RepositoryConnectionPool.ConnectionWrapper
protected  RepositoryConnectionPool.ConnectionWrapper RepositoryConnectionPool.newWrappedConnection()
          Obtain a new connection wrapped in a RepositoryConnectionPool.ConnectionWrapper.
protected  RepositoryConnectionPool.ConnectionWrapper RepositoryConnectionPool.validateConnection(RepositoryConnectionPool.ConnectionWrapper connection)
          Validate the supplied connection, returning the connection if valid or null if the connection is not valid.
 

Methods in org.modeshape.graph.connector with parameters of type RepositoryConnectionPool.ConnectionWrapper
protected  void RepositoryConnectionPool.closeConnection(RepositoryConnectionPool.ConnectionWrapper wrapper)
          Close a connection that is in the pool but no longer in the available connections.
protected  void RepositoryConnectionPool.returnConnection(RepositoryConnectionPool.ConnectionWrapper wrapper)
          This method is automatically called by the RepositoryConnectionPool.ConnectionWrapper when it is closed.
protected  RepositoryConnectionPool.ConnectionWrapper RepositoryConnectionPool.validateConnection(RepositoryConnectionPool.ConnectionWrapper connection)
          Validate the supplied connection, returning the connection if valid or null if the connection is not valid.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.