FileDocCategorySizeDatePackage
InternalServicesList.javaAPI DocGlassfish v2 API2737Fri May 04 22:35:50 BST 2007com.sun.enterprise.server.pluggable

InternalServicesList

public interface InternalServicesList
InternalServicesList provides access to internal services managed by ApplicationServer (com.sun.enterprise.server.ApplicationServer). Internal services are lifecycle implementation classes used to manage initialization and termination of core server components.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.String[][]getServicesByName()
Get services by name. The method returns a two-dimensional array of strings, with elements being service name and correponding lifecycle implementation class name. The lifecycle implementation class must have a no argument constructor.

return
two-dimensional array of service name and corresponding lifecycle class.