FileDocCategorySizeDatePackage
OldSystemPropertiesMBean.javaAPI DocGlassfish v2 API3429Fri May 04 22:23:50 BST 2007com.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 voidaddNotificationListener(javax.management.NotificationListener param1, javax.management.NotificationFilter param2, java.lang.Object param3)

public voidcreateSystemProperties(java.util.Properties param1, java.lang.String param2)

public voiddeleteSystemProperty(java.lang.String param1, java.lang.String param2)

public booleandestroyConfigElement()

public javax.management.MBeanNotificationInfo[]getNotificationInfo()

public java.util.PropertieslistSystemProperties(java.lang.String param1, boolean param2)

public java.lang.String[]listSystemPropertiesAsString(java.lang.String param1, boolean param2)

public voidremoveNotificationListener(javax.management.NotificationListener param1)

public voidremoveNotificationListener(javax.management.NotificationListener param1, javax.management.NotificationFilter param2, java.lang.Object param3)

public voidsendNotification(javax.management.Notification param1)