|
IBM WebSphere® DataPower® XC10 Appliance Release 2.1 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.xs.ra.XSConnectionSpec
public final class XSConnectionSpec
The ConnectionSpec for retrieving XSConnections from an XSConnectionFactory
XSConnectionFactory
Constructor Summary | |
---|---|
XSConnectionSpec()
Creates a default XSCOnnectionSpec instance. |
Method Summary | |
---|---|
Object |
clone()
|
boolean |
equals(Object obj)
|
CredentialGenerator |
getCredentialGenerator()
Returns the CredentialGenerator object for this client
security for the connection. |
String |
getObjectGridName()
Returns the object grid name for the connection. |
int |
hashCode()
|
boolean |
isBeginNoWriteThrough()
Returns flag indicating whether the Session transaction should be started using using the Session.beginNoWriteThrough() method. |
void |
setBeginNoWriteThrough(boolean beginNoWriteThrough)
Set the boolean flag indicating whether the Session transaction should be started using using the Session.beginNoWriteThrough() method. |
void |
setCredentialGenerator(CredentialGenerator credGen)
Sets the CredentialGenerator object for the client
security for the connection. |
void |
setObjectGridName(String objectGridName)
Sets the object grid name to be used for the connection. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XSConnectionSpec()
Method Detail |
---|
public boolean isBeginNoWriteThrough()
Session.beginNoWriteThrough()
method.
Session.beginNoWriteThrough()
method.public void setBeginNoWriteThrough(boolean beginNoWriteThrough)
Session.beginNoWriteThrough()
method.
beginNoWriteThrough
- Session.begin()
,
Session.beginNoWriteThrough()
public String getObjectGridName()
public void setObjectGridName(String objectGridName)
objectGridName
- object grid name to be used for the connectionpublic CredentialGenerator getCredentialGenerator()
CredentialGenerator
object for this client
security for the connection.
setCredGen(CredentialGenerator)
method of
this object or null
if setCredGen
was not
previously called for this object.public void setCredentialGenerator(CredentialGenerator credGen)
CredentialGenerator
object for the client
security for the connection.
credGen
- a CredentialGenerator objectCredentialGenerator
public Object clone()
clone
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
IBM WebSphere® DataPower® XC10 Appliance Release 2.1 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |