FileDocCategorySizeDatePackage
ShutdownEvent.javaAPI DocGlassfish v2 API2692Fri May 04 22:33:36 BST 2007com.sun.enterprise.admin.event

ShutdownEvent

public class ShutdownEvent extends com.sun.enterprise.admin.event.AdminEvent implements CommandEvent
Server Shutdown Event. This event is raised when a user requests shutdown of a server instance.

Fields Summary
static final String
eventType
Event type
Constructors Summary
public ShutdownEvent(String instance)
Create a new ShutdownEvent.


             
       
        super(eventType, instance);
    
Methods Summary