| java.lang.Object com.caucho.jms.jca.MessageSenderManager
MessageSenderManager | public class MessageSenderManager implements ManagedConnectionFactory(Code) | | The managed factory implementation.
|
Field Summary | |
final protected static Logger | log |
MessageSenderManager | public MessageSenderManager()(Code) | | |
createConnectionFactory | public Object createConnectionFactory(ConnectionManager connManager) throws ResourceException(Code) | | Creates the data source the user sees.
|
createConnectionFactory | public Object createConnectionFactory() throws ResourceException(Code) | | Creates the data source the user sees. Not needed in this case,
since ManagedFactoryImpl is only allowed in Resin.
|
createManagedConnection | public ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo requestInfo) throws ResourceException(Code) | | Creates the underlying managed connection.
|
getResourceAdapter | public ResourceAdapter getResourceAdapter()(Code) | | |
init | public void init() throws ConfigException(Code) | | |
matchManagedConnections | public ManagedConnection matchManagedConnections(Set connSet, Subject subject, ConnectionRequestInfo requestInfo) throws ResourceException(Code) | | Creates the underlying managed connection.
|
setLogWriter | public void setLogWriter(PrintWriter log)(Code) | | Sets the dummy log writer.
|
setResourceAdapter | public void setResourceAdapter(ResourceAdapter adapter) throws ResourceException(Code) | | |
|
|