org.itr_rescue.dataGuard.remoteView
Interface IRemoteView

All Known Subinterfaces:
IRemoteFileSystemView
All Known Implementing Classes:
DataGuardServiceView, RemoteFileSearchView, RemoteFileSystemView

public interface IRemoteView


Method Summary
 void associateServer(AbstractStorageServer s)
           
 java.lang.String getAction(java.lang.String actionType)
           
 javax.swing.JComponent getOutputPane()
           
 AbstractStorageServer getRemoteServer()
           
 java.lang.String getRemoteUniqueCode()
           
 void populate()
           
 

Method Detail

populate

void populate()

getOutputPane

javax.swing.JComponent getOutputPane()

associateServer

void associateServer(AbstractStorageServer s)

getRemoteServer

AbstractStorageServer getRemoteServer()

getAction

java.lang.String getAction(java.lang.String actionType)

getRemoteUniqueCode

java.lang.String getRemoteUniqueCode()