net.rmi.ssl
Class RmiClientServerFactory

java.lang.Object
  extended by net.rmi.ssl.RmiClientServerFactory
All Implemented Interfaces:
java.io.Serializable, java.rmi.server.RMIClientSocketFactory

public class RmiClientServerFactory
extends java.lang.Object
implements java.rmi.server.RMIClientSocketFactory, java.io.Serializable

Created by IntelliJ IDEA. User: pkrepszt Date: Nov 16, 2004 Time: 7:24:57 PM Templates.

See Also:
Serialized Form

Field Summary
static int port2
           
 
Constructor Summary
RmiClientServerFactory()
           
 
Method Summary
 java.net.Socket createSocket(java.lang.String IpAddress, int port)
           
static java.lang.String getStackTrace(java.lang.Exception e)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port2

public static int port2
Constructor Detail

RmiClientServerFactory

public RmiClientServerFactory()
Method Detail

main

public static void main(java.lang.String[] args)

createSocket

public java.net.Socket createSocket(java.lang.String IpAddress,
                                    int port)
                             throws java.io.IOException
Specified by:
createSocket in interface java.rmi.server.RMIClientSocketFactory
Throws:
java.io.IOException

getStackTrace

public static java.lang.String getStackTrace(java.lang.Exception e)