org.demac.management
Interface AuthorisedDevices

All Known Implementing Classes:
AuthorisedDevicesImpl

public interface AuthorisedDevices

This Class is a container for storing and getting Vector[s] of Devices which have specific permissions.


Method Summary
 java.util.Vector getAbortList()
          Method to get a Vector of Devices, which have the permission to abort the corresponding process.
 java.util.Vector getStatusList()
          Method to get a Vector of Devices, which have the permission to get the status of the corresponding process.
 

Method Detail

getAbortList

java.util.Vector getAbortList()
Method to get a Vector of Devices, which have the permission to abort the corresponding process.

Returns:
Vector the Vector consisting of the corresponding org.demac.transport.Device> UUID[s].

getStatusList

java.util.Vector getStatusList()
Method to get a Vector of Devices, which have the permission to get the status of the corresponding process.

Returns:
Vector the Vector consisting of the corresponding org.demac.transport.Device UUID[s].