oss.net.pstream.jca
Class StreamerManagedConnectionFactory

java.lang.Object
  |
  +--oss.net.pstream.jca.StreamerManagedConnectionFactory
All Implemented Interfaces:
javax.resource.spi.ManagedConnectionFactory, java.io.Serializable

public class StreamerManagedConnectionFactory
extends java.lang.Object
implements javax.resource.spi.ManagedConnectionFactory, java.io.Serializable

Author:
mgregory To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
StreamerManagedConnectionFactory()
           
 
Method Summary
 java.lang.Object createConnectionFactory()
           
 java.lang.Object createConnectionFactory(javax.resource.spi.ConnectionManager cm)
           
 javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject S, javax.resource.spi.ConnectionRequestInfo RI)
           
 org.apache.commons.httpclient.HttpClient getClient()
           
 java.lang.String getConfigURL()
           
 int getConnect_timeout()
           
 java.lang.String getHost()
           
 java.io.PrintWriter getLogWriter()
           
 int getPool_timeout()
           
 int getPort()
           
 java.lang.String getPortletName()
           
 java.lang.String getProtocol()
           
 int getTimeout()
           
 javax.resource.spi.ManagedConnection matchManagedConnections(java.util.Set cons, javax.security.auth.Subject S, javax.resource.spi.ConnectionRequestInfo CRI)
           
 void setConfigURL(java.lang.String ConfigURL)
           
 void setConnect_timeout(java.lang.Integer Timeout)
           
 void setHost(java.lang.String Host)
           
 void setLogWriter(java.io.PrintWriter PW)
           
 void setPool_timeout(java.lang.Integer Timeout)
           
 void setPort(java.lang.Integer Port)
           
 void setPortletName(java.lang.String PortletName)
           
 void setProtocol(java.lang.String Protocol)
           
 void setTimeout(java.lang.Integer Timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ManagedConnectionFactory
equals, hashCode
 

Constructor Detail

StreamerManagedConnectionFactory

public StreamerManagedConnectionFactory()
Method Detail

createConnectionFactory

public java.lang.Object createConnectionFactory(javax.resource.spi.ConnectionManager cm)
                                         throws javax.resource.ResourceException
Specified by:
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory
javax.resource.ResourceException
See Also:
ManagedConnectionFactory.createConnectionFactory(ConnectionManager)

createConnectionFactory

public java.lang.Object createConnectionFactory()
                                         throws javax.resource.ResourceException
Specified by:
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory
javax.resource.ResourceException
See Also:
ManagedConnectionFactory.createConnectionFactory()

createManagedConnection

public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject S,
                                                                    javax.resource.spi.ConnectionRequestInfo RI)
                                                             throws javax.resource.ResourceException
Specified by:
createManagedConnection in interface javax.resource.spi.ManagedConnectionFactory
javax.resource.ResourceException
See Also:
ManagedConnectionFactory.createManagedConnection(Subject, ConnectionRequestInfo)

matchManagedConnections

public javax.resource.spi.ManagedConnection matchManagedConnections(java.util.Set cons,
                                                                    javax.security.auth.Subject S,
                                                                    javax.resource.spi.ConnectionRequestInfo CRI)
                                                             throws javax.resource.ResourceException
Specified by:
matchManagedConnections in interface javax.resource.spi.ManagedConnectionFactory
javax.resource.ResourceException
See Also:
ManagedConnectionFactory.matchManagedConnections(Set, Subject, ConnectionRequestInfo)

setLogWriter

public void setLogWriter(java.io.PrintWriter PW)
                  throws javax.resource.ResourceException
Specified by:
setLogWriter in interface javax.resource.spi.ManagedConnectionFactory
javax.resource.ResourceException
See Also:
ManagedConnectionFactory.setLogWriter(PrintWriter)

getLogWriter

public java.io.PrintWriter getLogWriter()
                                 throws javax.resource.ResourceException
Specified by:
getLogWriter in interface javax.resource.spi.ManagedConnectionFactory
javax.resource.ResourceException
See Also:
ManagedConnectionFactory.getLogWriter()

setPortletName

public void setPortletName(java.lang.String PortletName)

getPortletName

public java.lang.String getPortletName()

setConfigURL

public void setConfigURL(java.lang.String ConfigURL)

getConfigURL

public java.lang.String getConfigURL()

setHost

public void setHost(java.lang.String Host)

getHost

public java.lang.String getHost()

setPort

public void setPort(java.lang.Integer Port)

getPort

public int getPort()

setProtocol

public void setProtocol(java.lang.String Protocol)

getProtocol

public java.lang.String getProtocol()

getTimeout

public int getTimeout()

setTimeout

public void setTimeout(java.lang.Integer Timeout)

getClient

public org.apache.commons.httpclient.HttpClient getClient()

setConnect_timeout

public void setConnect_timeout(java.lang.Integer Timeout)

getConnect_timeout

public int getConnect_timeout()

getPool_timeout

public int getPool_timeout()

setPool_timeout

public void setPool_timeout(java.lang.Integer Timeout)


Copyright © 2000 Dummy Corp. All Rights Reserved.