Package 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 Description short
id()
Returns the application id.java.lang.String
name()
Returns the applications supplied identifier.
-