Definition at line 13 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 24 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 35 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 41 of file OSGIOpenMISRubricLoad.java.