| Package | Description |
|---|---|
| org.onosproject.app |
Set of abstractions for managing network control applications.
|
| org.onosproject.core |
ONOS Core API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationStore.create(InputStream appDescStream)
Creates the application from the specified application descriptor
input stream.
|
Application |
ApplicationStore.getApplication(ApplicationId appId)
Returns the application with the supplied application identifier.
|
Application |
ApplicationService.getApplication(ApplicationId appId)
Returns the application with the supplied application identifier.
|
Application |
ApplicationAdminService.install(InputStream appDescStream)
Installs the application contained in the specified application archive
input stream.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Application> |
ApplicationStore.getApplications()
Returns the set of all installed applications.
|
Set<Application> |
ApplicationService.getApplications()
Returns the set of all installed applications.
|
| Constructor and Description |
|---|
ApplicationEvent(ApplicationEvent.Type type,
Application app)
Creates an event of a given type and for the specified app and the
current time.
|
ApplicationEvent(ApplicationEvent.Type type,
Application app,
long time)
Creates an event of a given type and for the specified app and time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultApplication
Default implementation of network control/management application descriptor.
|
Copyright © 2015. All rights reserved.