SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.util.SourceJammerConnectionException

Packages that use SourceJammerConnectionException
org.sourcejammer.client   
org.sourcejammer.client.commandline   
org.sourcejammer.client.gui   
org.sourcejammer.client.gui.process   
org.sourcejammer.client.simpletools   
 

Uses of SourceJammerConnectionException in org.sourcejammer.client
 

Methods in org.sourcejammer.client that throw SourceJammerConnectionException
 SJResponse SOAPPortal.sendRequest(SJRequest request, java.lang.String sMethod)
           
 void DownloaderProxy.setFileIdentifier(DownloadFileIdentifier id)
           
 byte[] DownloaderProxy.downloadBytes(int maxSize)
          Streams bytes into the FileUploader.
 long UploaderProxy.getFileUploadID()
           
 void UploaderProxy.uploadBytes(byte[] by)
          Streams bytes into the FileUploader.
 void UploaderProxy.uploadBytes(byte[] by, boolean eof)
          Streams bytes into the FileUploader.
static long FileTransport.sendFileToServer(java.io.File fl, java.lang.String url)
           
static void FileTransport.downloadFileFromServer(DownloadFileIdentifier id, java.io.File destination, java.lang.String url)
           
 

Uses of SourceJammerConnectionException in org.sourcejammer.client.commandline
 

Methods in org.sourcejammer.client.commandline that throw SourceJammerConnectionException
 CLCommandResponse CLCommands.executeCommand(java.lang.String command, java.lang.String[] args)
           
 CLCommandResponse CLCommand.execute(java.lang.String[] args)
           
protected  void CommandLineInterpreter.updateProjectPointer()
           
protected  long CommandLineInterpreter.retrieveFileFromServer(DownloadFileIdentifier id, SJResponse response)
          Returns temp file id.
protected  long CommandLineInterpreter.sendFileToServer(java.io.File fl, SJRequest request)
           
 

Uses of SourceJammerConnectionException in org.sourcejammer.client.gui
 

