Save This Page
Home » glassfish-v2ur2-b04-src » javax.resource.cci » [javadoc | source]
javax.resource.cci
public interface: ConnectionMetaData [javadoc | source] The interface ConnectionMetaData provides information about an EIS instance connected through a Connection instance. A component calls the method Connection.getMetaData to get a ConnectionMetaData instance.
Method from javax.resource.cci.ConnectionMetaData Summary:
getEISProductName,   getEISProductVersion,   getUserName
Method from javax.resource.cci.ConnectionMetaData Detail:
 public String getEISProductName() throws ResourceException
    Returns product name of the underlying EIS instance connected through the Connection that produced this metadata.
 public String getEISProductVersion() throws ResourceException
    Returns product version of the underlying EIS instance.
 public String getUserName() throws ResourceException
    Returns the user name for an active connection as known to the underlying EIS instance. The name corresponds the resource principal under whose security context a connection to the EIS instance has been established.