com.macromedia.generator.protocol.fgjdbc
Class FgjdbcShareEntry

java.lang.Object
  |
  +--com.macromedia.generator.protocol.fgjdbc.FgjdbcShareEntry

class FgjdbcShareEntry
extends java.lang.Object


Field Summary
 java.sql.Connection connection
           
 java.lang.String driver
           
 long expires
           
 java.lang.String key
           
 int refCount
           
 
Constructor Summary
(package private) FgjdbcShareEntry()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public java.lang.String key

driver

public java.lang.String driver

connection

public java.sql.Connection connection

expires

public long expires

refCount

public int refCount
Constructor Detail

FgjdbcShareEntry

FgjdbcShareEntry()