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

public booleandestroyConfigElement()

public java.lang.StringgetDefaultAttributeValue(java.lang.String attributeName)

public java.lang.StringgetMaxSessions()

public javax.management.MBeanNotificationInfo[]getNotificationInfo()

public java.lang.StringgetReapIntervalInSeconds()

public java.lang.StringgetSessionFileName()

public java.lang.StringgetSessionIdGeneratorClassname()

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)

public voidsetMaxSessions(java.lang.String value)

public voidsetReapIntervalInSeconds(java.lang.String value)

public voidsetSessionFileName(java.lang.String value)

public voidsetSessionIdGeneratorClassname(java.lang.String value)