org.objectweb.carol.irmi.test
Class TraceSocketFactory
java.lang.Object
java.rmi.server.RMISocketFactory
org.objectweb.carol.irmi.test.TraceSocketFactory
- All Implemented Interfaces:
- RMIClientSocketFactory, RMIServerSocketFactory
- public class TraceSocketFactory
- extends RMISocketFactory
TraceSocketFactory
- Author:
- Rafael H. Schloming <rhs@mit.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getClientTraces
public List getClientTraces()
getServerTraces
public List getServerTraces()
createSocket
public Socket createSocket(String host,
int port)
throws IOException
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int port)
throws IOException
- Throws:
IOException