JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onosproject.core
Interface ApplicationId
All Known Implementing Classes:
DefaultApplicationId
public interface
ApplicationId
Application identifier.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
short
id
()
Returns the application id.
java.lang.String
name
()
Returns the applications supplied identifier.
Method Detail
id
short id()
Returns the application id. This must be non-negative.
Returns:
a short value
name
java.lang.String name()
Returns the applications supplied identifier.
Returns:
a string identifier
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method