- java.lang.Object
-
- ij.OtherInstance
-
public class OtherInstance extends Object
-
-
Constructor Summary
Constructors Constructor Description OtherInstance()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static intgetInt(Properties props, String key)protected static StringgetPrefsDirectory()static StringgetStubPath()static booleanisRMIEnabled()protected static PropertiesloadPrefs()static voidmakeFilePrivate(String path)static booleansendArguments(String[] args)static voidstartServer()
-
-
-
Method Detail
-
getStubPath
public static String getStubPath()
-
makeFilePrivate
public static void makeFilePrivate(String path)
-
sendArguments
public static boolean sendArguments(String[] args)
-
startServer
public static void startServer()
-
isRMIEnabled
public static boolean isRMIEnabled()
-
getInt
protected static int getInt(Properties props, String key)
-
loadPrefs
protected static Properties loadPrefs()
-
getPrefsDirectory
protected static String getPrefsDirectory()
-
-