db4o 8.0

com.db4o.cs.foundation
Class StandardSocket4Factory

java.lang.Object
  extended by com.db4o.cs.foundation.StandardSocket4Factory
All Implemented Interfaces:
Socket4Factory

public class StandardSocket4Factory
extends java.lang.Object
implements Socket4Factory


Constructor Summary
StandardSocket4Factory()
           
 
Method Summary
 ServerSocket4 createServerSocket(int port)
           
 Socket4 createSocket(java.lang.String hostName, int port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardSocket4Factory

public StandardSocket4Factory()
Method Detail

createServerSocket

public ServerSocket4 createServerSocket(int port)
                                 throws java.io.IOException
Specified by:
createServerSocket in interface Socket4Factory
Throws:
java.io.IOException

createSocket

public Socket4 createSocket(java.lang.String hostName,
                            int port)
                     throws java.io.IOException
Specified by:
createSocket in interface Socket4Factory
Throws:
java.io.IOException

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.