@Service public class SimpleApplicationIdStore extends Object implements org.onosproject.core.ApplicationIdStore
| Constructor and Description |
|---|
SimpleApplicationIdStore() |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.core.ApplicationId |
getAppId(Short id) |
org.onosproject.core.ApplicationId |
getAppId(String name) |
Set<org.onosproject.core.ApplicationId> |
getAppIds() |
org.onosproject.core.ApplicationId |
registerApplication(String name) |
public Set<org.onosproject.core.ApplicationId> getAppIds()
getAppIds in interface org.onosproject.core.ApplicationIdStorepublic org.onosproject.core.ApplicationId getAppId(Short id)
getAppId in interface org.onosproject.core.ApplicationIdStorepublic org.onosproject.core.ApplicationId getAppId(String name)
getAppId in interface org.onosproject.core.ApplicationIdStorepublic org.onosproject.core.ApplicationId registerApplication(String name)
registerApplication in interface org.onosproject.core.ApplicationIdStoreCopyright © 2015. All rights reserved.