Name

ConnectionMetaData

Synopsis

The ConnectionMetaData interface provides information about the resource at the other end of a Connection. The meta-data instance is obtained by calling getMetaData() on a Connection.

public interface ConnectionMetaData {
// Public Instance Methods
   public abstract String getEISProductName(
        ) throws ResourceException;  
   public abstract String getEISProductVersion(
        ) throws ResourceException;  
   public abstract String getUserName(
        ) throws ResourceException;  
}

Returned By

javax.resource.cci.Connection.getMetaData()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.