com.github.smokestack.jca.spi
Class MockManagedConnectionMetadata

java.lang.Object
  extended by com.github.smokestack.jca.spi.MockManagedConnectionMetadata
All Implemented Interfaces:
ManagedConnectionMetaData

public class MockManagedConnectionMetadata
extends Object
implements ManagedConnectionMetaData

Author:
gliptak

Constructor Summary
MockManagedConnectionMetadata()
           
 
Method Summary
 String _getEISProductName()
           
 String _getEISProductVersion()
           
 int _getMaxConnections()
           
 String _getUserName()
           
 String getEISProductName()
           
 String getEISProductVersion()
           
 int getMaxConnections()
           
 String getUserName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockManagedConnectionMetadata

public MockManagedConnectionMetadata()
Method Detail

getEISProductName

public String getEISProductName()
                         throws ResourceException
Specified by:
getEISProductName in interface ManagedConnectionMetaData
Throws:
ResourceException

_getEISProductName

public String _getEISProductName()
                          throws ResourceException
Throws:
ResourceException

getEISProductVersion

public String getEISProductVersion()
                            throws ResourceException
Specified by:
getEISProductVersion in interface ManagedConnectionMetaData
Throws:
ResourceException

_getEISProductVersion

public String _getEISProductVersion()
                             throws ResourceException
Throws:
ResourceException

getMaxConnections

public int getMaxConnections()
                      throws ResourceException
Specified by:
getMaxConnections in interface ManagedConnectionMetaData
Throws:
ResourceException

_getMaxConnections

public int _getMaxConnections()
                       throws ResourceException
Throws:
ResourceException

getUserName

public String getUserName()
                   throws ResourceException
Specified by:
getUserName in interface ManagedConnectionMetaData
Throws:
ResourceException

_getUserName

public String _getUserName()
                    throws ResourceException
Throws:
ResourceException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 Smokestack. All Rights Reserved.