|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.firebirdsql.jca.FBManagedConnectionMetaData
public class FBManagedConnectionMetaData
The class FBManagedConnectionMetaData implements
javax.resource.sqi.ManagedConnectionMetaData, providing almost
no useful information.
| Method Summary | |
|---|---|
java.lang.String |
getEISProductName()
Returns Product name of the underlying EIS instance connected through the ManagedConnection. |
java.lang.String |
getEISProductVersion()
Returns product version of the underlying EIS instance connected through the ManagedConnection. |
int |
getMaxConnections()
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes. |
java.lang.String |
getUserName()
Returns name of the user associated with the ManagedConnection instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getEISProductName()
throws javax.resource.ResourceException
ManagedConnection.
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - generic exception
public java.lang.String getEISProductVersion()
throws javax.resource.ResourceException
ManagedConnection.
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - generic exception
public int getMaxConnections()
throws javax.resource.ResourceException
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - generic exception
public java.lang.String getUserName()
throws javax.resource.ResourceException
ManagedConnection instance. The name corresponds to the
resource principal under whose whose security context, a connection to
the EIS instance has been established.
getUserName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - generic exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||