|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mulesoft.adapter.ra.CCIConnectionMetaData
public class CCIConnectionMetaData
CciConnectionMetaData returns descriptive and configuration information
related to a given managed connection as specified by the JCA 1.0 ConnectionMetaData
interface.
| Constructor Summary | |
|---|---|
CCIConnectionMetaData(SPIManagedConnection mc)
Constructs the connection meta data object. |
|
| Method Summary | |
|---|---|
String |
getEISProductName()
Returns the product name of the connected external system (CCI JCA 1.0) |
String |
getEISProductVersion()
Returns the product version of the connected external system (CCI JCA 1.0) |
String |
getUserName()
Returns the user name (might be a technical user only) which is connected to the external system. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CCIConnectionMetaData(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.cci.ConnectionMetaDatajavax.resource.ResourceExceptionConnectionMetaData.getEISProductName()
public String getEISProductVersion()
throws javax.resource.ResourceException
getEISProductVersion in interface javax.resource.cci.ConnectionMetaDatajavax.resource.ResourceExceptionConnectionMetaData.getEISProductVersion()
public String getUserName()
throws javax.resource.ResourceException
getUserName in interface javax.resource.cci.ConnectionMetaDataResourceException, - if managed connection is destroyed already
javax.resource.ResourceExceptionConnectionMetaData.getUserName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||