Uses of Interface
org.mftech.dawn.server.communication.DawnRemoteConnection

Packages that use DawnRemoteConnection
org.mftech.dawn.runtime.client.communication   
org.mftech.dawn.runtime.client.communication.offline   
org.mftech.dawn.runtime.client.communication.offline.impl   
org.mftech.dawn.runtime.client.synchronization   
org.mftech.dawn.runtime.client.synchronization.impl   
org.mftech.dawn.server.communication.rmi   
org.mftech.dawn.server.communication.soap   
 

Uses of DawnRemoteConnection in org.mftech.dawn.runtime.client.communication
 

Methods in org.mftech.dawn.runtime.client.communication that return DawnRemoteConnection
static DawnRemoteConnection DawnRemoteConnector.getInstance()
          returns an instance of the Connector
 

Uses of DawnRemoteConnection in org.mftech.dawn.runtime.client.communication.offline
 

Subinterfaces of DawnRemoteConnection in org.mftech.dawn.runtime.client.communication.offline
 interface DawnOfflineRemoteConnection
           
 

Uses of DawnRemoteConnection in org.mftech.dawn.runtime.client.communication.offline.impl
 

Classes in org.mftech.dawn.runtime.client.communication.offline.impl that implement DawnRemoteConnection
 class DawnOfflineRemoteConnectionImpl
           
 

Uses of DawnRemoteConnection in org.mftech.dawn.runtime.client.synchronization
 

Methods in org.mftech.dawn.runtime.client.synchronization with parameters of type DawnRemoteConnection
 boolean ResourceSynchronizer.isConflicted(org.eclipse.gmf.runtime.emf.core.resources.GMFResource localResource, DawnRemoteConnection dawnRemoteConnection)
           
 int ResourceSynchronizer.lockObjectsLocally(java.util.List<org.eclipse.gef.EditPart> selectedElements, DawnRemoteConnection dawnRemoteConnection)
           
 boolean ResourceSynchronizer.publish(org.eclipse.gmf.runtime.emf.core.resources.GMFResource localResource, DawnRemoteConnection dawnRemoteController)
           
 int ResourceSynchronizer.unlockObjects(java.util.List<org.eclipse.gef.EditPart> selectedElements, DawnRemoteConnection dawnRemoteConnection)
           
 boolean ResourceSynchronizer.update(org.eclipse.emf.ecore.resource.Resource localResouce, org.eclipse.emf.ecore.resource.Resource serverResource, boolean publish, DawnRemoteConnection dawnRemoteConnection)
           
 

Uses of DawnRemoteConnection in org.mftech.dawn.runtime.client.synchronization.impl
 

Methods in org.mftech.dawn.runtime.client.synchronization.impl with parameters of type DawnRemoteConnection
 boolean ResourceSynchronizerImpl.isConflicted(org.eclipse.gmf.runtime.emf.core.resources.GMFResource localResource, DawnRemoteConnection dawnRemoteConnection)
          chekcs if the resource GMFResource is in conflict with local and last resource
 int ResourceSynchronizerImpl.lockObjectsLocally(java.util.List<org.eclipse.gef.EditPart> selectedElements, DawnRemoteConnection dawnRemoteConnection)
          locks the objects on the server in the sepcific project
 boolean ResourceSynchronizerImpl.publish(org.eclipse.gmf.runtime.emf.core.resources.GMFResource localResource, DawnRemoteConnection dawnRemoteConnection)
          sends the local Resources to the server.
 int ResourceSynchronizerImpl.unlockObjects(java.util.List<org.eclipse.gef.EditPart> selectedElements, DawnRemoteConnection dawnRemoteConnection)
          unlocks all Objects from the list
 boolean ResourceSynchronizerImpl.update(org.eclipse.emf.ecore.resource.Resource localResouce, org.eclipse.emf.ecore.resource.Resource serverResource, boolean publish, DawnRemoteConnection dawnRemoteConnection)
          This method synchronizes the resources.
 

Uses of DawnRemoteConnection in org.mftech.dawn.server.communication.rmi
 

Subinterfaces of DawnRemoteConnection in org.mftech.dawn.server.communication.rmi
 interface DawnRemoteConnectionRMI
           
 

Classes in org.mftech.dawn.server.communication.rmi that implement DawnRemoteConnection
 class DawnRemoteConnectionRMIImpl
           
 

Uses of DawnRemoteConnection in org.mftech.dawn.server.communication.soap
 

Classes in org.mftech.dawn.server.communication.soap that implement DawnRemoteConnection
 class DawnCommunicationService
           
 class DawnRemoteConnectionSOAP