File
Doc
Category
Size
Date
Package
OldHTTPServiceMBean.java
API Doc
Glassfish v2 API
4549
Fri May 04 22:23:48 BST 2007
com.sun.enterprise.management.support.oldconfig
OldHTTPServiceMBean
public interface OldHTTPServiceMBean implements OldProperties
Generated: Wed May 05 13:13:12 PDT 2004 Generated from: com.sun.appserv:type=http-service,config=default-config,category=config com.sun.appserv:type=http-service,config=server-config,category=config
Fields Summary
Constructors Summary
Methods Summary
public void
addNotificationListener
(
javax.management.NotificationListener
param1,
javax.management.NotificationFilter
param2,
java.lang.Object
param3)
public
javax.management.ObjectName
createAccessLog
(
javax.management.AttributeList
attribute_list)
public
javax.management.ObjectName
createConnectionPool
(
javax.management.AttributeList
attribute_list)
public
javax.management.ObjectName
createHttpFileCache
(
javax.management.AttributeList
attribute_list)
public
javax.management.ObjectName
createHttpListener
(
javax.management.AttributeList
attribute_list)
public
javax.management.ObjectName
createHttpProtocol
(
javax.management.AttributeList
attribute_list)
public
javax.management.ObjectName
createKeepAlive
(
javax.management.AttributeList
attribute_list)
public
javax.management.ObjectName
createRequestProcessing
(
javax.management.AttributeList
attribute_list)
public
javax.management.ObjectName
createVirtualServer
(
javax.management.AttributeList
attribute_list)
public
boolean
destroyConfigElement
()
public
javax.management.ObjectName
getAccessLog
()
public
javax.management.ObjectName
getConnectionPool
()
public
javax.management.ObjectName
getHttpFileCache
()
public
javax.management.ObjectName
[]
getHttpListener
()
public
javax.management.ObjectName
getHttpListenerById
(
java.lang.String
key)
public
javax.management.ObjectName
getHttpProtocol
()
public
javax.management.ObjectName
getKeepAlive
()
public
javax.management.MBeanNotificationInfo
[]
getNotificationInfo
()
public
javax.management.ObjectName
getRequestProcessing
()
public
javax.management.ObjectName
[]
getVirtualServer
()
public
javax.management.ObjectName
getVirtualServerById
(
java.lang.String
key)
public void
removeAccessLog
()
public void
removeConnectionPool
()
public void
removeHttpFileCache
()
public void
removeHttpListenerById
(
java.lang.String
key)
public void
removeHttpProtocol
()
public void
removeKeepAlive
()
public void
removeNotificationListener
(
javax.management.NotificationListener
param1)
public void
removeNotificationListener
(
javax.management.NotificationListener
param1,
javax.management.NotificationFilter
param2,
java.lang.Object
param3)
public void
removeRequestProcessing
()
public void
removeVirtualServerById
(
java.lang.String
key)
public void
sendNotification
(
javax.management.Notification
param1)
Java Code Source