org.jboss.remoting.samples.config.factories
Class FactoryConfigSample.SampleServerSocketFactory

java.lang.Object
  extended by javax.net.ServerSocketFactory
      extended by org.jboss.remoting.samples.config.factories.FactoryConfigSample.SampleServerSocketFactory
Enclosing class:
FactoryConfigSample

public static class FactoryConfigSample.SampleServerSocketFactory
extends javax.net.ServerSocketFactory


Constructor Summary
FactoryConfigSample.SampleServerSocketFactory()
           
 
Method Summary
 java.net.ServerSocket createServerSocket(int arg0)
           
 java.net.ServerSocket createServerSocket(int arg0, int arg1)
           
 java.net.ServerSocket createServerSocket(int arg0, int arg1, java.net.InetAddress arg2)
           
 
Methods inherited from class javax.net.ServerSocketFactory
createServerSocket, getDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryConfigSample.SampleServerSocketFactory

public FactoryConfigSample.SampleServerSocketFactory()
Method Detail

createServerSocket

public java.net.ServerSocket createServerSocket(int arg0)
                                         throws java.io.IOException
Specified by:
createServerSocket in class javax.net.ServerSocketFactory
Throws:
java.io.IOException

createServerSocket

public java.net.ServerSocket createServerSocket(int arg0,
                                                int arg1)
                                         throws java.io.IOException
Specified by:
createServerSocket in class javax.net.ServerSocketFactory
Throws:
java.io.IOException

createServerSocket

public java.net.ServerSocket createServerSocket(int arg0,
                                                int arg1,
                                                java.net.InetAddress arg2)
                                         throws java.io.IOException
Specified by:
createServerSocket in class javax.net.ServerSocketFactory
Throws:
java.io.IOException


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