File
Doc
Category
Size
Date
Package
OldManagerPropertiesMBean.java
API Doc
Glassfish v2 API
3474
Fri May 04 22:23:48 BST 2007
com.sun.enterprise.management.support.oldconfig
OldManagerPropertiesMBean
public interface OldManagerPropertiesMBean implements OldProperties
Generated: Sat May 08 06:05:33 PDT 2004 Generated from: com.sun.appserv:type=manager-properties,config=default-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
getMaxSessions
()
public
javax.management.MBeanNotificationInfo
[]
getNotificationInfo
()
public
java.lang.String
getReapIntervalInSeconds
()
public
java.lang.String
getSessionFileName
()
public
java.lang.String
getSessionIdGeneratorClassname
()
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
setMaxSessions
(
java.lang.String
value)
public void
setReapIntervalInSeconds
(
java.lang.String
value)
public void
setSessionFileName
(
java.lang.String
value)
public void
setSessionIdGeneratorClassname
(
java.lang.String
value)
Java Code Source