com.microfocus.cics.connector.spi.MFECIConnectionRequestInfo
javax.resource.spi.ConnectionRequestInfo
public class MFECIConnectionRequestInfo
extends Object
implements javax.resource.spi.ConnectionRequestInfo
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. |
boolean | isTransactional() |
void | setTransactional(boolean transactional) |
public static final int USE_USERPWD
See Also:
public MFECIConnectionRequestInfo()
Create a connection request info instance.
public MFECIConnectionRequestInfo(boolean sessType)
Create a connection request info instance.
public MFECIConnectionRequestInfo(boolean sessType, String guid, boolean transactional)
guid |
public MFECIConnectionRequestInfo(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 MFECIConnectionRequestInfo(String user, String password, String realm, boolean sessType String guid, boolean transactional)
user | The user ID. |
password | The password that corresponds to the user ID. |
realm | The realm. |
guid |
public boolean equals (Object obj)
Is this object equal to 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.
public boolean isTransactional()
public void setTransactional(boolean transactional)