|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.ola.ConnectionSpecImpl
public class ConnectionSpecImpl
The ConnectionSpec is used to pass resource-specific data to the resource for purposes of establishing the connection.
Field Summary | |
---|---|
static int |
BIT_CONTAINER
Use a BIT container |
static int |
CHAR_CONTAINER
Use a CHAR container |
Constructor Summary | |
---|---|
ConnectionSpecImpl()
|
Method Summary | |
---|---|
int |
getConnectionWaitTimeout()
Gets the connection wait timeout value. |
java.lang.String |
getLinkTaskReqContID()
Gets the CICS Link Request Container ID set by linkTaskReqContID() This method only applies to applications calling into the CICS link server. |
int |
getLinkTaskReqContType()
Gets the CICS Link Request Container Type set by linkTaskReqContType() This method only applies to applications calling into the CICS link server. |
java.lang.String |
getLinkTaskRspContID()
Gets the CICS Link Response Container ID set by linkTaskReqContID() This method only applies to applications calling into the CICS link server. |
int |
getLinkTaskRspContType()
Gets the CICS Link Response Container Type set by linkTaskRspContType() This method only applies to applications calling into the CICS link server. |
java.lang.String |
getLinkTaskTranID()
Gets the CICS Link Transaction ID set by setLinkTaskTranID. |
java.lang.String |
getRegisterName()
Gets the register name to connect to. |
boolean |
getUseCICSContainer()
Gets the value set by setUseCICSContainer. |
void |
setConnectionWaitTimeout(int connectionWaitTimeout)
Sets the connection wait timeout value. |
void |
setLinkTaskReqContID(java.lang.String linkTaskReqContID)
Sets the CICS Link Request Container ID. |
void |
setLinkTaskReqContType(int linkTaskReqContType)
Sets the CICS Link Request Container Type. |
void |
setLinkTaskRspContID(java.lang.String linkTaskRspContID)
Sets the CICS Link Response Container ID. |
void |
setLinkTaskRspContType(int linkTaskRspContType)
Sets the CICS Link Response Container Type. |
void |
setLinkTaskTranID(java.lang.String linkTaskTranID)
Sets the CICS Link Transaction ID. |
void |
setRegisterName(java.lang.String registerName)
Sets the register name. |
void |
setUseCICSContainer(boolean useCICSContainer)
Tells the connection to use the containers when communicating with CICS. |
void |
setUseCICSContainer(int useCICSContainer)
Deprecated. Use setUseCICSContainer(boolean) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BIT_CONTAINER
public static final int CHAR_CONTAINER
Constructor Detail |
---|
public ConnectionSpecImpl()
Method Detail |
---|
public void setRegisterName(java.lang.String registerName)
registerName
- The register name to connect to.public java.lang.String getRegisterName()
public void setConnectionWaitTimeout(int connectionWaitTimeout)
connectionWaitTimeout
- The number of seconds to wait for a
connectionpublic int getConnectionWaitTimeout()
public void setLinkTaskTranID(java.lang.String linkTaskTranID)
linkTaskTranID
- The transaction to use as the Program Link invocation
task. The transaction name is between 1 and 4 characters in length.public java.lang.String getLinkTaskTranID()
public void setLinkTaskReqContID(java.lang.String linkTaskReqContID)
linkTaskReqContID
- The name of the container to pass the request
parameters into.public java.lang.String getLinkTaskReqContID()
public void setLinkTaskReqContType(int linkTaskReqContType)
linkTaskReqContType
- The type of container to use. Specify 0 to use
a CHAR container, or 1 to use a BIT container.public int getLinkTaskReqContType()
public void setLinkTaskRspContID(java.lang.String linkTaskRspContID)
linkTaskReqContID
- The name of the container to pass the response
parameters into.public java.lang.String getLinkTaskRspContID()
public void setLinkTaskRspContType(int linkTaskRspContType)
linkTaskRspContType
- The type of container to use. Specify 0 to use
a CHAR container, or 1 to use a BIT container.public int getLinkTaskRspContType()
public void setUseCICSContainer(int useCICSContainer)
setUseCICSContainer(boolean)
useCICSContainer
- Set this value to '1' to use containers when
communicating with the CICS Link Server.setLinkTaskReqContID(String)
,
setLinkTaskRspContID(String)
,
setLinkTaskReqContType(int)
,
setLinkTaskRspContType(int)
public void setUseCICSContainer(boolean useCICSContainer)
useCICSContainer
- Set this value to true to use containers when
communicating with the CICS Link Server.setLinkTaskReqContID(String)
,
setLinkTaskRspContID(String)
,
setLinkTaskReqContType(int)
,
setLinkTaskRspContType(int)
public boolean getUseCICSContainer()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |