|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mulesoft.adapter.ra.SPIManagedConnectionMetaData
public class SPIManagedConnectionMetaData
SpiManagedConnectionMetaData returns descriptive and configuration information
related to a given managed connection as specified by the JCA 1.0 ManagedConnectionMetaData
interface.
| Constructor Summary | |
|---|---|
SPIManagedConnectionMetaData(SPIManagedConnection mc)
Constructs the managed connection meta data object. |
|
| Method Summary | |
|---|---|
String |
getEISProductName()
Returns the product name of the connected external system (SPI JCA 1.0) |
String |
getEISProductVersion()
Returns the product version of the connected external system (SPI JCA 1.0) |
int |
getMaxConnections()
Returns the maximum number of concurrently opened physical connections. |
String |
getUserName()
Returns the userName which is used in the related managed connection for the physical connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SPIManagedConnectionMetaData(SPIManagedConnection mc)
mc - Managed connection for which this meta data object is created| Method Detail |
|---|
public String getEISProductName()
throws javax.resource.ResourceException
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException
public String getEISProductVersion()
throws javax.resource.ResourceException
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException
public int getMaxConnections()
throws javax.resource.ResourceException
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException
public String getUserName()
throws javax.resource.ResourceException
getUserName in interface javax.resource.spi.ManagedConnectionMetaDatanull if not set
javax.resource.spi.IllegalStateException - if the related managed connection is already destroyed
javax.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||