gov.va.med.vistalink.adapter.cci
Class VistaLinkConnectionMetaData
java.lang.Object
gov.va.med.vistalink.adapter.cci.VistaLinkConnectionMetaData
- All Implemented Interfaces:
- javax.resource.cci.ConnectionMetaData
- public class VistaLinkConnectionMetaData
- extends java.lang.Object
- implements javax.resource.cci.ConnectionMetaData
provides information about an EIS instance connected through a Connection
instance. A component calls the method Connection.getMetaData() to get a
ConnectionMetaData instance
- Version:
- 1.5.0.026
- Author:
- Application Modernization - Foundations Team
Method Summary |
java.lang.String |
getEISProductName()
Returns Product name of this adapter |
java.lang.String |
getEISProductVersion()
Returns product version of this adapter |
java.lang.String |
getUserName()
Returns name of the user associated with the ManagedConnection instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VistaLinkConnectionMetaData
public VistaLinkConnectionMetaData(javax.resource.spi.ManagedConnection mc)
- Parameters:
mc
- -
NOT FOR PUBLIC USE This constructor, method or field is not for public use. |
getEISProductName
public java.lang.String getEISProductName()
throws javax.resource.ResourceException
- Returns Product name of this adapter
- Specified by:
getEISProductName
in interface javax.resource.cci.ConnectionMetaData
- Throws:
javax.resource.ResourceException
- See Also:
ConnectionMetaData.getEISProductName()
-
NOT FOR PUBLIC USE This constructor, method or field is not for public use. |
getEISProductVersion
public java.lang.String getEISProductVersion()
throws javax.resource.ResourceException
- Returns product version of this adapter
- Specified by:
getEISProductVersion
in interface javax.resource.cci.ConnectionMetaData
- Throws:
javax.resource.ResourceException
- See Also:
ConnectionMetaData.getEISProductVersion()
-
NOT FOR PUBLIC USE This constructor, method or field is not for public use. |
getUserName
public java.lang.String getUserName()
throws javax.resource.ResourceException
- Returns name of the user associated with the ManagedConnection instance.
- Specified by:
getUserName
in interface javax.resource.cci.ConnectionMetaData
- Throws:
javax.resource.ResourceException
- See Also:
ConnectionMetaData.getUserName()
-
NOT FOR PUBLIC USE This constructor, method or field is not for public use. |
VistALink v1.5.0.026