Serialized Form


Package org.globus.cog.abstraction.impl.common

Class org.globus.cog.abstraction.impl.common.AbstractionProperties extends Properties implements Serializable

Class org.globus.cog.abstraction.impl.common.AbstractionProperties.Properties extends LinkedList implements Serializable

Class org.globus.cog.abstraction.impl.common.IllegalPropertiesException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.common.InvalidClassException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.common.ProviderMethodException extends Exception implements Serializable


Package org.globus.cog.abstraction.impl.common.sandbox

Class org.globus.cog.abstraction.impl.common.sandbox.SandboxException extends RuntimeException implements Serializable


Package org.globus.cog.abstraction.impl.common.task

Class org.globus.cog.abstraction.impl.common.task.ActiveTaskException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.common.task.IllegalSpecException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.common.task.InvalidProviderException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.common.task.InvalidSecurityContextException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.common.task.InvalidServiceContactException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.common.task.TaskSubmissionException extends Exception implements Serializable


Package org.globus.cog.abstraction.impl.file

Class org.globus.cog.abstraction.impl.file.DirectoryNotFoundException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.file.FileNotFoundException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.file.GeneralException extends Exception implements Serializable

Class org.globus.cog.abstraction.impl.file.IllegalHostException extends Exception implements Serializable


Package org.globus.cog.abstraction.xml

Class org.globus.cog.abstraction.xml.Attribute extends Object implements Serializable

Serialized Fields

_name

String _name

_value

String _value

Class org.globus.cog.abstraction.xml.AttributeList extends Object implements Serializable

Serialized Fields

_attributeList

Vector _attributeList

Class org.globus.cog.abstraction.xml.Attributes extends Object implements Serializable

Serialized Fields

_name

String _name

_value

String _value

Class org.globus.cog.abstraction.xml.Dependency extends Object implements Serializable

Serialized Fields

_from

String _from

_to

String _to

Class org.globus.cog.abstraction.xml.DependencyList extends Object implements Serializable

Serialized Fields

_dependencyList

Vector _dependencyList

Class org.globus.cog.abstraction.xml.FileTransferSpecification extends Object implements Serializable

Serialized Fields

_source

String _source

_destination

String _destination

_thirdParty

boolean _thirdParty

_has_thirdParty

boolean _has_thirdParty
keeps track of state for field: _thirdParty


_attributeList

AttributeList _attributeList
List of attributes defined as "name" "value" pairs

Class org.globus.cog.abstraction.xml.JobSpecification extends Object implements Serializable

Serialized Fields

_executable

String _executable

_directory

String _directory

_arguments

String _arguments

_stdOutput

String _stdOutput

_stdInput

String _stdInput

_stdError

String _stdError

_count

int _count

_has_count

boolean _has_count
keeps track of state for field: _count


_batchJob

boolean _batchJob

_has_batchJob

boolean _has_batchJob
keeps track of state for field: _batchJob


_redirected

boolean _redirected

_has_redirected

boolean _has_redirected
keeps track of state for field: _redirected


_localExecutable

boolean _localExecutable

_has_localExecutable

boolean _has_localExecutable
keeps track of state for field: _localExecutable


_attributeList

AttributeList _attributeList
List of attributes defined as "name" "value" pairs

Class org.globus.cog.abstraction.xml.MarshalException extends Exception implements Serializable

Class org.globus.cog.abstraction.xml.SecurityContext extends Object implements Serializable

Serialized Fields

_attributeList

AttributeList _attributeList
List of attributes defined as "name" "value" pairs

Class org.globus.cog.abstraction.xml.Service extends Object implements Serializable

Serialized Fields

_identity

String _identity
Identity represents a uniform resource name (URN) that uniquely identifies a Grid entity


_name

String _name

_provider

String _provider

_type

String _type

_serviceContact

String _serviceContact
Represents the endpoint address of the remote Grid service


_securityContext

SecurityContext _securityContext

_attributeList

AttributeList _attributeList
List of attributes defined as "name" "value" pairs

Class org.globus.cog.abstraction.xml.ServiceList extends Object implements Serializable

Serialized Fields

_serviceList

Vector _serviceList

Class org.globus.cog.abstraction.xml.Specification extends Object implements Serializable

Serialized Fields

_fileTransferSpecification

FileTransferSpecification _fileTransferSpecification

_jobSpecification

JobSpecification _jobSpecification

Class org.globus.cog.abstraction.xml.Task extends Object implements Serializable

Serialized Fields

_identity

String _identity
Identity represents a uniform resource name (URN) that uniquely identifies a Grid entity


_name

String _name

_type

String _type

_provider

String _provider

_serviceList

ServiceList _serviceList

_specification

Specification _specification

_attributeList

AttributeList _attributeList
List of attributes defined as "name" "value" pairs


_status

String _status

_submittedTime

Date _submittedTime

_completedTime

Date _completedTime

Class org.globus.cog.abstraction.xml.TaskGraph extends Object implements Serializable

Serialized Fields

_identity

String _identity
Identity represents a uniform resource name (URN) that uniquely identifies a Grid entity


_name

String _name

_failureHandlingPolicy

String _failureHandlingPolicy

_taskList

Vector _taskList
Representation of the abstract Java CoG Kit Task object.


_taskGraphList

Vector _taskGraphList

_dependencyList

DependencyList _dependencyList
List of dependencies defined as "from" "to" pairs


_attributeList

AttributeList _attributeList
List of attributes defined as "name" "value" pairs


_status

String _status

_submittedTime

Date _submittedTime

_completedTime

Date _completedTime

Class org.globus.cog.abstraction.xml.UnmarshalException extends Exception implements Serializable