Name

ManagedConnectionMetaData

Synopsis

This interface represents metadata about the resource behind a ManagedConnection. It includes basic information about the name and connection capabilities of the resource. The metadata is obtained using the ManagedConnection.getMetaData() method.

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

Returned By

ManagedConnection.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.