-
aflac.utils.ConnectionManager
-
anvil.database.ConnectionManager
ome work } catch (NoConnectionPoolException e) { // handle error } catch (CannotReturnPooledConnectionException e) { // handle error } catch (SQLException e) { // It is recommended that the connection is closed in case of SQLException. // When the connection is closed the Connection.isClosed() method returns // false and connection will be removed from the queue by the house-keeping // thread after a short while. if (conn!= null) { conn.close(); } } finally { if (connImpl != null) { connImpl.release(); } }
@version $Revision: 1.8 $
@author Jani Lehtim�ki
-
com.datasift.client.stream.ConnectionManager
@author Courtney Robinson
-
com.dci.intellij.dbn.connection.ConnectionManager
-
com.ds.http.connection.ConnectionManager
@author Dogukan Sonmez
-
com.google.code.http4j.ConnectionManager
-
com.hazelcast.nio.ConnectionManager
-
com.jengine.orm.db.adapter.ConnectionManager
-
com.pardot.rhombus.ConnectionManager
Pardot, an ExactTarget company User: Michael Frank Date: 4/17/13
-
com.redhat.gss.redhat_support_lib.web.ConnectionManager
-
com.sun.enterprise.ee.admin.lbadmin.connection.ConnectionManager
@author hr124446
-
com.sun.jdo.spi.persistence.support.sqlstore.connection.ConnectionManager
following connection is from the connection pool. Connection myConn = myTransaction.getConnection(); Statement myStatement = myConn.createStatement(); ResultSet myResults = myStatement.executeQuery( "SELECT * FROM T1); // Free the connection; it is returned to the connection pool. myConn.close(); // The connection manager creates a new connection for the // following request. Connection yourConn = myConnMgr.getConnection( "data:oracle:thin:@CUSTOMERDB:1521:ORCL", "paul", "omni8"); Statement yourStatement = yourConn.createStatement(); ResultSet yourResults = yourStatement.executeQuery( "SELECT Customer, Date, Amount FROM Orders"); . . . }
-
com.sun.messaging.jmq.jmsserver.service.ConnectionManager
This class maintains the list of all connections currently active in the system. It allows ConnectionUID's to be mapped to Connections and may be used to check connection licensing.
-
connection.ConnectionManager
-
connection.server.ConnectionManager
-
cz.cuni.mff.inetpaint.ConnectionManager
Spravuje připojení k XMPP serveru, zprostředkovává funkce spojené s komunikací se serverem, mezi něž patří připojování k serveru a autorizace, chat, stahování rosteru a informací o ostatních uživatelích.
K instanci třídy ConnectionManager se přistupuje skrze statickou metodu {@link ConnectionManager#getInstance()}
@author Jindřich Helcl
-
de.fu_berlin.inf.dpp.videosharing.manager.ConnectionManager
Monitors the videostream and reduces consumed bandwidth when connection worses. But this is currently not implemented.
@author s-lau
-
hermes.impl.ConnectionManager
@author colincrist@hermesjms.com
@version $Id: ConnectionManager.java,v 1.8 2006/10/29 07:37:41 colincrist Exp $
-
javax.resource.spi.ConnectionManager
@version $Rev: 46019 $ $Date: 2004-09-14 03:56:06 -0600 (Tue, 14 Sep 2004) $
-
mx4j.tools.remote.ConnectionManager
A ConnectionManager is a server-side object that acts as the factory for new connections and manages the authentication details. A JMXConnectorServer delegates a ConnectionManager for the creation of connections, and a ConnectionManager interacts with the JMXConnectorServer to emit connection notifications. It is the first object contacted by a remote client to obtain a client-specific connection, that is, a connection with a specific connection ID.
@version $Revision: 1.4 $
-
net.didion.jwnl.dictionary.database.ConnectionManager
-
net.jini.jeri.connection.ConnectionManager
Provides client-side connection management using the
Jini extensible remote invocation (Jini ERI) multiplexing protocol to frame and multiplex requests and responses over connections.
A ConnectionManager is created by a connection-based {@link Endpoint} implemention to manageconnections to a particular {@link ConnectionEndpoint}. The {@link #newRequest newRequest} method is used to send a request to theconnection endpoint.
Each request attempt is mapped to a new session of the Jini ERI multiplexing protocol on an established connection chosen by the ConnectionEndpoint. Request data is written as the data sent for the session, and response data is read as the data recdeived for the session.
@author Sun Microsystems, Inc.
@since 2.0
@com.sun.jini.impl This implementation uses the {@link Logger} namednet.jini.jeri.connection.ConnectionManager to log information at the following levels:
| Level | Description |
| {@link Level#FINEST FINEST} | connection opened orreused |
This implementation uses the {@link Logger} namednet.jini.jeri.connection.mux to log information at the following levels:
| Level | Description |
| {@link Level#WARNING WARNING} | unexpected exceptionduring asynchronous I/O processing, or thread creation failure |
| {@link Levels#HANDLED HANDLED} | I/O exception duringasynchronous I/O processing |
| {@link Level#FINEST FINEST} | detailed implementationactivity |
This implementation recognizes the following system properties:
com.sun.jini.jeri.connectionTimeout - Time in milliseconds to leave idle client-side connections around before closing them. The default value is 15000 milliseconds (15 seconds).
-
org.adbcj.ConnectionManager
Manages a set of {@link Connection} instances. A database connection is established by invoking {@link #connect()}. All the connections managed by this connection manager can be closed using {@link #close(boolean)}.
@author Mike Heath
-
org.apache.curator.x.rpc.connections.ConnectionManager
-
org.apache.directory.ldapstudio.browser.core.ConnectionManager
-
org.apache.directory.studio.connection.core.ConnectionManager
-
org.apache.geronimo.connector.deployment.jsr88.ConnectionManager
Represents connectiondefinition-instance/connectionmanager in the Geronimo Connector deployment plan.
@version $Rev: 370976 $ $Date: 2006-01-21 05:22:22 +0100 (Sat, 21 Jan 2006) $
-
org.apache.geronimo.jee.connector.Connectionmanager
3.org/2001/XMLSchema}anyType"> <sequence> <element name="container-managed-security" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.2}emptyType" minOccurs="0"/> <choice minOccurs="0"> <element name="no-transaction" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.2}emptyType"/> <element name="local-transaction" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.2}emptyType"/> <element name="xa-transaction" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.2}xatransactionType"/> <element name="transaction-log" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.2}emptyType"/> </choice> <choice> <element name="no-pool" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.2}emptyType"/> <element name="single-pool" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.2}singlepoolType"/> <element name="partitioned-pool" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.2}partitionedpoolType"/> </choice> </sequence> </restriction> </complexContent> </complexType>
@version $Rev: 642503 $ $Date: 2008-03-29 12:35:01 +0800 (Sat, 29 Mar 2008) $
-
org.apache.spark.network.ConnectionManager
-
org.asynchttpclient.providers.grizzly.ConnectionManager
-
org.eclipse.jetty.websocket.client.io.ConnectionManager
Internal Connection/Client Manager used to track active clients, their physical vs virtual connection information, and provide some means to create new physical or virtual connections.
-
org.glassfish.loadbalancer.admin.cli.connection.ConnectionManager
@author hr124446
-
org.htmlparser.http.ConnectionManager
Handles proxies, password protected URLs and request properties including cookies.
-
org.jboss.as.domain.management.connections.ConnectionManager
A ConnectionManager is responsible for making connections available to the security realms to perform their operations.
@author
Darran Lofthouse
-
org.jboss.jca.core.connectionmanager.ConnectionManager
Internal connection manager contract.
- Responsible for managing cached connections over transactional components via {@link ConnectionCacheListener}
- Responsible for managing connection instances using event listener via {@link ConnectionListenerFactory}
@author
Gurkan Erdogdu
@author
Jesper Pedersen
-
org.jboss.jms.server.ConnectionManager
An interface that allows management of ConnectionEnpoints and their association with remoting clients.
@author
Ovidiu Feodorov
@author
Tim Fox
@version
$Revision: 2046 $$Id: ConnectionManager.java 2046 2007-01-25 03:00:26Z ovidiu.feodorov@jboss.com $
-
org.jboss.soa.esb.persistence.manager.ConnectionManager
-
org.jivesoftware.openfire.ConnectionManager
Coordinates connections (accept, read, termination) on the server.
@author Iain Shigeoka
-
org.jvnet.glassfish.comms.clb.proxy.outbound.ConnectionManager
Manages the outbound connections.
@author
-
org.netbeans.api.db.explorer.ConnectionManager
-
org.opensolaris.opengrok.jdbc.ConnectionManager
Class that manages the pool of database connections.
-
org.rssowl.core.connection.ConnectionManager
The ConnectionManager is the main class of the connection plugin. It is responsible to retrieve the contents of a Feed by supplying an InputStream.
@author bpasero
-
org.xdams.xmlengine.connection.manager.ConnectionManager
-
stanfordlogic.network.ConnectionManager