File
Doc
Category
Size
Date
Package
OldHTTPProtocolMBean.java
API Doc
Glassfish v2 API
3501
Fri May 04 22:23:48 BST 2007
com.sun.enterprise.management.support.oldconfig
OldHTTPProtocolMBean
public interface OldHTTPProtocolMBean
Generated: Wed May 05 15:31:06 PDT 2004 Generated from: com.sun.appserv:type=http-protocol,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
boolean
destroyConfigElement
()
public
java.lang.String
getDefaultAttributeValue
(
java.lang.String
attributeName)
public
java.lang.String
getDefaultResponseType
()
public
boolean
getDnsLookupEnabled
()
public
java.lang.String
getForcedResponseType
()
public
javax.management.MBeanNotificationInfo
[]
getNotificationInfo
()
public
boolean
getSslEnabled
()
public
java.lang.String
getVersion
()
public void
removeNotificationListener
(
javax.management.NotificationListener
param1)
public void
removeNotificationListener
(
javax.management.NotificationListener
param1,
javax.management.NotificationFilter
param2,
java.lang.Object
param3)
public void
sendNotification
(
javax.management.Notification
param1)
public void
setDefaultResponseType
(
java.lang.String
value)
public void
setDnsLookupEnabled
(
boolean
value)
public void
setForcedResponseType
(
java.lang.String
value)
public void
setSslEnabled
(
boolean
value)
public void
setVersion
(
java.lang.String
value)
Java Code Source