com.sun.grid.jgdi.rmi
public class JGDIRmiProxy extends java.lang.Object implements java.rmi.server.Unreferenced
The rmi proxy can be started from the commandline. Use the -help
to get more information.
The JGDI Rmi proxy needs shared libs of the Sun™ Grid Engine in the
LD_LIBRARY_PATH
.
Example:
% setenv LD_LIBRARY_PATH $SGE_ROOT/lib/sol-sparc64 % java -d64 -cp $SGE_ROOT/lib/jgdi.jar com.sun.grid.jgdi.rmi.JGDIRmiProxy -help ...
The JGDIRMIProxy do not install a SecurityManager
. Please use the
java.security.manager
system property to install SecurityManager
.
The JGDIRMIProxy needs the following permissions:
permission java.lang.RuntimePermission "loadLibrary.jgdi" permission java.lang.RuntimePermission "shutdownHooks"
This class uses the logger com.sun.grid.jgdi.rmi
.
Constructor and Description |
---|
JGDIRmiProxy() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method of the
JGDIRMIProxy . |
void |
unreferenced() |
public static final void main(java.lang.String[] args)
JGDIRMIProxy
. Please use the -help
option
for a detailed usage message.args
- arguments for the JGDIRMIProxy
public void unreferenced()
unreferenced
in interface java.rmi.server.Unreferenced
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.