 com.microfocus.cobol.connector.cci.CobolConnectionMetaData
 
                  		  com.microfocus.cobol.connector.cci.CobolConnectionMetaData 
                     		   
                  		
               
public class CobolConnectionMetaData
extends Object
implements ConnectionMetaData
| Method Summary | |
|---|---|
| String | getEISProductName() Get the Enterprise Server name. | 
| String | getEISProductVersion() Get the Enterprise Server version. | 
| String | getUserName() Get the user name. | 
public CobolConnectionMetaData(CobolManagedConnection mc)
Construct a new CobolConnectionMetaData instance.
| mc | CobolManagedConnection - Physical Connection to the Cobol Server. | 
public String getEISProductName() throws ResourceException
Get the Enterprise Server name.
public String getEISProductVersion() throws ResourceException
Get the Enterprise Server version.
public String getUserName() throws ResourceException
Get the user name.