|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibi.broker.api.cci.CasterConnectionMetaData
public class CasterConnectionMetaData
This class provides information about an EIS instance connected through a CasterConnection instance. A component calls the method CasterConnection.getMetaData to get a CasterConnectionMetaData instance.
Constructor Summary | |
---|---|
CasterConnectionMetaData(javax.resource.spi.ManagedConnectionMetaData mcMetaData)
Constructor for CasterConnectionMetaData. |
Method Summary | |
---|---|
java.lang.String |
getEISProductName()
Returns product name of the underlying EIS instance connected through the Connection object that produced this metadata. |
java.lang.String |
getEISProductVersion()
Returns product name of the underlying EIS instance connected through the Connection object that produced this metadata. |
java.lang.String |
getUserName()
Returns the user name for an active connection as known to the underlying EIS instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CasterConnectionMetaData(javax.resource.spi.ManagedConnectionMetaData mcMetaData)
Method Detail |
---|
public java.lang.String getEISProductName() throws javax.resource.ResourceException
getEISProductName
in interface javax.resource.cci.ConnectionMetaData
javax.resource.ResourceException
- - Failed to get the information for the EIS instanceConnectionMetaData.getEISProductName()
public java.lang.String getEISProductVersion() throws javax.resource.ResourceException
getEISProductVersion
in interface javax.resource.cci.ConnectionMetaData
javax.resource.ResourceException
- - Failed to get the information for the EIS instanceConnectionMetaData.getEISProductVersion()
public java.lang.String getUserName() throws javax.resource.ResourceException
getUserName
in interface javax.resource.cci.ConnectionMetaData
javax.resource.ResourceException
- - Failed to get the information for the EIS instanceConnectionMetaData.getUserName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |