Modifier and Type | Field and Description |
---|---|
protected String |
file |
protected boolean |
isoldformat |
protected boolean |
isxml |
protected String |
lfn |
protected LogManager |
mLogger |
protected String |
name |
protected String |
namespace |
protected String |
pfn |
protected String |
profile |
protected List |
profiles |
protected String |
resource |
protected SysInfo |
system |
protected String |
systemstring |
protected TransformationCatalog |
tc |
protected int |
trigger |
protected String |
type |
protected String |
version |
Constructor and Description |
---|
Client() |
Modifier and Type | Method and Description |
---|---|
static String |
convertException(Exception e,
int logLevel)
Returns an error message that chains all the lower order error messages
that might have been thrown.
|
void |
fillArgs(Map argsmap)
Takes the arguments from the TCClient and stores it for acess to the other TC Client modules.
|
protected int trigger
protected String lfn
protected String pfn
protected String profile
protected String type
protected String resource
protected String systemstring
protected String namespace
protected String name
protected String version
protected List profiles
protected SysInfo system
protected String file
protected LogManager mLogger
protected TransformationCatalog tc
protected boolean isxml
protected boolean isoldformat
public void fillArgs(Map argsmap)
argsmap
- Mappublic static String convertException(Exception e, int logLevel)
e
- the Exception for which the error message has to be composed.logLevel
- the user specified level for the loggerCopyright © 2011 The University of Southern California. All Rights Reserved.