[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/sslbisocket ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sat Jan 13 07:42:36 EST 2007


  User: ovidiu  
  Date: 07/01/13 07:42:36

  Modified:    src/main/org/jboss/remoting/transport/sslbisocket  Tag:
                        remoting_2_x SSLBisocketServerInvoker.java
  Log:
  Various logging improvments, minor reformatting and new tests in preparation 
  for a solution for http://jira.jboss.org/jira/browse/JBREM-666.
  
  Includes http://jira.jboss.org/jira/browse/JBREM-667.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +3 -0      JBossRemoting/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SSLBisocketServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketServerInvoker.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- SSLBisocketServerInvoker.java	19 Dec 2006 06:10:01 -0000	1.1.2.1
  +++ SSLBisocketServerInvoker.java	13 Jan 2007 12:42:36 -0000	1.1.2.2
  @@ -26,6 +26,7 @@
   import org.jboss.remoting.security.SSLSocketBuilder;
   import org.jboss.remoting.transport.bisocket.BisocketServerInvoker;
   import org.jboss.remoting.transport.sslsocket.SSLSocketServerInvokerMBean;
  +import org.jboss.logging.Logger;
   
   import javax.net.ServerSocketFactory;
   import javax.net.SocketFactory;
  @@ -44,6 +45,8 @@
      implements SSLSocketServerInvokerMBean
   {
   
  +   private static final Logger log = Logger.getLogger(SSLBisocketServerInvoker.class);
  +   
      public SSLBisocketServerInvoker(InvokerLocator locator)
      {
         super(locator);
  
  
  



More information about the jboss-cvs-commits mailing list