Example usage for java.rmi.server RMIClientSocketFactory interface-usage

List of usage examples for java.rmi.server RMIClientSocketFactory interface-usage

Introduction

In this page you can find the example usage for java.rmi.server RMIClientSocketFactory interface-usage.

Usage

From source file org.jgentleframework.integration.remoting.rmi.customsocket.ZipSocket_RMIClientSocketFactory.java

/**
 * The Class ZipSocket_RMIClientSocketFactory.
 * 
 * @author Quoc Chung - mailto: <a
 *         href="mailto:skydunkpro@yahoo.com">skydunkpro@yahoo.com</a>
 * @date Feb 14, 2009

From source file org.jgentleframework.integration.remoting.rmi.customsocket.MonitoringSocket_RMIClientSocketFactory.java

/**
 * A factory for creating MonitoringSocket_RMIClientSocket objects.
 * 
 * @author Quoc Chung - mailto: <a
 *         href="mailto:skydunkpro@yahoo.com">skydunkpro@yahoo.com</a>
 * @date Jan 13, 2008

From source file org.jgentleframework.integration.remoting.rmi.customsocket.GZipSocket_RMIClientSocketFactory.java

/**
 * The Class GZipSocket_RMIClientSocketFactory.
 * 
 * @author Quoc Chung - mailto: <a
 *         href="mailto:skydunkpro@yahoo.com">skydunkpro@yahoo.com</a>
 * @date Feb 13, 2009

From source file org.jgentleframework.integration.remoting.rmi.customsocket.SSLSocket_RMIClientSocketFactory.java

/**
 * A factory for creating SSLSocket_RMIClientSocket objects. Redirects to the
 * standard SSL Socket factory found in JSSE.
 * 
 * @author Quoc Chung - mailto: <a
 *         href="mailto:skydunkpro@yahoo.com">skydunkpro@yahoo.com</a>

From source file org.jgentleframework.integration.remoting.rmi.customsocket.ZLibSocket_RMIClientSocketFactory.java

/**
 * The Class ZLibSocket_RMIClientSocketFactory.
 * 
 * @author Quoc Chung - mailto: <a
 *         href="mailto:skydunkpro@yahoo.com">skydunkpro@yahoo.com</a>
 * @date Feb 14, 2009

From source file org.alfresco.util.remote.server.socket.HostConfigurableSocketFactory.java

/**
 * This <i><b>Spring</b> depended</i> class allows to control the binding of a RMI Registry to some port and concrete
 * local host, e.g.: <code>localhost</code>, <code>192.168.0.1</code> etc. <s>Host may be configured with the
 * <code>-Djava.rmi.server.hostname</code> system property</s><br />
 * <br />
 * <i><b>NOTE:</b> Please look at <a href="http://issues.alfresco.com/jira/browse/ALF-4357">ALF-4357</a> for more