Describes a servlet.
Security roles | The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
|
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.management.runtime.ServletRuntimeMBean
|
Factory Methods | No factory methods. Instances of this MBean are created automatically. |
This section describes the following attributes:
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
Provides the context path for this servlet.
Privileges | Read only |
Type | java.lang.String |
Provides the average amount of time all invocations of the servlet have executed since created.
Privileges | Read only |
Type | int |
Provides the amount of time the single longest invocation of the servlet has executed since created.
Privileges | Read only |
Type | int |
Provides the amount of time the single shortest invocation of the servlet has executed since created. Note that for the CounterMonitor, the difference option must be used.
Privileges | Read only |
Type | int |
Provides the total amount of time all invocations of the servlet have executed since created.
Privileges | Read only |
Type | long |
Provides a total count of the times this servlet has been invoked.
Privileges | Read only |
Type | int |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Provides the maximum capacity of this servlet for single thread model servlets.
Privileges | Read only |
Type | int |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
Provides a total count of the number of times this servlet has been reloaded.
Privileges | Read only |
Type | int |
Provides the servlet class name
Privileges | Read only |
Type | java.lang.String |
Provides the name of this instance of a servlet.
Privileges | Read only |
Type | java.lang.String |
Provides the servlet path.
Privileges | Read only |
Type | java.lang.String |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
Provides the value of the URL for this servlet.
Privileges | Read only |
Type | java.lang.String |
Provides a description of the URL patterns for this servlet.
Privileges | Read only |
Type | class java.lang.String[] |
This section describes the following operations:
|
Operation Name | "preDeregister" |
Parameters | null |
Signature | null |
Returns |
void
|
Exceptions |
|