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

ServiceGroupBuilder

public class ServiceGroupBuilder extends Object
Build a servicegroup. This class defines the composition of the servicegroups in the appserver.
author
Binod PG
see
MainServiceGroup

Fields Summary
Constructors Summary
Methods Summary
public ServiceGroupbuildServiceGroup(OnDemandServer server)
Build the servicegroup.

        ServiceGroup main = new MainServiceGroup();
        main.addServiceGroup(new EjbServiceGroup());   
        //main.addServiceGroup(new WebServiceGroup());   
        main.addServiceGroup(new ResourcesServiceGroup());   
        return main;