org.mftech.dawn.runtime.client.communication.offline
Interface DawnOfflineRemoteConnection

All Superinterfaces:
DawnRemoteConnection
All Known Implementing Classes:
DawnOfflineRemoteConnectionImpl

public interface DawnOfflineRemoteConnection
extends DawnRemoteConnection


Field Summary
 
Fields inherited from interface org.mftech.dawn.server.communication.DawnRemoteConnection
name
 
Method Summary
 DawnOfflineServer getServer()
           
 
Methods inherited from interface org.mftech.dawn.server.communication.DawnRemoteConnection
canExecute, changeObjects, createProject, createUser, deleteObjects, getLockedObjects, getMyProjectNames, getProjectNames, getRoleInProject, initResource, isAlive, lockObjects, publish, restoreObjects, unlockObjects, update, userLogin, userLogoff
 

Method Detail

getServer

DawnOfflineServer getServer()