org.jboss.jca.adapters.jdbc
Class ManagedConnectionMetaDataImpl

java.lang.Object
  extended by org.jboss.jca.adapters.jdbc.ManagedConnectionMetaDataImpl
All Implemented Interfaces:
Serializable, javax.resource.spi.ManagedConnectionMetaData

public class ManagedConnectionMetaDataImpl
extends Object
implements javax.resource.spi.ManagedConnectionMetaData, Serializable

Managed connection metadata

Author:
Jesper Pedersen
See Also:
Serialized Form

Method Summary
 String getEISProductName()
          
 String getEISProductVersion()
          
 int getMaxConnections()
          
 String getUserName()
          
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getEISProductName

public String getEISProductName()

Specified by:
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaData

getEISProductVersion

public String getEISProductVersion()

Specified by:
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaData

getMaxConnections

public int getMaxConnections()

Specified by:
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaData

getUserName

public String getUserName()

Specified by:
getUserName in interface javax.resource.spi.ManagedConnectionMetaData

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The string


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)