Package org.onosproject.core
Interface ApplicationId
- 
- All Known Implementing Classes:
- DefaultApplicationId
 
 public interface ApplicationIdApplication identifier.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description shortid()Returns the application id.Stringname()Returns the applications supplied identifier.
 
- 
- 
- 
Method Detail- 
idshort id() Returns the application id. This must be non-negative.- Returns:
- a short value
 
 - 
nameString name() Returns the applications supplied identifier.- Returns:
- a string identifier
 
 
- 
 
-