Methods in org.sourcejammer.client.gui that throw SourceJammerConnectionException
 java.lang.String[] CommandCentral.getArchiveNameList()
          Returns list of archives available on server user is currently connected to.
 boolean CommandCentral.deleteArchive(java.lang.String archiveName)
          Returns true if the archive deleted is the current archive and the user is now disconnected.
 Project CommandCentral.connectToArchive()
           
 File CommandCentral.getFileInfo(long lFileID)
          Get file info
 long CommandCentral.makeProject(long parentProjectID, java.lang.String newProjectName)
          Make a new project on the server.
 Project CommandCentral.retrieveProject(long projectID)
          Retrieve info about a project from the server.
 long CommandCentral.getProjectUniqueID(java.lang.String sjPath)
          Returns unique id of project based on full path to sourcejammer node.
 long CommandCentral.getFileUniqueID(java.lang.String sjPath)
          Returns unique id of file based on full path to sourcejammer node.
 void CommandCentral.addFile(long parentUniqueID, java.lang.String newFileName, java.lang.String localFileNameLocation, int fileType, int historyType, java.lang.String description, java.lang.String afterAddAction)
           
 boolean CommandCentral.disconnect()
           
 void CommandCentral.getFile(long lFileID, java.lang.String sFileName, java.io.File flTargetDirectory, boolean setReadOnly)
           
 void CommandCentral.getFile(long lFileID, java.lang.String sFileName, java.io.File flTargetDirectory, int eolType, boolean setReadOnly)
           
 void CommandCentral.getFile(long lFileID, java.lang.String sFileName, java.io.File flTargetDirectory, int eolType, boolean printMessages, boolean setReadOnly)
           
 void CommandCentral.checkOutFile(long fileID, java.lang.String fileName, java.io.File flTargetDirectory)
           
 void CommandCentral.checkOutFile(long fileID, java.lang.String fileName, java.io.File flTargetDirectory, int eolType)
           
 void CommandCentral.forceCheckIn(long fileID, java.lang.String sFileName, java.io.File flTargetDirectory, java.lang.String comment, java.lang.String afterCheckInAction)
          Force local version of file into archive without checking file out.
 void CommandCentral.checkInFile(long fileID, java.lang.String sFileName, java.io.File flTargetDirectory, java.lang.String comment, java.lang.String afterCheckInAction)
           
 void CommandCentral.undoCheckOut(long fileID, java.lang.String sFileName, java.io.File flTargetDirectory)
           
 java.lang.String CommandCentral.viewVersionComment(long versionID)
           
 void CommandCentral.getFileVersion(long fileID, java.lang.String sName, java.io.File flTargetDirectory, int iVersion, long versionID, boolean setReadOnly)
           
 void CommandCentral.getFileVersion(long fileID, java.lang.String sName, java.io.File flTargetDirectory, int iVersion, long versionID, boolean setReadOnly, boolean printMessages)
           
 void CommandCentral.getFileVersion(long fileID, java.lang.String fileName, java.io.File flTargetDirectory, int iVersion, long versionID, int eolType, boolean setReadOnly)
           
 void CommandCentral.getFileVersion(long fileID, java.lang.String fileName, java.io.File flTargetDirectory, int iVersion, long versionID, int eolType, boolean setReadOnly, boolean printMessages)
           
 void CommandCentral.removeProject(long projectID, long parentID)
           
 void CommandCentral.removeFile(long fileID, long parentID)
           
 RemovedItem[] CommandCentral.viewRemoved(long projectID)
           
 void CommandCentral.deleteRemoved(long lParentID, int iItemNumber)
           
 void CommandCentral.makeUser(java.lang.String sUserName, java.lang.String sPassword, java.lang.String sFullName)
           
 void CommandCentral.removeUser(java.lang.String sUserName)
           
 void CommandCentral.changePassword(java.lang.String sPassword)
           
 void CommandCentral.changePassword(java.lang.String sPassword, java.lang.String userName)
           
 void CommandCentral.makeArchive(java.lang.String name, int implementation, java.lang.String path)
           
 void CommandCentral.makeArchiveDisconnected(java.lang.String userName, java.lang.String password, java.lang.String url, java.lang.String name, int implementation, java.lang.String path)
           
 NodeList CommandCentral.getLabelList()
           
 void CommandCentral.makeLabel(long labelRootProjectID, java.lang.String labelName, java.lang.String description)
           
 void CommandCentral.moveFile(long fileID, long fromProjectID, long toProjectID)
           
 void CommandCentral.copyFile(long fileID, long fromProjectID, long toProjectID)
           
 void CommandCentral.copyProject(long projectID, long fromProjectID, long toProjectID, java.lang.String newProjectName)
           
 void CommandCentral.moveProject(long projectID, long fromProjectID, long toProjectID, java.lang.String newProjectName)
           
 void CommandCentral.rebuildLabel(long labelId, long parentProjectID, java.lang.String comment)
          Rebuild the specified label.
 void CommandCentral.getLabel(long labelID, int verNumber, java.io.File flToDirectory, boolean bBuildSubDirs, int eolType, boolean setReadOnly)
          Gets all of the file version in the specified label from the server and writes them to the specified directory (building subdirectories if required and allowed).
 UserInfo[] CommandCentral.getCompleteUserList()
           
 ArchiveProperties CommandCentral.getArchiveProperties()
           
 void CommandCentral.setArchiveProperties(ArchiveProperties props)
           
 UserInfo[] CommandCentral.getArchiveControllerList()
           
 UserInfo[] CommandCentral.getArchiveUserList()
           
 void CommandCentral.setUserAdminStatus(java.lang.String userName, boolean status)
           
 void CommandCentral.addUserToArchiveControllers(java.lang.String userName)
           
 void CommandCentral.addUserToArchiveUsers(java.lang.String userName)
           
 void CommandCentral.removeUserFromArchiveControllers(java.lang.String userName)
           
 void CommandCentral.removeUserFromArchiveUsers(java.lang.String userName)
           
 void CommandCentral.rollbackToVersion(long fileID, long versionID)
          Rolls back a file in the SourceJammer server to the specified previous version of the file.
