org.ow2.petals.communication.jmx.rmi
Class TimedRMIDirectConnectorFactory

java.lang.Object
  extended by java.rmi.server.RMISocketFactory
      extended by sun.rmi.transport.proxy.RMIDirectSocketFactory
          extended by org.ow2.petals.communication.jmx.rmi.TimedRMIDirectConnectorFactory
All Implemented Interfaces:
java.io.Serializable, java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory

public class TimedRMIDirectConnectorFactory
extends sun.rmi.transport.proxy.RMIDirectSocketFactory
implements java.io.Serializable

Author:
rnaudin
See Also:
Serialized Form

Constructor Summary
TimedRMIDirectConnectorFactory(int connectionTimeout, java.lang.String localHost)
           
 
Method Summary
 java.net.Socket createSocket(java.lang.String host, int port)
           
 
Methods inherited from class sun.rmi.transport.proxy.RMIDirectSocketFactory
createServerSocket
 
Methods inherited from class java.rmi.server.RMISocketFactory
getDefaultSocketFactory, getFailureHandler, getSocketFactory, setFailureHandler, setSocketFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedRMIDirectConnectorFactory

public TimedRMIDirectConnectorFactory(int connectionTimeout,
                                      java.lang.String localHost)
Method Detail

createSocket

public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.io.IOException
Specified by:
createSocket in interface java.rmi.server.RMIClientSocketFactory
Overrides:
createSocket in class sun.rmi.transport.proxy.RMIDirectSocketFactory
Throws:
java.io.IOException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.