| |
|
| org.apache.harmony.rmi.common.RMIProperties
All known Subclasses: org.apache.harmony.rmi.common.JavaCompiler, org.apache.harmony.rmi.transport.DefaultRMISocketFactory, org.apache.harmony.rmi.common.RMILog,
RMIProperties | public interface RMIProperties (Code) | | Interface containing names of all supported RMI properties.
author: Mikhail A. Markov, Vasily Zakharov version: $Revision: 1.1.2.7 $ |
ACTIVATIONLOGLEVEL_PROP | String ACTIVATIONLOGLEVEL_PROP(Code) | | |
ACTIVATION_DEBUGEXEC_PROP | String ACTIVATION_DEBUGEXEC_PROP(Code) | | |
ACTIVATION_EXECTIMEOUT_PROP | String ACTIVATION_EXECTIMEOUT_PROP(Code) | | |
ACTIVATION_LOG_DEBUG_PROP | String ACTIVATION_LOG_DEBUG_PROP(Code) | | |
ACTIVATION_SNAPSHOTINTERVAL_PROP | String ACTIVATION_SNAPSHOTINTERVAL_PROP(Code) | | |
DISABLE_DIRECT_SOCKET_PROP | String DISABLE_DIRECT_SOCKET_PROP(Code) | | Name of the property allowing to disable direct socket connections.
|
DISABLE_PLAIN_HTTP_PROP | String DISABLE_PLAIN_HTTP_PROP(Code) | | Name of the property allowing to disable plain HTTP connections
(and force CGI instead).
|
ENABLE_DIRECT_HTTP_PROP | String ENABLE_DIRECT_HTTP_PROP(Code) | | Name of the property allowing to enable direct HTTP connections.
|
JAVA_COMPILER_CLASS_PROPERTY | String JAVA_COMPILER_CLASS_PROPERTY(Code) | | Property specifying the compiler class to use.
|
JAVA_COMPILER_EXECUTABLE_PROPERTY | String JAVA_COMPILER_EXECUTABLE_PROPERTY(Code) | | Property specifying the compiler executable to use.
|
JAVA_COMPILER_METHOD_PROPERTY | String JAVA_COMPILER_METHOD_PROPERTY(Code) | | Property specifying the compiler class method to use.
|
LOCALHOSTNAMETIMEOUT_PROP | String LOCALHOSTNAMETIMEOUT_PROP(Code) | | |
PROXY_HOST_PROP | String PROXY_HOST_PROP(Code) | | Name of the system property containing HTTP proxy host name.
|
PROXY_PORT_PROP | String PROXY_PORT_PROP(Code) | | Name of the system property containing HTTP proxy port number.
|
SUPPRESSSTACKTRACES_PROP | String SUPPRESSSTACKTRACES_PROP(Code) | | |
TRANSPORTPROXYLOGLEVEL_PROP | String TRANSPORTPROXYLOGLEVEL_PROP(Code) | | |
TRANSPORTTCPLOGLEVEL_PROP | String TRANSPORTTCPLOGLEVEL_PROP(Code) | | |
|
|
|