com.syncbuilder.sync
Interface SocketImplFactory

All Known Implementing Classes:
NetworkHSSocketImplFactory, NativeSocketImplFactory, JHotSyncSocketImplFactory

public abstract interface SocketImplFactory

This interface defines a factory for socket implementations. It is used by the classes Socket and ServerSocket to create actual socket implementations.

See Also:
Socket, ServerSocket, SocketImpl

Method Summary
 SocketImpl createSocketImpl()
          Creates a new com.syncbuilder.sync.SocketImpl instance
 

Method Detail

createSocketImpl

public SocketImpl createSocketImpl()
Creates a new com.syncbuilder.sync.SocketImpl instance


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.