g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.reporting.ProblemException

Packages that use ProblemException
eu.geclipse.batch   
eu.geclipse.batch.pbs   
eu.geclipse.batch.ui   
eu.geclipse.core.accesscontrol   
eu.geclipse.core.auth   
eu.geclipse.core.config   
eu.geclipse.core.filesystem   
eu.geclipse.core.jobs   
eu.geclipse.core.model   
eu.geclipse.core.model.impl   
eu.geclipse.core.project   
eu.geclipse.core.security   
eu.geclipse.core.util   
eu.geclipse.core.util.tar   
eu.geclipse.jsdl   
eu.geclipse.jsdl.ui.preference   
eu.geclipse.ui   
eu.geclipse.ui.widgets   
eu.geclipse.workflow.resources   
 

Uses of ProblemException in eu.geclipse.batch
 

Methods in eu.geclipse.batch that throw ProblemException
 void SSHPersistantConnection.connect()
          Creates a SSH tunnel to the remote host.
 boolean AbstractBatchService.connectToServer(ISSHConnectionInfo sshConnectionInfo)
          Establishes a ssh-connection to the server running the PBS service.
 boolean IBatchService.connectToServer(ISSHConnectionInfo sshConnectionInfo)
          Establishes a ssh-connection to the server running the batch service.
 IGridElement BatchConnectionInfoCreator.create(IGridContainer parent)
           
 IGridElement BatchQueueDescriptionCreator.create(IGridContainer parent)
           
 void IBatchService.createQueue(DocumentRoot documentRoot)
          Executes command that will create a new queue with the root element of a Queue Description Language (QDL) document and argument.
 void IBatchService.createQueue(java.lang.String queueName, int priority, IQueueInfo.QueueType type, boolean enabled, boolean started, int runMax, double timeCPU, double timeWall, int queMax, int assignedResources, java.util.List<java.lang.String> vos)
          Executes command that will create a new queue with a "default" number of argument.
 void IBatchService.createQueue(java.lang.String queueName, IQueueInfo.QueueType type, boolean enabled, double timeCPU, double timeWall, java.util.List<java.lang.String> vos)
          Executes command that will create a new queue with minimum arguments.
 IBatchService IBatchServiceDescription.createService(java.lang.String name)
          Create a service from this IBatchServiceDescription.
 void SSHPersistantConnection.createSession(ISSHConnectionInfo sshConnectionInfo, java.util.List<IForward> forwards)
          Creates a new SSH session using the specified ssh connection information.
 void SSHConnection.createSession(ISSHConnectionInfo sshConnectionInfo, java.util.List<IForward> forwards)
          Creates a new SSH session using the specified ssh connection information.
 void BatchJobInfo.deleteJob()
          Deletes this job from the batch service.
 void IBatchJobInfo.deleteJob()
          Deletes this job from the batch service.
 void IBatchService.delJob(java.lang.String jobId)
          Deletes a job in the queues of the batch service.
 void IBatchService.delQueue(java.lang.String queueId)
          Deletes the specified queue.
 void IBatchService.disableQueue(java.lang.String queueId)
          Sets the specified queue to be disabled, i.e. closes it for new jobs.
 void IBatchService.disableQueues(java.lang.String[] queueIds)
          Sets the specified queues to be disabled, i.e. closes them for new jobs.
 void IBatchService.disableWN(java.lang.String nodeId)
          Changes the state of a workernode to offline, no jobs will be placed on this workernode.
 void IBatchService.enableQueue(java.lang.String queueId)
          Enable the specified queue, i.e. new jobs can be inserted into the queue.
 void IBatchService.enableQueues(java.lang.String[] queueIds)
          Enables the specified queues, i.e. new jobs can be inserted into the queues.
 void IBatchService.enableWN(java.lang.String nodeId)
          Changes the state of a workernode to enable, jobs will be placed on this workernode.
 java.lang.String SSHConnection.execCommand(java.lang.String command)
          Execute a command on the remote host and returns the output.
 java.lang.String SSHConnection.execCommand(java.lang.String command, java.io.InputStream stdin)
          Execute a command on the remote host and returns the output.
 void IBatchService.getJobs(IBatchJobManager manager)
          Returns a List of the jobs as IBatchJobInfo.
 java.util.List<IQueueInfo> IBatchService.getQueues()
          Returns a list of the queues as IQueueInfo.
 java.util.List<IWorkerNodeInfo> IBatchService.getWorkerNodes()
          Executes pbsnodes on the PBS server and returns a list of the workernodes as WorkerNodeInfo.
 void BatchJobInfo.holdJob()
          Puts a hold on a job in the queue of the batch service.
 void IBatchJobInfo.holdJob()
          Puts a hold on the job in the queue of the batch service.
 void IBatchService.holdJob(java.lang.String jobId)
          Puts a hold on a job in the queue of the batch service.
 void IBatchService.holdJobs(java.lang.String[] jobIds)
          Puts a hold on one or more jobs in the queue of the batch service.
 void BatchConnectionInfo.load()
           
 void BatchJobInfo.moveJob(java.lang.String destQueue, java.lang.String destServer)
          Move this job to another worker node or batch service.
 void IBatchJobInfo.moveJob(java.lang.String destQueue, java.lang.String destServer)
          Move this job to another worker node or batch service.
 void IBatchService.moveJob(java.lang.String jobId, java.lang.String destQueue, java.lang.String destServer)
          Moves a job in the batch system to another batch system and/or queue.
 void IBatchService.moveJobs(java.lang.String[] jobIds, java.lang.String destQueue, java.lang.String destServer)
          Move jobs in the batch system to another batch system and/or queue.
 void BatchJobInfo.releaseJob()
          Release a job with a previous hold in queue of the batch system.
 void IBatchJobInfo.releaseJob()
          Release the job with a previous hold in queue of the batch system.
 void IBatchService.releaseJob(java.lang.String jobId)
          Release a job with a previous hold in queue of the batch system.
 void IBatchService.releaseJobs(java.lang.String[] jobIds)
          Release one or more jobs with a previous hold in queue of the batch system.
 void BatchJobInfo.reRunJob()
          ReRun the currently executing job in the batch system.
 void IBatchJobInfo.reRunJob()
          ReRun the currently executing job in the batch system.
 void IBatchService.reRunJob(java.lang.String jobId)
          Rerun a currently running job.
 void IBatchService.reRunJobs(java.lang.String[] jobIds)
          Rerun one or more currently running jobs.
 void BatchConnectionInfo.save()
           
 void IBatchService.setMaxWallTime(java.lang.String queueName, java.lang.String timeWall)
          Executes command that will change the maximum allowed wall time of a specific queue.
 void IBatchService.startQueue(java.lang.String queueId)
          Executes qstart to start a specific queue.
 void IBatchService.startQueues(java.lang.String[] queueIds)
          Executes qstart to start all specified queues.
 void IBatchService.stopQueue(java.lang.String queueId)
          Executes qstop to stop a specific queue.
 void IBatchService.stopQueues(java.lang.String[] queueIds)
          Executes qstop to stop all specified queues.
 

Uses of ProblemException in eu.geclipse.batch.pbs
 

Methods in eu.geclipse.batch.pbs that throw ProblemException
 boolean PBSBatchService.connectToServer(ISSHConnectionInfo sshConnectionInfo)
          Establishes a ssh-connection to the server running the PBS service.
 void PBSBatchService.createQueue(DocumentRoot documentRoot)
           
 void PBSBatchService.createQueue(java.lang.String queueName, int priority, IQueueInfo.QueueType type, boolean enabled, boolean started, int maxRunningJobs, double timeCPU, double timeWall, int maxJobsInQueue, int assignedResources, java.util.List<java.lang.String> vos)
          Executes command that will create a new queue with a "default" number of argument.
 void PBSBatchService.createQueue(java.lang.String queueName, IQueueInfo.QueueType type, boolean enabled, double timeCPU, double timeWall, java.util.List<java.lang.String> vos)
          Executes command that will create a new queue with minimum arguments.
 IBatchService PBSBatchServiceDescription.createService(java.lang.String name)
          Create a PBSBatchService from this description.
 void PBSBatchService.delJob(java.lang.String jobId)
          Executes qdel on the PBS server and returns if the command was executed of not.
 void PBSBatchService.delQueue(java.lang.String queueId)
          Deletes the specified queue.
 void PBSBatchService.disableQueue(java.lang.String queueId)
          Executes qdisable to disable a specific queue.
 void PBSBatchService.disableQueues(java.lang.String[] queueIds)
          Executes qdisable to disable all specified queues.
 void PBSBatchService.disableWN(java.lang.String nodeId)
          Changes the state of a workernode to offline, no jobs will be placed on this workernode.
 void PBSBatchService.enableQueue(java.lang.String queueId)
          Executes qenable to enable a specific queue.
 void PBSBatchService.enableQueues(java.lang.String[] queueIds)
          Executes qenable to enable all specified queues.
 void PBSBatchService.enableWN(java.lang.String nodeId)
          Changes the state of a workernode to free, jobs will be placed on this workernode.
 void PBSBatchService.getJobs(IBatchJobManager manager)
          Executes qstat on the PBS server and returns a list of the jobs as BatchJobInfo.
 java.util.List<IQueueInfo> PBSBatchService.getQueues()
          Executes qstat -q on the PBS server and returns a list of the queues as QueueInfo.
 java.util.List<IWorkerNodeInfo> PBSBatchService.getWorkerNodes()
          Executes pbsnodes on the PBS server and returns a list of the workernodes as WorkerNodeInfo.
 void PBSBatchService.holdJob(java.lang.String jobId)
          Puts a hold on a job in the queue of the batch service.
 void PBSBatchService.holdJobs(java.lang.String[] jobIds)
          Puts a hold on one or more jobs in the queue of the batch service.
 void PBSBatchService.moveJob(java.lang.String jobId, java.lang.String destQueue, java.lang.String destServer)
          Executes qmove on the PBS server and returns if the command was executed of not.
 void PBSBatchService.moveJobs(java.lang.String[] jobIds, java.lang.String destQueue, java.lang.String destServer)
          Executes qmove on the PBS server and returns if the command was executed of not.
 void PBSBatchService.releaseJob(java.lang.String jobId)
          Release a job with a previous hold in queue of the batch system.
 void PBSBatchService.releaseJobs(java.lang.String[] jobIds)
          Release one or more jobs with a previous hold in queue of the batch system.
 void PBSBatchService.reRunJob(java.lang.String jobId)
          Rerun a currently running job.
 void PBSBatchService.reRunJobs(java.lang.String[] jobIds)
          Rerun one or more currently running jobs.
 void PBSBatchService.setMaxWallTime(java.lang.String queueName, java.lang.String timeWall)
          Executes command that will change the maximum allowed wall time of a specific queue.
 void PBSBatchService.startQueue(java.lang.String queueId)
          Executes qstart to start a specific queue.
 void PBSBatchService.startQueues(java.lang.String[] queueIds)
          Executes qstart to start all specified queues.
 void PBSBatchService.stopQueue(java.lang.String queueId)
          Executes qstop to stop a specific queue.
 void PBSBatchService.stopQueues(java.lang.String[] queueIds)
          Executes qstop to stop all specified queues.
 

Uses of ProblemException in eu.geclipse.batch.ui
 

Methods in eu.geclipse.batch.ui that throw ProblemException
 IBatchService BatchServiceManager.createService(IBatchServiceDescription description, java.lang.String name)
          Create a new batch service from the specified service description and adds it to the list of managed services.
 

Uses of ProblemException in eu.geclipse.core.accesscontrol
 

Methods in eu.geclipse.core.accesscontrol that throw ProblemException
 void IACL.addEntry(IACLEntry entry, IProgressMonitor monitor)
          Registers an additional entry in this ACL.
 IACLEntry[] IACL.getEntries(IProgressMonitor monitor)
          Returns the list of access control entries contained in this ACL.
 void IACL.removeEntry(IACLEntry entry, IProgressMonitor monitor)
          Removes an entry from this ACL.
 void IACL.save(IProgressMonitor monitor)
          Saves the changes made to this ACL, if IACL.canSaveWholeACL() returns true.
 void IACL.saveEntry(IACLEntry entry, IProgressMonitor monitor)
          Saves the changes made to the given entry of the ACL, if IACL.canSaveWholeACL() returns false.
 void IACLEntry.setActor(IACLActor actor)
          Sets the actor of this entry.
 void IACLActor.setActorType(ActorType type)
          Sets the ActorType of this actor.
 void IACLActor.setCA(java.lang.String caName)
          Sets the CA subject of this actor, if the type requires it.
 void IACLEntry.setCapability(IACLCapability capability)
          Sets the capability to be (dis)allowed to the actor.
 void IACLActor.setID(java.lang.String actorId)
          Sets the actor's ID.
 void IACLEntry.setPolicy(IACLPolicy policy)
          Sets the policy of this entry.
 

Uses of ProblemException in eu.geclipse.core.auth
 

Subclasses of ProblemException in eu.geclipse.core.auth
 class AuthenticationException
          This exception is thrown by methods dealing with security tokens.
 

Methods in eu.geclipse.core.auth that throw ProblemException
 IAuthenticationToken IAuthTokenProvider.requestToken()
          Request any authentication token.
 IAuthenticationToken IAuthTokenProvider.requestToken(AuthTokenRequest request)
          Request an authentication token of the specified type.
static IAuthenticationToken AbstractAuthTokenProvider.staticRequestToken()
          Static access method that calls the corresponding method of the token provider with the highest priority of all currently registered providers.
static IAuthenticationToken AbstractAuthTokenProvider.staticRequestToken(AuthTokenRequest request)
          Static access method that calls the corresponding method of the token provider with the highest priority of all currently registered providers.
 

Uses of ProblemException in eu.geclipse.core.config
 

Methods in eu.geclipse.core.config that throw ProblemException
 IStatus IConfigurator.configure(IProgressMonitor monitor)
          Start the configuration process.
 IStatus Configurator.configure(IProgressMonitor monitor)
           
static IConfigurator ConfiguratorFactory.createConfigurator(IConfigurationElement element)
          Create an IConfigurator from the specified IConfigurationElement.
 void Configuration.loadFromXML(IFileStore store)
           
 void IConfiguration.loadFromXML(IFileStore store)
          Load the configuration from the specified file store.
 void Configuration.storeToXML(IFileStore store)
           
 void IConfiguration.storeToXML(IFileStore store)
          Save this configuration to the specified file store.
 

Uses of ProblemException in eu.geclipse.core.filesystem
 

Methods in eu.geclipse.core.filesystem that throw ProblemException
 IGridElement FileSystemCreator.create(IGridContainer parent)
           
 

Uses of ProblemException in eu.geclipse.core.jobs
 

Methods in eu.geclipse.core.jobs that throw ProblemException
 void GridJob.create(IFolder jobFolder, IGridJobID id, IGridJobService jobSrvce, IGridJobDescription description, java.lang.String uniqueJobName)
           
 IGridElement RemoteFilesContainerCreator.create(IGridContainer parent)
           
 IGridElement GridJobCreator.create(IGridContainer parent)
           
 IGridJob GridJobCreator.create(IGridContainer parent, IGridJobID id, IGridJobService jobService, java.lang.String jobName)
           
