Represents the meta data about the MFECI Server.
All Implemented Interfaces
javax.resource.cci.ConnectionMetaData
Class Specifications
public class MFECIConnectionMetaData
extends
Object
implements javax.resource.cci.ConnectionMetaData
Constructor Detail
- MFECIConnectionMetaData
-
public MFECIConnectionMetaData(MFECIManagedConnection mc)
Construct a new MFECIConnectionMetaData instance.
- Parameters:
-
mc
|
MFECIManagedConnection - Physical Connection to the MFECI Server.
|
Method Detail
- getEISProductName
-
public String getEISProductName()
throws javax.resource.ResourceException
Get the Enterprise Server name.
- Specified by:
- getEISProductName in interface javax.resource.cci.ConnectionMetaData
- Returns:
- The Cics Server name.
- Throws:
- javax.resource.ResourceException
- getEISProductVersion
-
public String getEISProductVersion()
throws javax.resource.ResourceException
Get the Enterprise Server version.
- Specified by:
- getEISProductVersion in interface javax.resource.cci.ConnectionMetaData
- Returns:
- The MFECI Server version.
- Throws:
- javax.resource.ResourceException
- getUserName
-
public String getUserName()
throws javax.resource.ResourceException
Get the user name.
- Specified by:
- getEISProductVersion in interface javax.resource.cci.ConnectionMetaData
- Returns:
- The user name.
- Throws:
- javax.resource.ResourceException