|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.networkedcontentmanager.controllers.RemoteDesktopController
public class RemoteDesktopController
The Class RemoteDesktopController.
Constructor Summary | |
---|---|
RemoteDesktopController(NetworkedContentManager networkedContentManager,
java.util.ArrayList<java.lang.Class<?>> controllerClasses,
java.util.ArrayList<java.lang.Class<?>> targetClasses)
Instantiates a new remote desktop controller. |
Method Summary | |
---|---|
void |
enableRemoteDesktop(TableIdentity callingTableId,
boolean isRemoteDesktopEnabled)
Enable remote desktop. |
void |
loadRemoteDesktopContent(TableIdentity tableId,
java.util.List<ContentItem> collection)
Load remote desktop content. |
void |
requestRemoteDesktop(TableIdentity remoteTableId,
boolean isRemoteDesktopEnabled)
Request remote desktop. |
void |
requestRemoteDesktops(boolean isRemoteDesktopEnabled)
Request remote desktops. |
void |
sendRemoteDesktopSyncMessage(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> sychronisedData)
Send remote desktop sync message. |
void |
synchroniseRemoteDesktopData(TableIdentity tableId,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> synchronisedItems)
Synchronise remote desktop data. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteDesktopController(NetworkedContentManager networkedContentManager, java.util.ArrayList<java.lang.Class<?>> controllerClasses, java.util.ArrayList<java.lang.Class<?>> targetClasses)
networkedContentManager
- the networked content managercontrollerClasses
- the controller classestargetClasses
- the target classesMethod Detail |
---|
public void enableRemoteDesktop(TableIdentity callingTableId, boolean isRemoteDesktopEnabled)
callingTableId
- the calling table idisRemoteDesktopEnabled
- the is remote desktop enabledpublic void loadRemoteDesktopContent(TableIdentity tableId, java.util.List<ContentItem> collection)
tableId
- the table idcollection
- the collectionpublic void requestRemoteDesktop(TableIdentity remoteTableId, boolean isRemoteDesktopEnabled)
remoteTableId
- the remote table idisRemoteDesktopEnabled
- the is remote desktop enabledpublic void requestRemoteDesktops(boolean isRemoteDesktopEnabled)
isRemoteDesktopEnabled
- the is remote desktop enabledpublic void sendRemoteDesktopSyncMessage(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> sychronisedData)
sychronisedData
- the sychronised datapublic void synchroniseRemoteDesktopData(TableIdentity tableId, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> synchronisedItems)
tableId
- the table idsynchronisedItems
- the synchronised items
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |