public class QpidRAMetaData extends Object implements javax.resource.spi.ManagedConnectionMetaData
Constructor and Description |
---|
QpidRAMetaData(QpidRAManagedConnection mc)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getEISProductName()
Get the EIS product name
|
String |
getEISProductVersion()
Get the EIS product version
|
int |
getMaxConnections()
Get the maximum number of connections -- RETURNS 0
|
String |
getUserName()
Get the user name
|
public QpidRAMetaData(QpidRAManagedConnection mc)
mc
- The managed connectionpublic String getEISProductName() throws javax.resource.ResourceException
getEISProductName
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- Thrown if operation failspublic String getEISProductVersion() throws javax.resource.ResourceException
getEISProductVersion
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- Thrown if operation failspublic String getUserName() throws javax.resource.ResourceException
getUserName
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- Thrown if operation failspublic int getMaxConnections() throws javax.resource.ResourceException
getMaxConnections
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- Thrown if operation failsCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.