com.microfocus.cobol.connector.spi.CobolConnectionRequestInfo
public class CobolConnectionRequestInfo
extends Object
implements ConnectionRequestInfo, Serializable
static int | USE_USERPWD |
Method Summary | |
---|---|
boolean | equals(Object obj) |
void |
setGuid(String guid)
Set the guid. |
boolean | getStatefulSession()
Get the stateful session. |
String | getGuid()
Get the guid. |
String | getUser()
Get the user name. |
String | getPassword()
Get the password. |
String | getRealm()
Get the realm. |
int | hashCode()
Hash code for the connection request info instance. |
int | getUsage()
Get the usage. |
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 static final int USE_USERPWD
See Also:
public CobolConnectionRequestInfo()
Create a CobolConnectionRequestInfo instance.
public CobolConnectionRequestInfo(boolean sessType)
Create a CobolConnectionRequestInfo instance.
public CobolConnectionRequestInfo(String user, String password, String realm, boolean sessType)
user | The user ID. |
password | The password that corresponds to the user ID. |
realm | The realm. |
public boolean equals (Object obj)
Is this object equal to obj.
obj | The other obj. |
public void setGuid(String guid)
Set the guid.
public boolean getStatefulSession()
Get stateful session.
public String getGuid()
Get the guid.
public String getUser()
Get the user name.
public String getPassword()
Get the password.
public String getRealm()
Get the realm.
public int hashCode()
Hash code for the connection request info instance.
public int getUsage()
Get the usage.