File
Doc
Category
Size
Date
Package
OldSystemPropertiesMBean.java
API Doc
Glassfish v2 API
3429
Fri May 04 22:23:50 BST 2007
com.sun.enterprise.management.support.oldconfig
OldSystemPropertiesMBean
public interface OldSystemPropertiesMBean
Implementing class was: com.sun.enterprise.ee.admin.mbeans.PropertyConfigMBean This is an 8.1 ee-only MBean?
Fields Summary
Constructors Summary
Methods Summary
public void
addNotificationListener
(
javax.management.NotificationListener
param1,
javax.management.NotificationFilter
param2,
java.lang.Object
param3)
public void
createSystemProperties
(
java.util.Properties
param1,
java.lang.String
param2)
public void
deleteSystemProperty
(
java.lang.String
param1,
java.lang.String
param2)
public
boolean
destroyConfigElement
()
public
javax.management.MBeanNotificationInfo
[]
getNotificationInfo
()
public
java.util.Properties
listSystemProperties
(
java.lang.String
param1,
boolean
param2)
public
java.lang.String
[]
listSystemPropertiesAsString
(
java.lang.String
param1,
boolean
param2)
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)
Java Code Source