Class Client
- java.lang.Object
-
- edu.isi.pegasus.planner.catalog.transformation.client.Client
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringfileprotected booleanisoldformatprotected booleanisxmlprotected java.lang.Stringlfnprotected LogManagermLoggerprotected java.lang.Stringnameprotected java.lang.Stringnamespaceprotected java.lang.Stringpfnprotected java.lang.Stringprofileprotected java.util.Listprofilesprotected java.lang.Stringresourceprotected SysInfosystemprotected java.lang.Stringsystemstringprotected TransformationCatalogtcprotected inttriggerprotected java.lang.Stringtypeprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description Client()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringconvertException(java.lang.Exception e, int logLevel)Returns an error message that chains all the lower order error messages that might have been thrown.voidfillArgs(java.util.Map argsmap)Takes the arguments from the TCClient and stores it for acess to the other TC Client modules.
-
-
-
Field Detail
-
trigger
protected int trigger
-
lfn
protected java.lang.String lfn
-
pfn
protected java.lang.String pfn
-
profile
protected java.lang.String profile
-
type
protected java.lang.String type
-
resource
protected java.lang.String resource
-
systemstring
protected java.lang.String systemstring
-
namespace
protected java.lang.String namespace
-
name
protected java.lang.String name
-
version
protected java.lang.String version
-
profiles
protected java.util.List profiles
-
system
protected SysInfo system
-
file
protected java.lang.String file
-
mLogger
protected LogManager mLogger
-
tc
protected TransformationCatalog tc
-
isxml
protected boolean isxml
-
isoldformat
protected boolean isoldformat
-
-
Method Detail
-
fillArgs
public void fillArgs(java.util.Map argsmap)
Takes the arguments from the TCClient and stores it for acess to the other TC Client modules.- Parameters:
argsmap- Map
-
convertException
public static java.lang.String convertException(java.lang.Exception e, int logLevel)Returns an error message that chains all the lower order error messages that might have been thrown.- Parameters:
e- the Exception for which the error message has to be composed.logLevel- the user specified level for the logger- Returns:
- the error message.
-
-