Rio Project 4.2 API Documentation
org.rioproject.config
Class ClientSocketFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientSocketFactory
public ClientSocketFactory(String host)
createSocket
public Socket createSocket(String s,
int port)
throws IOException
- Specified by:
createSocket in interface RMIClientSocketFactory
- Throws:
IOException
Copyright © 2006-2011 Rio Project. All Rights Reserved.