Class AppID
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.AppID
public final class AppID extends Object
Application identifiers are used by SCAMP to tie various resources to their
owners.
- Author:
- Donal Fellows
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AppID(int appID)
Create an application ID. -
Method Summary
-
Field Details
-
Constructor Details
-
AppID
public AppID(int appID)Create an application ID.- Parameters:
appID
- The proposed ID of the application. Must be between 0 and 255.- Throws:
IllegalArgumentException
- If an illegal ID is given.
-
-
Method Details