org.jboss.remoting.transport.multiplex
Class VirtualServerSocketFactory

java.lang.Object
  extended byjavax.net.ServerSocketFactory
      extended byorg.jboss.remoting.transport.multiplex.VirtualServerSocketFactory

public class VirtualServerSocketFactory
extends javax.net.ServerSocketFactory

A VirtualServerSocketFactory.

Version:
$Revision: 1.7 $

Copyright (c) 2005

Author:
Ron Sigal

Field Summary
protected static org.jboss.logging.Logger log
           
 
Constructor Summary
protected VirtualServerSocketFactory()
          Create a new VirtualServerSocketFactory.
 
Method Summary
 java.net.ServerSocket createServerSocket(int port)
           
 java.net.ServerSocket createServerSocket(int port, int backlog)
          TODO
 java.net.ServerSocket createServerSocket(int port, int backlog, java.net.InetAddress address)
          TODO
static javax.net.ServerSocketFactory getDefault()
           
 boolean isOnClient()
          FIXME Comment this
 boolean isOnServer()
          FIXME Comment this
 boolean setOnClient()
          FIXME Comment this
 boolean setOnServer()
          FIXME Comment this
 
Methods inherited from class javax.net.ServerSocketFactory
createServerSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.jboss.logging.Logger log
Constructor Detail

VirtualServerSocketFactory

protected VirtualServerSocketFactory()
Create a new VirtualServerSocketFactory.

Method Detail

getDefault

public static javax.net.ServerSocketFactory getDefault()

createServerSocket

public java.net.ServerSocket createServerSocket(int port)
                                         throws java.io.IOException
Throws:
java.io.IOException

createServerSocket

public java.net.ServerSocket createServerSocket(int port,
                                                int backlog)
                                         throws java.io.IOException
TODO

Throws:
java.io.IOException

createServerSocket

public java.net.ServerSocket createServerSocket(int port,
                                                int backlog,
                                                java.net.InetAddress address)
                                         throws java.io.IOException
TODO

Throws:
java.io.IOException

isOnClient

public boolean isOnClient()
FIXME Comment this

Returns:

isOnServer

public boolean isOnServer()
FIXME Comment this

Returns:

setOnClient

public boolean setOnClient()
FIXME Comment this

Returns:

setOnServer

public boolean setOnServer()
FIXME Comment this

Returns:


Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.