Uses of Class
org.globus.cog.karajan.util.KarajanProperties

Packages that use KarajanProperties
org.globus.cog.karajan.util   
org.globus.cog.karajan.viewer   
org.globus.cog.karajan.workflow   
org.globus.cog.karajan.workflow.service   
 

Uses of KarajanProperties in org.globus.cog.karajan.util
 

Methods in org.globus.cog.karajan.util that return KarajanProperties
static KarajanProperties KarajanProperties.getDefault()
           
static KarajanProperties KarajanProperties.getRestricted()
           
protected static KarajanProperties KarajanProperties.parseProperties()
           
protected static KarajanProperties KarajanProperties.parseProperties(String name, KarajanProperties properties)
           
protected static KarajanProperties KarajanProperties.parseRestrictedProperties()
           
 

Methods in org.globus.cog.karajan.util with parameters of type KarajanProperties
protected static KarajanProperties KarajanProperties.parseProperties(String name, KarajanProperties properties)
           
 

Uses of KarajanProperties in org.globus.cog.karajan.viewer
 

Constructors in org.globus.cog.karajan.viewer with parameters of type KarajanProperties
ViewerExecutionContext(ElementTree tree, KarajanProperties properties)
           
 

Uses of KarajanProperties in org.globus.cog.karajan.workflow
 

Methods in org.globus.cog.karajan.workflow that return KarajanProperties
 KarajanProperties ExecutionContext.getProperties()
           
 

Constructors in org.globus.cog.karajan.workflow with parameters of type KarajanProperties
ExecutionContext(ElementTree tree, KarajanProperties properties)
           
 

Uses of KarajanProperties in org.globus.cog.karajan.workflow.service
 

Constructors in org.globus.cog.karajan.workflow.service with parameters of type KarajanProperties
RemoteExecutionContext(InstanceContext ic, int callerUID, KarajanProperties properties)