Rio Project 4.2 API Documentation



org.rioproject.config
Class ClientSocketFactory

java.lang.Object
  extended by org.rioproject.config.ClientSocketFactory
All Implemented Interfaces:
Serializable, RMIClientSocketFactory

public class ClientSocketFactory
extends Object
implements RMIClientSocketFactory, Serializable

An RMIClientSocketFactory that uses a specific host name (or address)

See Also:
Serialized Form

Constructor Summary
ClientSocketFactory(String host)
           
 
Method Summary
 Socket createSocket(String s, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSocketFactory

public ClientSocketFactory(String host)
Method Detail

createSocket

public Socket createSocket(String s,
                           int port)
                    throws IOException
Specified by:
createSocket in interface RMIClientSocketFactory
Throws:
IOException

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.