User: jwalters
  Date: 01/07/17 19:05:12

  Modified:    src/main/javax/resource/cci ConnectionFactory.java
  Log:
  Removed methods from ConnectionFactory which were removed in the PFD2 doc.
  
  Revision  Changes    Path
  1.2       +0 -28     jboss-j2ee/src/main/javax/resource/cci/ConnectionFactory.java
  
  Index: ConnectionFactory.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/ConnectionFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConnectionFactory.java    2001/04/05 04:20:41     1.1
  +++ ConnectionFactory.java    2001/07/18 02:05:12     1.2
  @@ -52,32 +52,4 @@
        * an active connection.
        */
       public ResourceAdapterMetaData getMetaData() throws ResourceException;
  -
  -    /**
  -     * Sets the log writer for the ConnectionFactory.  The ConnectionFactory
  -     * uses this log writer for logging and tracing messages. 
  -     */
  -    public void setLogWriter( PrintWriter out ) throws ResourceException;
  -
  -    /**
  -     * Gets the log writer for the ConnectionFactory.  The ConnectionFactory
  -     * uses this log writer for logging and tracing messages. 
  -     */
  -    public PrintWriter setLogWriter() throws ResourceException;
  -
  -    /**
  -     * Set the timeout in milliseconds for a connection by the resource
  -     * adapter to the underlying application.  A value of zero indicates
  -     * to use any system default timeout, or else no timeout if there is
  -     * no system default.  At initial creation the timeout value is 0.
  -     */
  -    public void setTimeout( int milliseconds ) throws ResourceException;
  -
  -    /**
  -     * Get the timeout in milliseconds for a connection by the resource
  -     * adapter to the underlying application.  A value of zero indicates
  -     * to use any system default timeout, or else no timeout if there is
  -     * no system default.
  -     */
  -    public int getTimeout() throws ResourceException;
   }
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to