javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface WebServerRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
| LogRuntimeMBean | getLogRuntime() | Provides the log runtime associated with http access log | 
| java.lang.String | getWebServerName() | Provides the name of the WebServer. | 
| boolean | isDefaultWebServer() | Indicates whether it is the default WebServer or a
 VirtualHost | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentjava.lang.String getWebServerName()
Provides the name of the WebServer.
boolean isDefaultWebServer()
Indicates whether it is the default WebServer or a VirtualHost
LogRuntimeMBean getLogRuntime()
Provides the log runtime associated with http access log