|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AppDeploymentMBean
public interface WebAppComponentMBean
Provides methods for configuring a J2EE web application that is deployed on a WebLogic Server instance. WebLogic Server instantiates this interface only when you deploy a web application.
This interface can configure web applications that are deployed as a WAR file or an exploded directory.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX."
Field Summary | |
---|---|
static String[] |
INDEX_FILES
Deprecated. |
Fields inherited from interface weblogic.management.configuration.DeploymentMBean |
---|
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Fields inherited from interface weblogic.management.configuration.DeploymentMBean |
---|
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
String |
getAuthFilter()
Deprecated. 8.0.0.0 Use weblogic.xml. |
String |
getAuthRealmName()
Deprecated. 8.1.0.0 Use weblogic.xml. |
int |
getServletReloadCheckSecs()
Deprecated. 8.1.0.0 Use weblogic.xml or update using console. |
int |
getSingleThreadedServletPoolSize()
Deprecated. 8.1.0.0 Use weblogic.xml or update using console. |
boolean |
isIndexDirectoryEnabled()
Deprecated. 8.1.0.0 Use weblogic.xml or update using console. |
boolean |
isPreferWebInfClasses()
Deprecated. 8.0.0.0 Use weblogic.xml. |
boolean |
isServletExtensionCaseSensitive()
Deprecated. |
boolean |
isSessionMonitoringEnabled()
Deprecated. 8.0.0.0 Use weblogic.xml or update using console. |
void |
setAuthFilter(String name)
Deprecated. 8.0.0.0 Use weblogic.xml. |
void |
setAuthRealmName(String name)
Deprecated. 8.1.0.0 Use weblogic.xml. |
void |
setIndexDirectoryEnabled(boolean enable)
Deprecated. 8.1.0.0 Use weblogic.xml or update using console. |
void |
setPreferWebInfClasses(boolean b)
Deprecated. 8.0.0.0 Use weblogic.xml. |
void |
setServletExtensionCaseSensitive(boolean enable)
Deprecated. |
void |
setServletReloadCheckSecs(int secs)
Deprecated. 8.1.0.0 Use weblogic.xml or update using console. |
void |
setSessionMonitoringEnabled(boolean e)
Deprecated. 8.0.0.0 Use weblogic.xml or update using console. |
void |
setSingleThreadedServletPoolSize(int siz)
Deprecated. 8.1.0.0 Use weblogic.xml or update using console. |
Methods inherited from interface weblogic.management.configuration.ComponentMBean |
---|
activated, getActivatedTargets, getApplication, getURI, refreshDDsIfNeeded, setApplication, setURI |
Methods inherited from interface weblogic.management.configuration.DeploymentMBean |
---|
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Methods inherited from interface weblogic.management.configuration.WebDeploymentMBean |
---|
addVirtualHost, addWebServer, getVirtualHosts, getWebServers, removeVirtualHost, removeWebServer, setDeployedVirtualHosts, setVirtualHosts, setWebServers |
Methods inherited from interface weblogic.management.configuration.DeploymentMBean |
---|
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Field Detail |
---|
static final String[] INDEX_FILES
Method Detail |
---|
boolean isIndexDirectoryEnabled()
Specifies whether the target should automatically generate an HTML directory listing if no suitable index file is found.
Indicates whether or not to automatically generate an HTML directory listing if no suitable index file is found.
void setIndexDirectoryEnabled(boolean enable)
Sets the value of the indexDirectoryEnabled attribute.
enable
- The new indexDirectoryEnabled valueWebAppComponentMBean.isIndexDirectoryEnabled()
boolean isServletExtensionCaseSensitive()
Indicates whether servlet extensions should be treated as though they are lower case even if they are written in upper case.
If True, the server treats all .extensions except .html as lower case. This is only necessary on WindowsNT. This property is being deprecated. The extension comparision will be case insensitive by default on Win32.
void setServletExtensionCaseSensitive(boolean enable)
Sets the value of the servletExtensionCaseSensitive attribute.
enable
- The new servletExtensionCaseSensitive valueWebAppComponentMBean.isServletExtensionCaseSensitive()
int getServletReloadCheckSecs()
The amount of time (in seconds) that WebLogic Server waits to check if a servlet was modified and needs to be reloaded.
How often WebLogic checks whether a servlet has been modified, and if so reloads it. When the value is set to -1, the servlet is never reloaded, and when the vlue is set to 0, the servlet is reloaded after each check.
void setServletReloadCheckSecs(int secs) throws InvalidAttributeValueException
Sets the value of the servletReloadCheckSecs attribute.
secs
- The new servletReloadCheckSecs value
InvalidAttributeValueException
WebAppComponentMBean.getServletReloadCheckSecs()
int getSingleThreadedServletPoolSize()
This provides size of the pool used for single threaded mode servlets. It
defines the size of the pool used for SingleThreadedModel instance pools.
void setSingleThreadedServletPoolSize(int siz) throws InvalidAttributeValueException
Sets the value of the singleThreadedServletPoolSize attribute.
siz
- The new singleThreadedServletPoolSize value
InvalidAttributeValueException
WebAppComponentMBean.getSingleThreadedServletPoolSize()
String getAuthRealmName()
Provides the name of the Realm in the Basic Authentication HTTP dialog box, which pops up on the browsers. authRealmName is now set in weblogic.xml.
void setAuthRealmName(String name) throws InvalidAttributeValueException
Sets the value of the authRealmName attribute.
name
- The new authRealmName value
InvalidAttributeValueException
WebAppComponentMBean.getAuthRealmName()
String getAuthFilter()
Provides the name of the AuthFilter Servlet class, which will be called before and after all authentication and authorization checks in the Web Application.
void setAuthFilter(String name)
Sets the value of the authFilter attribute.
name
- The new authFilter valueWebAppComponentMBean.getAuthFilter()
boolean isSessionMonitoringEnabled()
Specifies whether runtime MBeans will be created for session monitoring.
If true, then runtime MBeans will be created for sessions; otherwise, they will not.
void setSessionMonitoringEnabled(boolean e) throws InvalidAttributeValueException
Sets the value of the sessionMonitoringEnabled attribute.
e
- The new sessionMonitoringEnabled value
InvalidAttributeValueException
WebAppComponentMBean.isSessionMonitoringEnabled()
boolean isPreferWebInfClasses()
Specifies whether classes loaded in the WEB-INF directory will be loaded in preference to classes loaded in the application or system calssloader.
Deprecated the setting from console beginning with version 8.1. You must now set this in weblogic.xml.
void setPreferWebInfClasses(boolean b)
Sets the value of the preferWebInfClasses attribute.
b
- The new preferWebInfClasses valueWebAppComponentMBean.isPreferWebInfClasses()
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |