org.objectweb.jac.aspects.distrans
Class DataSource

java.lang.Object
  extended byorg.objectweb.jac.aspects.distrans.DataSource

public class DataSource
extends Object

A struct to hold data source name data.

Version:
1.0
Author:
Lionel Seinturier

Field Summary
 String driver
           
 String password
           
 String url
           
 String user
           
 
Constructor Summary
DataSource(String driver, String url, String user, String password)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

driver

public String driver

url

public String url

user

public String user

password

public String password
Constructor Detail

DataSource

public DataSource(String driver,
                  String url,
                  String user,
                  String password)
Method Detail

equals

public boolean equals(Object other)

toString

public String toString()

hashCode

public int hashCode()