static GridJob GridJob.createJobStructure(IFolder jobFolder, GridJobID id, IGridJobService jobService, IGridJobDescription description, java.lang.String uniqueJobName)
          Creates files and folders for job
 IGridJob ParametricJobService.createParamJobStructure(JSDLJobDescription jsdl, IGridContainer parent, java.lang.String jobName)
           
 void ParametricJobService.deleteJob(IGridJobID dummyJobId, IVirtualOrganization vo, IProgressMonitor monitor)
           
 void GridJob.deleteJob(IProgressMonitor monitor)
           
 java.util.Map<java.lang.String,java.net.URI> ParametricJobService.getInputFiles(IGridJobID jobId, IGridJobDescription jobDescription, IVirtualOrganization vo)
           
 java.util.List<java.net.URI> GridJob.getInputStagers()
           
 IGridJobStatus ParametricJobService.getJobStatus(IGridJobID id, IVirtualOrganization vo, boolean fullStatus, IProgressMonitor progressMonitor)
           
 java.util.Map<java.lang.String,java.net.URI> ParametricJobService.getOutputFiles(IGridJobID jobId, IGridJobDescription jobDescription, IVirtualOrganization vo)
           
 java.util.List<java.net.URI> GridJob.getOutputStagers()
           
 void GridJobStatus.setXMLNode(org.w3c.dom.Node statusNode)
           
 IGridJobID ParametricJobService.submitJob(IGridJobDescription description, IProgressMonitor monitor)
           
 IGridJobID ParametricJobService.submitJob(IGridJobDescription description, IVirtualOrganization vo, IProgressMonitor monitor)
           
 IGridJobID ParametricJobService.submitJob(IGridJobDescription description, SubMonitor monitor, IGridContainer parent, java.lang.String jobName)
          Specialized method to submit parametric job
 

Constructors in eu.geclipse.core.jobs that throw ProblemException
GridJobStatus(org.w3c.dom.Node statusNode)
           
 

Uses of ProblemException in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that throw ProblemException
 boolean IGridElementManager.addElement(IGridElement element)
          Add the specified element to the list of managed elements.
 IGridElement IGridElementCreator.create(IGridContainer parent)
          Create an element and set it to be a child of the specified IGridContainer.
 IGridElement IConfigurableElementCreator.create(IGridContainer parent, IConfiguration configuration)
          Create a model element from the specified IConfiguration.
 IGridJob IGridJobCreator.create(IGridContainer parent, IGridJobID id, IGridJobService jobService, java.lang.String jobName)
          Creates GridJob and add this to GridProjectView.
 IGridElement IGridElementCreator.create(IGridContainer parent, java.lang.Object source)
          Shortcut method for creating an element from the specified source object.
 IGridElement IGridContainer.create(IGridElementCreator creator)
          Create a new Grid element from the specified IGridElementCreator and add the newly created element to the list of children.
 void IGridPreferences.createGlobalConnection(java.lang.String name, java.net.URI uri, IProgressMonitor monitor)
          Creates a global connection, i.e. a connection that is not part of a project.
 IGridConnection IGridPreferences.createTemporaryConnection(java.net.URI uri)
          Creates a temporary connection, i.e. a connection that is not shown in the UI, neither in a project nor in the connection view.
 void IVoLoader.createVo(java.net.URI uri, java.lang.String name, IProgressMonitor monitor)
          Create the VO with the specified name from the specified URI.
 void IGridContainer.delete(IGridElement child)
          Delete the specified child.
 void IGridContainer.deleteAll()
          Delete all children from this container.
 void IGridJobService.deleteJob(IGridJobID id, IVirtualOrganization vo, IProgressMonitor monitor)
          Deletes the given job from the server and releases resources on it.
 void IGridJob.deleteJob(IProgressMonitor monitor)
          Deletes the job from the grid.
 IACL IProtectable.fetchACL(IProgressMonitor monitor)
          Fetches the access control list attached to this grid object (file, service, etc.).
 IGridResource[] IGridInfoService.fetchResources(IGridContainer parent, IVirtualOrganization vo, IGridResourceCategory category, boolean exclusive, java.lang.Class<? extends IGridResource> typeFilter, IProgressMonitor monitor)
          This method fetches resources that are available for the specified VO.
 IGridResource[] IGridInfoService.fetchResources(IGridContainer parent, IVirtualOrganization vo, IGridResourceCategory category, IProgressMonitor monitor)
          Convenience method that fetches all resources for the specified VO and for the specified (inclusive) category without applying a type filter.
 IGridApplication[] IGridApplicationManager.getApplications(IGridComputing computing, IProgressMonitor monitor)
          Get all known applications for the specified IGridComputing.
 IGridResource[] IVirtualOrganization.getAvailableResources(IGridResourceCategory category, boolean exclusive, IProgressMonitor monitor)
          Gets all available resources of the specified resource category.
 IGridElement[] IGridContainer.getChildren(IProgressMonitor monitor)
          Get the children that are currently contained in this container.
 IGridElementCreator IElementCreatorRegistry.getCreator(java.lang.Object source, java.lang.String targetClassName)
           
 IGridInfoService IVirtualOrganization.getInfoService()
          Gets the info service of this VO.
 java.util.Map<java.lang.String,java.net.URI> IGridJobService.getInputFiles(IGridJobID jobId, IGridJobDescription jobDescription, IVirtualOrganization vo)
          Get pairs (filename, URI) of input files for job.
 java.util.List<java.net.URI> IGridJob.getInputStagers()
          Scan folder "Input Files" in submitted job and return list of input files
 IGridJobStatus IGridJobService.getJobStatus(IGridJobID id, IVirtualOrganization vo, boolean fullStatus, IProgressMonitor monitor)
          Queries the service about the job's status.
 IGridJobService[] IVirtualOrganization.getJobSubmissionServices(IProgressMonitor monitor)
          Gets a list of all job submission services that are available for this virtual organization.
 java.util.Map<java.lang.String,java.net.URI> IGridJobService.getOutputFiles(IGridJobID jobId, IGridJobDescription jobDescription, IVirtualOrganization vo)
          Get pairs (filename, URI) of output files for job.
 java.util.List<java.net.URI> IGridJob.getOutputStagers()
          Scan folder "Output Files" in submitted job and return list of output files
