Class InboundConnection
java.lang.Object
com.ibm.jakarta.connector2.cics.inbound.InboundConnection
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
connectionError
(String errorText) Closes the connection due to an error.int
getState()
int
boolean
boolean
boolean
void
void
setApplidQualifier
(String applidQualifier) void
setCICSApplid
(String cICSApplid) void
setCICSApplidHLQ
(String cICSApplidHLQ) void
setFromCICS
(Socket fromCICS) void
setMaxSessions
(int maxSessions) void
void
setXaSupport
(boolean xaSupport)
-
Field Details
-
CLASS_VERSION
- See Also:
-
remoteIPAddress
-
remotePort
public int remotePort -
RecoveryPhase
public int RecoveryPhase -
RecoveryTimeout
public int RecoveryTimeout -
localIPAddress
-
localPort
public int localPort -
IPIC_VERSION
public int IPIC_VERSION -
connectionState
-
-
Constructor Details
-
InboundConnection
public InboundConnection(Socket clientSocket) throws jakarta.resource.spi.ResourceAdapterInternalException - Throws:
jakarta.resource.spi.ResourceAdapterInternalException
-
-
Method Details
-
getSessionPool
-
connectionError
Closes the connection due to an error. If the server retry interval is configured, an initial retry is initiated 1 second later.- Parameters:
errorText
- the reason text for the error log message- Throws:
IOException
-
getState
-
getVersion
public int getVersion() -
isChannelsSupported
public boolean isChannelsSupported() -
isXASupported
public boolean isXASupported() -
getFromCICS
-
setFromCICS
-
getToCICS
-
setToCICS
-
close
- Throws:
IOException
-
isXaSupport
public boolean isXaSupport() -
setXaSupport
public void setXaSupport(boolean xaSupport) -
getMaxSessions
public int getMaxSessions() -
setMaxSessions
public void setMaxSessions(int maxSessions) -
getCICSApplid
-
setCICSApplid
-
getCICSApplidHLQ
-
setCICSApplidHLQ
-
getApplid
-
setApplid
-
getApplidQualifier
-
setApplidQualifier
-