biz.hammurapi.jms.adapter.jca
Class ManagedConnectionMetaDataImpl
java.lang.Object
biz.hammurapi.jms.adapter.jca.ManagedConnectionMetaDataImpl
- All Implemented Interfaces:
- javax.resource.spi.ManagedConnectionMetaData
public class ManagedConnectionMetaDataImpl
- extends java.lang.Object
- implements javax.resource.spi.ManagedConnectionMetaData
Constructor Summary |
ManagedConnectionMetaDataImpl(java.lang.String productName,
java.lang.String version,
int maxConnections,
java.lang.String userName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedConnectionMetaDataImpl
public ManagedConnectionMetaDataImpl(java.lang.String productName,
java.lang.String version,
int maxConnections,
java.lang.String userName)
getEISProductName
public java.lang.String getEISProductName()
throws javax.resource.ResourceException
- Specified by:
getEISProductName
in interface javax.resource.spi.ManagedConnectionMetaData
- Throws:
javax.resource.ResourceException
getEISProductVersion
public java.lang.String getEISProductVersion()
throws javax.resource.ResourceException
- Specified by:
getEISProductVersion
in interface javax.resource.spi.ManagedConnectionMetaData
- Throws:
javax.resource.ResourceException
getMaxConnections
public int getMaxConnections()
throws javax.resource.ResourceException
- Specified by:
getMaxConnections
in interface javax.resource.spi.ManagedConnectionMetaData
- Throws:
javax.resource.ResourceException
getUserName
public java.lang.String getUserName()
throws javax.resource.ResourceException
- Specified by:
getUserName
in interface javax.resource.spi.ManagedConnectionMetaData
- Throws:
javax.resource.ResourceException
Copyright © 2006 Hammurapi Group. All Rights Reserved.