Definition at line 14 of file OSGIOpenMISRubricLoad.java.
Public Member Functions | |
String[] | getServiceClassList () throws ServiceException |
call to get all service classes to load. | |
void | postLoadingInit () throws ServiceException |
call after the loading of the services | |
void | preLoadingInit () throws ServiceException |
call before the loading of the services |
String [] org.openmobileis.bundle.osgi.terminal.OSGIOpenMISRubricLoad.getServiceClassList | ( | ) | throws ServiceException [virtual] |
call to get all service classes to load.
Implements org.openmobileis.modules.profiles.terminal.RubricLoader.
Definition at line 25 of file OSGIOpenMISRubricLoad.java.
void org.openmobileis.bundle.osgi.terminal.OSGIOpenMISRubricLoad.postLoadingInit | ( | ) | throws ServiceException [virtual] |
call after the loading of the services
Implements org.openmobileis.modules.profiles.terminal.RubricLoader.
Definition at line 38 of file OSGIOpenMISRubricLoad.java.
void org.openmobileis.bundle.osgi.terminal.OSGIOpenMISRubricLoad.preLoadingInit | ( | ) | throws ServiceException [virtual] |
call before the loading of the services
Implements org.openmobileis.modules.profiles.terminal.RubricLoader.
Definition at line 44 of file OSGIOpenMISRubricLoad.java.