static IGridPreferences GridModel.getPreferences()
          Get the grid preferences.
 java.net.URI IGridJobDescription.getStdErrorUri()
           
 java.net.URI IGridJobDescription.getStdInputUri()
           
 java.net.URI IGridJobDescription.getStdOutputUri()
           
 java.lang.String[] IVoLoader.getVoList(java.net.URI uri, IProgressMonitor monitor)
          Get a list of VO names that are found at the specified URI.
 void IGridApplicationManager.install(IGridInstallParameters parameters, IProgressMonitor monitor)
          Install the application represented by the specified IGridInstallParameters.
 void IStorableElement.load()
          Load the properties of that element.
 void IStorableElementManager.loadElements()
          Load the state of this manager from a predefined location.
 void IGridContainer.refresh(IProgressMonitor monitor)
          Refresh the content of this container.
 void IVirtualOrganization.refreshResources(IGridResourceCategory category, IProgressMonitor monitor)
          Reload the resources of the specified category without taking any caching into account.
 void IStorableElement.save()
          Write the properties of this element.
 void IStorableElementManager.saveElements()
          Save all currently managed elements.
 void IDefaultGridElementManager.setDefault(IGridElement defaultElement)
          Sets this manager default element.
 IGridJobID IGridJobService.submitJob(IGridJobDescription description, IProgressMonitor monitor)
          Submits the given job description to the grid.
 IGridJobID IGridJobService.submitJob(IGridJobDescription description, IVirtualOrganization vo, IProgressMonitor monitor)
          Submits the given job description to the grid.
 void IGridApplicationManager.uninstall(IGridApplication application, IProgressMonitor monitor)
          Uninstall the specified application.
 void IGridVisualisation.validate()
           
 void IGridApplicationManager.validate(IGridApplication application, IProgressMonitor monitor)
          Validate the installed software.
 

