Skip navigation links
oracle.jdeveloper.runner
Class EmbeddedServerOptions
java.lang.Object
oracle.javatools.data.HashStructureAdapter
oracle.jdeveloper.runner.EmbeddedServerOptions
-
public class EmbeddedServerOptions
- extends HashStructureAdapter
Design-time embedded server settings.
Methods inherited from class oracle.javatools.data.HashStructureAdapter |
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATA_KEY
public static final java.lang.String DATA_KEY
-
- See Also:
- Constant Field Values
REFER_TO_HOST_AS_IP_ADDRESS
public static final int REFER_TO_HOST_AS_IP_ADDRESS
-
- See Also:
- Constant Field Values
REFER_TO_HOST_AS_SHORT_HOST_NAME
public static final int REFER_TO_HOST_AS_SHORT_HOST_NAME
-
- See Also:
- Constant Field Values
REFER_TO_HOST_AS_FULL_HOST_NAME
public static final int REFER_TO_HOST_AS_FULL_HOST_NAME
-
- See Also:
- Constant Field Values
REFER_TO_HOST_AS_SPECIFIED
public static final int REFER_TO_HOST_AS_SPECIFIED
-
- See Also:
- Constant Field Values
DEFAULT_REFER_TO_HOST_AS
public static final int DEFAULT_REFER_TO_HOST_AS
-
- See Also:
- Constant Field Values
DEFAULT_SPECIFIED_HOST_NAME
public static final java.lang.String DEFAULT_SPECIFIED_HOST_NAME
-
- See Also:
- Constant Field Values
DEFAULT_DELAY_BEFORE_BROWSER_LAUNCH
public static final int DEFAULT_DELAY_BEFORE_BROWSER_LAUNCH
-
- See Also:
- Constant Field Values
DEFAULT_TIMEOUT_BEFORE_BROWSER_LAUNCH
public static final int DEFAULT_TIMEOUT_BEFORE_BROWSER_LAUNCH
-
- See Also:
- Constant Field Values
DEFAULT_TIMEOUT_FOR_HTTP_KEEP_ALIVE
public static final int DEFAULT_TIMEOUT_FOR_HTTP_KEEP_ALIVE
-
- See Also:
- Constant Field Values
DEFAULT_LOAD_ALL_JARS_AT_STARTUP
public static final boolean DEFAULT_LOAD_ALL_JARS_AT_STARTUP
-
- See Also:
- Constant Field Values
DEFAULT_LOOKUP_ALL_EJBS_AT_STARTUP
public static final boolean DEFAULT_LOOKUP_ALL_EJBS_AT_STARTUP
-
- See Also:
- Constant Field Values
VERIFY_ALL
public static final java.lang.String VERIFY_ALL
-
- See Also:
- Constant Field Values
VERIFY_NONE
public static final java.lang.String VERIFY_NONE
-
- See Also:
- Constant Field Values
DEFAULT_VERIFY_CLASS_FILES
public static final java.lang.String DEFAULT_VERIFY_CLASS_FILES
-
- See Also:
- Constant Field Values
SHUTDOWN_FORCEFULLY_ALWAYS
public static final int SHUTDOWN_FORCEFULLY_ALWAYS
-
- See Also:
- Constant Field Values
SHUTDOWN_GRACEFULLY_THEN_FORCEFULLY
public static final int SHUTDOWN_GRACEFULLY_THEN_FORCEFULLY
-
- See Also:
- Constant Field Values
SHUTDOWN_GRACEFULLY_ALWAYS
public static final int SHUTDOWN_GRACEFULLY_ALWAYS
-
- See Also:
- Constant Field Values
DEFAULT_SHUTDOWN_POLICY
public static final int DEFAULT_SHUTDOWN_POLICY
-
- See Also:
- Constant Field Values
EmbeddedServerOptions
public EmbeddedServerOptions()
EmbeddedServerOptions
public EmbeddedServerOptions(HashStructure hash)
getInstance
public static EmbeddedServerOptions getInstance(PropertyStorage prefs)
getReferToHostAs
public int getReferToHostAs()
setReferToHostAs
public void setReferToHostAs(int referToHostAs)
getSpecifiedHostName
public java.lang.String getSpecifiedHostName()
setSpecifiedHostName
public void setSpecifiedHostName(java.lang.String specifiedHostName)
getDelayBeforeBrowserLaunch
public java.lang.Integer getDelayBeforeBrowserLaunch()
setDelayBeforeBrowserLaunch
public void setDelayBeforeBrowserLaunch(java.lang.Integer delayBeforeBrowserLaunch)
- Delay is in milliseconds.
getTimeoutBeforeBrowserLaunch
public java.lang.Integer getTimeoutBeforeBrowserLaunch()
setTimeoutBeforeBrowserLaunch
public void setTimeoutBeforeBrowserLaunch(java.lang.Integer timeoutBeforeBrowserLaunch)
- Timeout is in milliseconds.
getTimeoutForHttpKeepAlive
public java.lang.Integer getTimeoutForHttpKeepAlive()
- Timeout is in milliseconds.
setTimeoutForHttpKeepAlive
public void setTimeoutForHttpKeepAlive(java.lang.Integer timeoutForHttpKeepAlive)
- Timeout is in milliseconds.
getLoadAllJarsAtStartup
public boolean getLoadAllJarsAtStartup()
setLoadAllJarsAtStartup
public void setLoadAllJarsAtStartup(boolean loadAllJarsAtStartup)
getLookupAllEJBsAtStartup
public boolean getLookupAllEJBsAtStartup()
setLookupAllEJBsAtStartup
public void setLookupAllEJBsAtStartup(boolean lookupAllEJBsAtStartup)
getVerifyClassFiles
public java.lang.String getVerifyClassFiles()
setVerifyClassFiles
public void setVerifyClassFiles(java.lang.String verify)
getShutdownPolicy
public int getShutdownPolicy()
setShutdownPolicy
public void setShutdownPolicy(int shutdownPolicy)
getHostIpAddress
public static java.lang.String getHostIpAddress()
throws java.net.UnknownHostException
-
- Throws:
java.net.UnknownHostException
getHostShortName
public static java.lang.String getHostShortName()
throws java.net.UnknownHostException
-
- Throws:
java.net.UnknownHostException
getHostFullName
public static java.lang.String getHostFullName()
throws java.net.UnknownHostException
-
- Throws:
java.net.UnknownHostException
getHttpHost
public java.lang.String getHttpHost()
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.