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.
|