org.apache.jcs.auxiliary.remote
Class RemoteUtils

java.lang.Object
  extended byorg.apache.jcs.auxiliary.remote.RemoteUtils

public class RemoteUtils
extends java.lang.Object

Description of the Class

Author:
asmuts

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
private RemoteUtils()
          Constructor for the RemoteUtils object
 
Method Summary
static int createRegistry(int port)
          Creates and exports a registry on the specified port of the local host.
static java.util.Properties loadProps(java.lang.String propFile)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

RemoteUtils

private RemoteUtils()
Constructor for the RemoteUtils object

Method Detail

createRegistry

public static int createRegistry(int port)
                          throws java.rmi.RemoteException
Creates and exports a registry on the specified port of the local host.

Throws:
java.rmi.RemoteException

loadProps

public static java.util.Properties loadProps(java.lang.String propFile)
                                      throws java.io.IOException
Description of the Method

Throws:
java.io.IOException