Class InboundIPICServer
java.lang.Object
com.ibm.jakarta.connector2.cics.inbound.InboundIPICServer
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInboundIPICServer
(String hostname, String protocol, int port, String applid, String applidQualifier, int socketConnectTimeout, int idleTimeout, int minParsers, int maxParsers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRecoveryPhase
(int r) void
setRecoveryTimeout
(int t) void
-
Field Details
-
CLASS_VERSION
- See Also:
-
RecoveryPhase
public int RecoveryPhase -
RecoveryTimeout
public int RecoveryTimeout -
serverState
-
-
Constructor Details
-
InboundIPICServer
public InboundIPICServer(String hostname, String protocol, int port, String applid, String applidQualifier, int socketConnectTimeout, int idleTimeout, int minParsers, int maxParsers) throws UnknownHostException, IOException - Throws:
UnknownHostException
IOException
-
-
Method Details
-
acceptInboundIPICConnection
public InboundConnection acceptInboundIPICConnection() throws jakarta.resource.spi.ResourceAdapterInternalException, IOException- Throws:
jakarta.resource.spi.ResourceAdapterInternalException
IOException
-
setRecoveryPhase
public void setRecoveryPhase(int r) -
setRecoveryTimeout
public void setRecoveryTimeout(int t) -
stopIPICServer
public void stopIPICServer()
-