Package | Description |
---|---|
org.osgi.service.application |
Modifier and Type | Method | Description |
---|---|---|
ApplicationHandle |
ApplicationDescriptor.launch(java.util.Map arguments) |
Launches a new instance of an application.
|
protected abstract ApplicationHandle |
ApplicationDescriptor.launchSpecific(java.util.Map arguments) |
Called by launch() to create and start a new instance in an application
model specific way.
|