API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.db. JOTTaggedConnection View Source
Author(s)
tcolar
Since
Version
Serial
Hierarchy
 Object
      JOTTaggedConnection
Implements
Subclasses
Description
public class JOTTaggedConnection
A TaggedConnection is basically a Standard DB connection with a name(tag), that allows us to know which pool it is part of.
See also:   
Constructors
pack-private JOTTaggedConnection (String name, int i, Connection con)
  Constructor for the TaggedConnection object
Methods
Hide/Show inherited methods
public Connection getConnection ()
  Gets the connection attribute of the TaggedConnection object
pack-private int getId ()
  Gets the ID of the connection.
public String getPoolName ()
  Gets the poolName attribute of the TaggedConnection object
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar