Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation
public class MFECINoTxManagedConnectionFactory
extends Object
implements javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation, Serializable
Method Summary | |
---|---|
void | setResourceAdapter(javax.resource.spi.ResourceAdapter ra) |
javax.resource.spi.ResourceAdapter | getResourceAdapter() |
Boolean | getSecureConnection() |
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) |
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) |
void | getLogWriter() |
boolean | equals(Object obj) |
int | hashCode() |
void | setServerHost(String serverHost) |
String | getServerHost() |
void | setServerPort(String serverPort) |
String | getServerPort() |
void | setTrace(Boolean trace) |
Boolean | getTrace() |
void | setSecureGUID(Boolean s) |
Boolean | getSecureGUID() |
void | setReadTimeoutInSeconds(Integer readTimeoutInSeconds) |
Integer | getReadTimeoutInSeconds() |
void | setEnterpriseServerSocketCloseDueToInactivity(Integer enterpriseServerSocketCloseDueToInactivity) |
Integer | getEnterpriseServerSocketCloseDueToInactivity() |
void | setUrl(String url) |
String | getUrl() |
void | setSecureConnection(Boolean s) |
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)
public Object createConnectionFactory()
public javax.resource.spi.ManagedConnection createManagedConnection(Subject subject,
javax.resource.spi.ConnectionRequestInfo info)
throws javax.resource.ResourceException
Create a managed connection to Cobol Server.
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.
public void setLogWriter(PrintWriter out)
throws javax.resource.ResourceException
public PrintWriter getLogWriter()
throws javax.resource.ResourceException
public boolean equals (Object obj)
public int hashCode()
public void setServerHost (String serverHost)
public String getServerHost()
public void setServerPort(String serverPort)
public String getServerPort()
public void setTrace(Boolean trace)
public Boolean getTrace()
Check to ensure that tracing is enabled.
public void setSecureGUID(Boolean s)
public Boolean getSecureGUID()
Check to ensure that a secure GUID is enabled.
public void setReadTimeoutInSeconds(Integer readTimeoutInSeconds)
public Integer getReadTimeoutInSeconds()
public void setEnterpriseServerSocketCloseDueToInactivity(Integer enterpriseServerSocketCloseDueToInactivity)
Set EnterpriseServerSocketCloseDueToInactivity.
public Integer getEnterpriseServerSocketCloseDueToInactivity()
Get EnterpriseServerSocketCloseDueToInactivity
public void setUrl(String url)
public String getUrl()
public Boolean getSecureConnection()
public void setSecureConnection(Boolean s)