public class CobolConnectionRequestInfo
extends Object
implements ConnectionRequestInfo, Serializable
Method Summary | |
---|---|
boolean | equals(Object obj) |
void | setGuid(String guid) |
boolean | getStatefulSession() |
String | getGuid() |
String | getUser() |
String | getPassword() |
String | getRealm() |
int | hashCode() |
int | getUsage() |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.resource.spi. ConnectionRequestInfo |
equals, hashCode |
public boolean equals (Object obj)
public void setGuid(String guid)
public boolean getStatefulSession()
public String getGuid()
public String getUser()
public String getPassword()
public String getRealm()
public int hashCode()
Hash code for the connection request info instance.
public int getUsage()