protected  long CommandCentral.retrieveFileFromServer(DownloadFileIdentifier id, SJResponse response)
          Returns temp file id.
protected  long CommandCentral.sendFileToServer(java.io.File fl, SJRequest request)
           
static void GuiUtil.refreshTreeNodeContents(ProjectTreeNode node)
           
 

Uses of SourceJammerConnectionException in org.sourcejammer.client.gui.process
 

Methods in org.sourcejammer.client.gui.process that throw SourceJammerConnectionException
static boolean ProcessUtil.processFileCheckIn(java.lang.String fileName, long fileID, java.io.File targetDirectory, java.lang.String comment, java.lang.String afterCheckInAction)
          Processes check in.
 

Uses of SourceJammerConnectionException in org.sourcejammer.client.simpletools
 

Methods in org.sourcejammer.client.simpletools that throw SourceJammerConnectionException
 Project SimpleInterface.connect(java.lang.String archiveName, java.lang.String url, java.lang.String userName, java.lang.String password)
          Connects the SimpleInterface to the specified archive.
 Project SimpleInterface.getProjectObj(long projectID)
          Returns the Project object for the specified project.
 File SimpleInterface.getFileObj(long fileID)
          Get File object for the specified file.
 void SimpleInterface.checkInFile(long fileID, java.lang.String fileName, java.io.File targetDir, java.lang.String comment)
          Check in the file.
 void SimpleInterface.checkInFile(long fileID, java.lang.String fileName, java.io.File targetDir, java.lang.String comment, java.lang.String afterCheckInAction)
          Check in the file.
 void SimpleInterface.checkOutFile(long fileID, java.lang.String fileName, java.io.File targetDir)
          Check out the file.
 void SimpleInterface.addFile(long projectID, java.lang.String fileName, java.io.File localPath, int historyType, int fileType, java.lang.String description)
          Add specified file to specified project in SourceJammer archive.
 void SimpleInterface.addFile(long projectID, java.lang.String fileName, java.io.File localPath, int historyType, int fileType, java.lang.String description, java.lang.String afterAddAction)
          Add specified file to specified project in SourceJammer archive.
 void SimpleInterface.addFile(long projectID, java.lang.String fileName, java.io.File localPath, java.lang.String description)
          Add specified file to specified project in SourceJammer archive.
 void SimpleInterface.addFile(long projectID, java.lang.String fileName, java.io.File localPath, java.lang.String description, java.lang.String afterAddAction)
          Add specified file to specified project in SourceJammer archive.
 void SimpleInterface.addProject(long parentProjectID, java.lang.String projectName)
          Add a new project to the archive.
 void SimpleInterface.getLabel(long labelID, int verNumber, java.io.File targetDir, boolean buildSubDirs, int eolType)
          Gets the specified label to the content directory.
 void SimpleInterface.getLabel(long labelID, int verNumber, java.io.File targetDir, boolean buildSubDirs, int eolType, boolean setReadOnly)
           
 void SimpleInterface.getLabel(long labelID, java.io.File targetDir)
          Gets the specified label to the content directory.
 long SimpleInterface.getFileUniqueID(java.lang.String sjPath)
          Returns unique id of File based on full sourcejammer path.
 long SimpleInterface.getProjectUniqueID(java.lang.String sjPath)
          Returns unique id of Project based on full sourcejammer path.
 void SimpleInterface.disconnect()
          Disconnect.
 void SimpleInterface.getProject(java.io.File targetDir, Project proj, boolean bRecursive, boolean bBuildSubDirs, int iEOLType, boolean makeReadOnly, boolean verifyCheckIn)
          Retrieves all files in the specified Project to the specified targetDirectory.
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan