org.griphyn.common.catalog.transformation.client
Class Client

java.lang.Object
  extended by org.griphyn.common.catalog.transformation.client.Client
Direct Known Subclasses:
TCAdd, TCDelete, TCQuery

public class Client
extends Object


Field Summary
protected  String file
           
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 Summary
Client()
           
 
Method Summary
 void fillArgs(Map argsmap)
          Takes the arguments from the TCClient and stores it for acess to the other TC Client modules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trigger

protected int trigger

lfn

protected String lfn

pfn

protected String pfn

profile

protected String profile

type

protected String type

resource

protected String resource

systemstring

protected String systemstring

namespace

protected String namespace

name

protected String name

version

protected String version

profiles

protected List profiles

system

protected SysInfo system

file

protected String file

mLogger

protected LogManager mLogger

tc

protected TransformationCatalog tc

isxml

protected boolean isxml
Constructor Detail

Client

public Client()
Method Detail

fillArgs

public void fillArgs(Map argsmap)
Takes the arguments from the TCClient and stores it for acess to the other TC Client modules.

Parameters:
argsmap - Map


Copyright © 2007 The University of Southern California. All Rights Reserved.