FileDocCategorySizeDatePackage
MainServiceGroup.javaAPI DocGlassfish v2 API2993Fri May 04 22:35:48 BST 2007com.sun.enterprise.server.ondemand

MainServiceGroup

public class MainServiceGroup extends ServiceGroup
Main servicegroup implemmentation. This is a father who does nothing. Its children are the actual servicegroups. This class can be enhanced to contain all core services that will always be started by appserver.
author
Binod PG
see
ServiceGroup
see
ServiceGroupBuilder

Fields Summary
Constructors Summary
Methods Summary
public voidabort(EntryContext context)

        super.abortChildren(context);
    
public booleananalyseEntryContext(EntryContext context)

        return true;
    
public voidstart(EntryContext context)

        super.startChildren(context);
    
public voidstop(EntryContext context)

        super.stopChildren(context);