com.microfocus.cics.connector.cci.MFECIConnectionMetaData
javax.resource.cci.ConnectionMetaData
public class MFECIConnectionMetaData
extends Object
implements javax.resource.cci.ConnectionMetaData
Method Summary | |
---|---|
String | getEISProductName()
Get the Enterprise Server name. |
String | getEISProductVersion()
Get the Enterprise Server version. |
String | getUserName()
Get the user name. |
public MFECIConnectionMetaData(MFECIManagedConnection mc)
Construct a new MFECIConnectionMetaData instance.
mc | MFECIManagedConnection - Physical Connection to the MFECI Server. |
public String getEISProductName() throws javax.resource.ResourceException
Get the Enterprise Server name.
public String getEISProductVersion() throws javax.resource.ResourceException
Get the Enterprise Server version.
public String getUserName() throws javax.resource.ResourceException
Get the user name.