OBEROn SDK

Uses of Class
com.oberon.ooql.connection.OBConnection

Packages that use OBConnection
com.oberon.client   
com.oberon.ooql.connection   
 

Uses of OBConnection in com.oberon.client
 

Methods in com.oberon.client that return OBConnection
 OBConnection Application.getConnection()
          Get OBEROn connection
 

Methods in com.oberon.client with parameters of type OBConnection
 void Application.releaseConnection(OBConnection conn)
          Release an OBEROn connection
 

Uses of OBConnection in com.oberon.ooql.connection
 

Methods in com.oberon.ooql.connection that return OBConnection
static OBConnection ConnectionManager.getConnection(Framework framework)
          Get a connection from the connection POOL
static OBConnection ConnectionManager.getConnection(Framework framework, Application app)
          Get the OBEROn connection from the connection POOL
 

Methods in com.oberon.ooql.connection with parameters of type OBConnection
static void ConnectionManager.releaseConnection(OBConnection conn, Framework framework)
          Release the OBEROn connection after the use
 


OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.