org.xmlBlaster.j2ee.k2
Class BlasterConnectionRequestInfo
java.lang.Object
org.xmlBlaster.j2ee.k2.BlasterConnectionRequestInfo
- All Implemented Interfaces:
- javax.resource.spi.ConnectionRequestInfo
- public class BlasterConnectionRequestInfo
- extends java.lang.Object
- implements javax.resource.spi.ConnectionRequestInfo
BlasterConnectionRequestInfo.java
Created: Fri Jan 26 20:55:32 2001
|
Field Summary |
private java.lang.String |
password
|
private java.lang.String |
userName
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
userName
private java.lang.String userName
password
private java.lang.String password
BlasterConnectionRequestInfo
public BlasterConnectionRequestInfo(java.lang.String userName,
java.lang.String passwd)
getUserName
public java.lang.String getUserName()
getPassword
public java.lang.String getPassword()
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in interface javax.resource.spi.ConnectionRequestInfo
hashCode
public int hashCode()
- Specified by:
hashCode in interface javax.resource.spi.ConnectionRequestInfo
isEqual
private boolean isEqual(java.lang.Object o1,
java.lang.Object o2)
Copyright © 1999-2007 The xmlBlaster.org contributers.