Class MFECIConnectionMetaData

Represents the meta data about the MFECI Server.
java.lang.Object

extended by com.microfocus.cics.connector.cci.MFECIConnectionMetaData

All Implemented Interfaces

javax.resource.cci.ConnectionMetaData

Class Specifications

public class MFECIConnectionMetaData

extends Object

implements javax.resource.cci.ConnectionMetaData

Constructor Summary

MFECIConnectionMetaData(MFECIManagedConnection mc)
Construct a new MFECIConnectionMetaData instance.

Methods

Method Summary
String getEISProductName()

Get the Enterprise Server name.

String getEISProductVersion()

Get the Enterprise Server version.

String getUserName()

Get the user name.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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