Uses of ProblemException in eu.geclipse.core.model.impl
 

Methods in eu.geclipse.core.model.impl that throw ProblemException
 void GenericVoCreator.apply(GenericVirtualOrganization vo)
          Apply this creators settings to the specified VO.
 IGridElement GenericVoCreator.create(IGridContainer parent)
           
 IGridElement AbstractVoCreator.create(IGridContainer parent, IConfiguration configuration)
           
 IGridElement AbstractGridElementCreator.create(IGridContainer parent, java.lang.Object source)
           
 IGridElement AbstractGridContainer.create(IGridElementCreator creator)
           
 void GenericVoCreator.createService(IGridElementCreator creator, java.net.URI fromURI)
           
 void AbstractGridContainer.delete(IGridElement child)
           
 IGridResource[] AbstractGridInfoService.fetchResources(IGridContainer parent, IVirtualOrganization vo, IGridResourceCategory category, IProgressMonitor monitor)
           
 IGridApplication[] AbstractApplicationManager.getApplications(IGridComputing computing, IProgressMonitor monitor)
           
 IGridResource[] AbstractVirtualOrganization.getAvailableResources(IGridResourceCategory category, boolean exclusive, IProgressMonitor monitor)
           
 IGridElement[] AbstractGridContainer.getChildren(IProgressMonitor monitor)
           
 IGridComputing[] AbstractVirtualOrganization.getComputing(IProgressMonitor monitor)
           
 IGridInfoService AbstractVirtualOrganization.getInfoService()
           
 IGridJobService[] AbstractVirtualOrganization.getJobSubmissionServices(IProgressMonitor monitor)
           
 IGridService[] AbstractVirtualOrganization.getServices(IProgressMonitor monitor)
           
 IFileStore[] GenericGridInstallParameters.getSourcesAsFileStore()
          Get the sources of this installation process.
 IGridStorage[] AbstractVirtualOrganization.getStorage(IProgressMonitor monitor)
           
 void GenericVoProperties.load()
           
 void AbstractVirtualOrganization.load()
           
 void AbstractGridContainer.refresh(IProgressMonitor monitor)
           
 void AbstractVirtualOrganization.refreshResources(IGridResourceCategory category, IProgressMonitor monitor)
           
 void GenericVoProperties.save()
           
 void GenericVirtualOrganization.save()
           
 void AbstractVirtualOrganization.save()
           
 void AbstractGridVisualisationResource.validate()
           
 

Uses of ProblemException in eu.geclipse.core.project
 

Methods in eu.geclipse.core.project that throw ProblemException
 void GridProjectCreationOperation.run(IProgressMonitor monitor)
          Create the grid project according to the GridProjectProperties of this operation.
 

Uses of ProblemException in eu.geclipse.core.security
 

Subclasses of ProblemException in eu.geclipse.core.security
 class GridGSSException
          Problem exception that is dedicated to GSSExceptions and manages the mapping of the GSS error codes to IProblems.
 

Methods in eu.geclipse.core.security that throw ProblemException
 ICertificateHandle ICertificateManager.addCertificate(java.security.cert.X509Certificate c, ICertificateManager.CertTrust trust)
          Add the specified certificate with the specified trust mode to this manager.
 ICertificateHandle[] ICertificateManager.addCertificates(java.security.cert.X509Certificate[] list, ICertificateManager.CertTrust trust)
          Add the specified certificates with the specified trust mode to this manager.
 java.security.cert.X509Certificate GridPMACertificateLoader.fetchCertificate(ICertificateLoader.CertificateID id, IProgressMonitor monitor)
           
 java.security.cert.X509Certificate ICertificateLoader.fetchCertificate(ICertificateLoader.CertificateID id, IProgressMonitor monitor)
          Fetch the certificates from the specified certificate IDs.
 java.security.cert.X509Certificate GildaCertificateLoader.fetchCertificate(ICertificateLoader.CertificateID id, IProgressMonitor monitor)
           
 ICertificateLoader.CertificateID[] GridPMACertificateLoader.listAvailableCertificates(java.net.URI uri, IProgressMonitor monitor)
           
 ICertificateLoader.CertificateID[] ICertificateLoader.listAvailableCertificates(java.net.URI uri, IProgressMonitor monitor)
          List the certificates that are available from the specified repository.
 ICertificateLoader.CertificateID[] GildaCertificateLoader.listAvailableCertificates(java.net.URI uri, IProgressMonitor monitor)
           
