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


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
 

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


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.