com.mockrunner.mock.connector.cci
Class MockConnectionMetaData
java.lang.Object
com.mockrunner.mock.connector.cci.MockConnectionMetaData
- All Implemented Interfaces:
- javax.resource.cci.ConnectionMetaData
public class MockConnectionMetaData
- extends java.lang.Object
- implements javax.resource.cci.ConnectionMetaData
Mock implementation of ConnectionMetaData
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockConnectionMetaData
public MockConnectionMetaData()
getEISProductName
public java.lang.String getEISProductName()
throws javax.resource.ResourceException
- Specified by:
getEISProductName
in interface javax.resource.cci.ConnectionMetaData
- Throws:
javax.resource.ResourceException
getEISProductVersion
public java.lang.String getEISProductVersion()
throws javax.resource.ResourceException
- Specified by:
getEISProductVersion
in interface javax.resource.cci.ConnectionMetaData
- Throws:
javax.resource.ResourceException
getUserName
public java.lang.String getUserName()
throws javax.resource.ResourceException
- Specified by:
getUserName
in interface javax.resource.cci.ConnectionMetaData
- Throws:
javax.resource.ResourceException
setEisProductVersion
public void setEisProductVersion(java.lang.String eisProductVersion)
setUserName
public void setUserName(java.lang.String userName)