org.jboss.jca.adapters.jdbc.spi
Class XAData

java.lang.Object
  extended by org.jboss.jca.adapters.jdbc.spi.XAData

public final class XAData
extends Object

XAData entry


Constructor Summary
XAData(XADataSource xaDataSource, String url)
          Constructor
 
Method Summary
 boolean equals(Object o)
          
 String getUrl()
          Get the URL
 XADataSource getXADataSource()
          Get the XADataSource
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XAData

public XAData(XADataSource xaDataSource,
              String url)
Constructor

Parameters:
xaDataSource - The XADataSource
url - The URL for the datasource
Method Detail

getXADataSource

public XADataSource getXADataSource()
Get the XADataSource

Returns:
The value

getUrl

public String getUrl()
Get the URL

Returns:
The value

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)