|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.connector.framework.jca.system.STCManagedConnectionMetaData
This class implementing the ManagedConnectionMetaData interface which provides information about the underlying EIS instance associated with a ManagedConnection instance. An application server uses this information to get runtime information about a connected EIS instance.
| Constructor Summary | |
STCManagedConnectionMetaData(java.lang.String eisProductName,
java.lang.String eisProductVersion,
int maxConnections,
java.lang.String userName)
Constructor for STCManagedConnectionMetaData. |
|
| 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. |
java.lang.String |
toString()
Gets the String-ified form of the ManagedConnectionMetaData instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public STCManagedConnectionMetaData(java.lang.String eisProductName,
java.lang.String eisProductVersion,
int maxConnections,
java.lang.String userName)
eisProductName - The name of the EIS product.eisProductVersion - The version of the EIS product.maxConnections - The maximum number of concurrent connections
supported by the EIS product.userName - The default username used for connecting to the EIS.| Method Detail |
public java.lang.String getEISProductName()
throws javax.resource.ResourceException
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - upon error.
public java.lang.String getEISProductVersion()
throws javax.resource.ResourceException
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - upon error.
public int getMaxConnections()
throws javax.resource.ResourceException
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - upon error.
public java.lang.String getUserName()
throws javax.resource.ResourceException
getUserName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - upon error.public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||