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

Tom Elrod tom.elrod at jboss.com
Wed Jul 19 12:35:33 EDT 2006


  User: telrod  
  Date: 06/07/19 12:35:33

  Modified:    src/main/org/jboss/remoting/stream  StreamServer.java
  Log:
  JBREM-527 - adding ability to pass invoker locator of stream server to create internally.
  
  Revision  Changes    Path
  1.8       +6 -0      JBossRemoting/src/main/org/jboss/remoting/stream/StreamServer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StreamServer.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/stream/StreamServer.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- StreamServer.java	24 Jun 2006 03:53:06 -0000	1.7
  +++ StreamServer.java	19 Jul 2006 16:35:32 -0000	1.8
  @@ -84,6 +84,12 @@
         setupServer(locatorURI);
      }
   
  +   public StreamServer(InputStream stream, InvokerLocator locator) throws Exception
  +   {
  +      this.streamSource = stream;
  +      setupServer(locator.getLocatorURI());
  +   }
  +
      public StreamServer(InputStream stream, Connector connector) throws Exception
      {
         this.streamSource = stream;
  
  
  



More information about the jboss-cvs-commits mailing list