public class ActiveMQRAMetaData extends Object implements javax.resource.spi.ManagedConnectionMetaData
| Constructor and Description |
|---|
ActiveMQRAMetaData(ActiveMQRAManagedConnection 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 ActiveMQRAMetaData(ActiveMQRAManagedConnection mc)
mc - The managed connectionpublic String getEISProductName() throws javax.resource.ResourceException
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - Thrown if operation failspublic String getEISProductVersion() throws javax.resource.ResourceException
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - Thrown if operation failspublic String getUserName() throws javax.resource.ResourceException
getUserName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - Thrown if operation failspublic int getMaxConnections()
throws javax.resource.ResourceException
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException - Thrown if operation failsCopyright © 2015 The Apache Software Foundation. All Rights Reserved.