com.microfocus.cics.connector.spi.MFECINoTxManagedConnectionFactory
Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation
public class MFECINoTxManagedConnectionFactory
extends Object
implements javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation, Serializable
See Also:
Method Summary | |
---|---|
void | setResourceAdapter(javax.resource.spi.ResourceAdapter ra) |
javax.resource.spi.ResourceAdapter | getResourceAdapter() |
Boolean | getSecureConnection()
Check to ensure that a secure connection is enabled. |
Object | createConnectionFactory(cxManager)
Create a ConnectionFactory with a Connection Manager instance. |
Object | createConnectionFactory(javax.resource.spi.ConnectionManager cxManager)
Create a ConnectionFactory with a Connection Manager instance. |
javax.resource.spi.ManagedConnection | createManagedConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo info)
Create a managed connection to Cobol Server. |
ManagedConnection | matchManagedConnections(Set connectionSet,
Subject subject, javax.resource.spi.ConnectionRequestInfo info)
Match Managed Connections. The App Server calls this function to match a connection from the set of connections. The match is based on security credentials. |
void | setLogWriter(PrintWriter out)
Set log writer. |
void | getLogWriter()
Get log writer. |
boolean | equals(Object obj) |
int | hashCode() |
void | setServerHost(String serverHost)
Set the server host. |
String | getServerHost()
Get the server host. |
void | setServerPort(String serverPort)
Set the server port. |
String | getServerPort()
Get the server port. |
void | setTrace(Boolean trace)
Set tracing. |
Boolean | getTrace()
Check to ensure that tracing is enabled. |
void | setSecureGUID(Boolean s)
Set secure GUID. |
Boolean | getSecureGUID()
Check to ensure that a secure GUID is enabled. |
void | setReadTimeoutInSeconds(Integer readTimeoutInSeconds)
Set ReadTimeoutInSeconds |
Integer | getReadTimeoutInSeconds()
Get ReadTimeoutInSeconds |
void | setEnterpriseServerSocketCloseDueToInactivity(Integer enterpriseServerSocketCloseDueToInactivity)
Sets EnterpriseServerSocketCloseDueToInactivity |
Integer | getEnterpriseServerSocketCloseDueToInactivity()
Gets EnterpriseServerSocketCloseDueToInactivity |
void | setUrl(String url) |
String | getUrl() |
void | setSecureConnection(Boolean s) |
public MFECINoTxManagedConnectionFactory
Create a No TX Managed Connection Factory instance.
public void setResourceAdapter(ResourceAdapter ra) throws javax.resource.ResourceException
public ResourceAdapter getResourceAdapter(ConnectionManager ra) throws javax.resource.ResourceException)
public Object createConnectionFactory(javax.resource.spi.ConnectionManager cxManager)
cxManager | The connection Manager Instance. In a managed connection case, the app server supplies the connection manager. |
public Object createConnectionFactory()
cxManager | The connection Manager Instance. In a managed connection case, the app server supplies the connection manager. |
public javax.resource.spi.ManagedConnection createManagedConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo info) throws javax.resource.ResourceException
Create a managed connection to Cobol Server.
subject | The subject instance. |
info | Connection request information. |
public javax.resource.spi.ManagedConnection matchManagedConnections(Set connectionSet, Subject subject, javax.resource.spi.ConnectionRequestInfo info) throws javax.resource.ResourceException
Match Managed Connections. The App Server calls this function to match a connection from the set of connections. The match is based on security credentials.
connectionSet | The connection pool of Managed Connections |
subject | The subject instance. |
info | Connection request information. |
public void setLogWriter(PrintWriter out) throws javax.resource.ResourceException
Set log writer.
out | PrintWriter instance. |
public PrintWriter getLogWriter() throws javax.resource.ResourceException
Get log writer.
public boolean equals (Object obj)
public int hashCode()
public void setServerHost (String serverHost)
Set the server host.
serverHost |
public String getServerHost()
Get the server host.
public void setServerPort(String serverPort)
Set the server port.
serverPort |
public String getServerPort()
Get the server port.
public void setTrace(Boolean trace)
Set tracing.
trace |
public Boolean getTrace()
Check to ensure that tracing is enabled.
public void setSecureGUID(Boolean s)
Set secure GUID.
s |
public Boolean getSecureGUID()
Check to ensure that a secure GUID is enabled.
public void setReadTimeoutInSeconds(Integer readTimeoutInSeconds)
Set ReadTimeoutInSeconds.
readTimeoutInSeconds |
public Integer getReadTimeoutInSeconds()
Get ReadTimeoutInSeconds
public void setEnterpriseServerSocketCloseDueToInactivity(Integer enterpriseServerSocketCloseDueToInactivity)
Set EnterpriseServerSocketCloseDueToInactivity.
enterpriseServerSocketCloseDueToInactivity |
public Integer getEnterpriseServerSocketCloseDueToInactivity()
Get EnterpriseServerSocketCloseDueToInactivity
public void setUrl(String url)
public String getUrl()
public Boolean getSecureConnection()
Check to ensure that a secure connection is enabled
public void setSecureConnection(Boolean s)
Set tracing.
s |