FileDocCategorySizeDatePackage
EventAbstractFactory.javaAPI DocGlassfish v2 API3048Tue Jul 24 22:50:46 BST 2007com.sun.enterprise.admin.selfmanagement.event

EventAbstractFactory

public abstract class EventAbstractFactory extends Object
author
Sun Micro Systems, Inc

Fields Summary
private MBeanServer
mbeanServer
protected static final com.sun.enterprise.util.i18n.StringManager
sm
protected static final Logger
_logger
Constructors Summary
public EventAbstractFactory()

    
       
        mbeanServer =
                MBeanServerFactory.getMBeanServer();
    
Methods Summary
public javax.management.MBeanServergetMBeanServer()

        return mbeanServer;
    
public abstract EventinstrumentEvent(com.sun.enterprise.config.serverbeans.ElementProperty[] properties, java.lang.String description)