Package | Description |
---|---|
org.osgi.service.application |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ApplicationHandle.getExitValue(long timeout) |
Returns the exit value for the application instance.
|
ApplicationHandle |
ApplicationDescriptor.launch(java.util.Map arguments) |
Launches a new instance of an application.
|
ScheduledApplication |
ApplicationDescriptor.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.
|