Uses of Class
org.osgi.service.application.ApplicationException
-
Packages that use ApplicationException Package Description org.osgi.service.application -
-
Uses of ApplicationException in org.osgi.service.application
Methods in org.osgi.service.application that throw ApplicationException Modifier and Type Method Description java.lang.ObjectApplicationHandle. getExitValue(long timeout)Returns the exit value for the application instance.ApplicationHandleApplicationDescriptor. launch(java.util.Map arguments)Launches a new instance of an application.ScheduledApplicationApplicationDescriptor. schedule(java.lang.String scheduleId, java.util.Map arguments, java.lang.String topic, java.lang.String eventFilter, boolean recurring)Schedules the application at a specified event.
-