static java.security.cert.X509Certificate X509Util.loadCertificate(java.io.InputStream iStream)
          Load a certificate from the specified input stream.
static void X509Util.saveCertificate(java.security.cert.X509Certificate c, java.io.OutputStream oStream)
          Save the specified certificate formatted as PEM to the specified output stream.
 

Uses of ProblemException in eu.geclipse.core.util
 

Methods in eu.geclipse.core.util that throw ProblemException
 void TimeChecker.checkSysTime(IProgressMonitor monitor)
          Gets the time from some rdate time servers and compares it to the system time.
 

Uses of ProblemException in eu.geclipse.core.util.tar
 

Methods in eu.geclipse.core.util.tar that throw ProblemException
 void TarInputStream.copyEntryContents(java.io.OutputStream outStream)
          Copy the contents of the entry to the given output stream.
 TarEntry TarInputStream.getNextEntry()
          Gets the next entry in the tar archive.
 

Constructors in eu.geclipse.core.util.tar that throw ProblemException
TarEntry(byte[] header)
          Creates a new TarEntry from the given metadata block.
 

Uses of ProblemException in eu.geclipse.jsdl
 

Methods in eu.geclipse.jsdl that throw ProblemException
 IGridElement JSDLJobDescriptionCreator.create(IGridContainer parent)
           
 java.lang.String JSDLJobDescription.getAsString()
           
 java.net.URI JSDLJobDescription.getStdErrorUri()
           
 java.net.URI JSDLJobDescriptionModel.getStdErrorUri()
           
 java.net.URI JSDLJobDescription.getStdInputUri()
           
 java.net.URI JSDLJobDescriptionModel.getStdInputUri()
           
 java.net.URI JSDLJobDescription.getStdOutputUri()
           
 java.net.URI JSDLJobDescriptionModel.getStdOutputUri()
           
static java.lang.String JSDLTransformer.transformJSDL(java.io.InputStream jsdlStream, java.lang.String targetType, Bundle bundle, IPath xsltFile)
           
 

Uses of ProblemException in eu.geclipse.jsdl.ui.preference
 

Methods in eu.geclipse.jsdl.ui.preference that throw ProblemException
 void ApplicationParametersRegistry.updateApplicationsParameters(IVirtualOrganization vo, IProgressMonitor monitor)
          Updates registry with most up-to-date values of applications' parameters of a given virtual organization.
 

Uses of ProblemException in eu.geclipse.ui
 

Methods in eu.geclipse.ui that throw ProblemException
 IAuthenticationToken UIAuthTokenProvider.requestToken()
          Request any authentication token.
 IAuthenticationToken UIAuthTokenProvider.requestToken(AuthTokenRequest request)
          Request an authentication token that fits the specified description.
 

Uses of ProblemException in eu.geclipse.ui.widgets
 

Methods in eu.geclipse.ui.widgets that throw ProblemException
 java.util.Date DateTimeText.getDate()
           
 

Uses of ProblemException in eu.geclipse.workflow.resources
 

Methods in eu.geclipse.workflow.resources that throw ProblemException
 IGridElement GridWorkflowCreator.create(IGridContainer parent)
           
 java.net.URI GridWorkflow.getStdErrorUri()
           
 java.net.URI GridWorkflow.getStdInputUri()
           
 java.net.URI GridWorkflow.getStdOutputUri()
           
 


g-Eclipse
Release 1.0.0