public class AppSystemDeviceControl extends ClusteredDevice
Constructor and Description |
---|
AppSystemDeviceControl(java.lang.String deviceName)
Creates the default shared properties of a network cluster for a device.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<java.util.ArrayList<ContentTransferedMessage>> |
getContentTransferToTableControl()
Get the value of the network cluster property representing messages
relating content arriving on a table.
|
DistributedProperty<java.lang.Float> |
getConversionBetweenPixelAndMetresControl()
Get the value of the network cluster property representing the value to
be used when converting between pixels and metres.
|
DistributedProperty<PerformActionMessage> |
getFreezeControlVariable()
Get the value of the network cluster property representing the table's
freeze state.
|
DistributedProperty<FlickMessage> |
getNetworkFlick()
Get the value of the network cluster property representing messages
announcing the arrival of an item transferred through a network flick.
|
DistributedProperty<PerformActionMessage> |
getNetworkFlickState()
Get the value of the network cluster property representing messages
announcing whether network flicks are enabled for this device.
|
DistributedProperty<PerformActionMessage> |
getReloadRemovableDriveContentsControl()
Get the value of the network cluster property representing messages
instigating the recreation of items from a removable drive.
|
DistributedProperty<PerformActionMessage> |
getReloadServerContentsControl()
Get the value of the network cluster property representing messages
instigating the recreation of items from a device's directory in the
networked shared cache.
|
DistributedProperty<PerformActionMessage> |
getRemoveAdditionalMediaControl()
Get the value of the network cluster property representing messages
instigating the removal of any items in an environment not directly
created by the application.
|
DistributedProperty<java.lang.String[]> |
getSendContentsToProjectors()
Get the value of the network cluster property representing messages
initiating tables sending contents to projectors.
|
DistributedProperty<java.lang.String[]> |
getSendScreenshotsToProjectors()
Get the value of the network cluster property representing messages
initiating tables sending screenshots to projectors.
|
DistributedProperty<java.lang.String> |
getStudentLoginControl()
Get the value of the network cluster property representing messages
relating to students being logged in.
|
DistributedProperty<java.lang.String> |
getStudentLogoutControl()
Get the value of the network cluster property representing messages
relating to students being logged out.
|
DistributedProperty<java.lang.String> |
getStudentLogoutOfClassControl()
Get the value of the network cluster property representing messages
relating to a class being logged out.
|
DistributedProperty<PerformActionMessage> |
getStudentsOnTopControl()
Get the value of the network cluster property representing messages
instigating bringing student icons to the top of an environment.
|
DistributedProperty<SynergyNetPosition> |
getTablePositions()
Get the value of the network cluster property representing messages
announcing the location of another device's interface position.
|
DistributedProperty<PerformActionMessage> |
getTakeScreenshotControl()
Get the value of the network cluster property representing messages
instigating the creation of a screenshot item.
|
getDistributedPropertyMap, getNameOfOwnerDevice
public AppSystemDeviceControl(java.lang.String deviceName)
deviceName
- ID of the device being initiated on the network
cluster.public DistributedProperty<java.util.ArrayList<ContentTransferedMessage>> getContentTransferToTableControl()
public DistributedProperty<java.lang.Float> getConversionBetweenPixelAndMetresControl()
public DistributedProperty<PerformActionMessage> getFreezeControlVariable()
public DistributedProperty<FlickMessage> getNetworkFlick()
public DistributedProperty<PerformActionMessage> getNetworkFlickState()
public DistributedProperty<PerformActionMessage> getReloadRemovableDriveContentsControl()
public DistributedProperty<PerformActionMessage> getReloadServerContentsControl()
public DistributedProperty<PerformActionMessage> getRemoveAdditionalMediaControl()
public DistributedProperty<java.lang.String[]> getSendContentsToProjectors()
public DistributedProperty<java.lang.String[]> getSendScreenshotsToProjectors()
public DistributedProperty<java.lang.String> getStudentLoginControl()
public DistributedProperty<java.lang.String> getStudentLogoutControl()
public DistributedProperty<java.lang.String> getStudentLogoutOfClassControl()
public DistributedProperty<PerformActionMessage> getStudentsOnTopControl()
public DistributedProperty<SynergyNetPosition> getTablePositions()
public DistributedProperty<PerformActionMessage> getTakeScreenshotControl()