public class Exporter
extends Object
implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static String |
attsDir |
static String |
comapsDir |
static String |
ctmapsDir |
static String[] |
CUSTOM_ATTS |
static String |
DEFAULT |
static String[] |
EPMDOC_ATTS |
static int |
MAJOR |
static String |
mapsDir |
static int |
MINOR |
static String |
msmapsDir |
static String[] |
PDMLPROD_ATTS |
static String |
rcmapsDir |
static String[] |
REV_ATTS |
static String |
stmapsDir |
static String |
sulisDir |
static String[] |
WTCO_ATTS |
static String[] |
WTCONT_ATTS |
static String[] |
WTDOC_ATTS |
static String[] |
WTLIB_ATTS |
static String[] |
WTOBJ_ATTS |
static String[] |
WTPART_ATTS |
| Constructor and Description |
|---|
Exporter() |
Exporter(String cfg) |
Exporter(String cfg,
Map other) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
availableConfigs(String s) |
static Object |
class2val(Object in) |
boolean |
clean() |
Map |
export() |
Map |
export(Persistable expObj) |
static Map |
getAttsMap(Persistable expObj,
boolean subMap) |
String |
getErrCond() |
int |
getNPolled() |
Map |
getOtherMeta() |
static String |
getSelect(String mapType,
String name,
String headVal,
String headDisplay,
String curVal) |
Map |
getSettings() |
void |
init(String cfg,
Map other) |
static void |
initSetup() |
boolean |
isExportSuccess() |
boolean |
isTransferComplete() |
boolean |
isTransferSuccess() |
boolean |
isTransferSuccess(boolean save) |
static void |
main(String[] a) |
void |
readExternal(ObjectInput objectinput) |
void |
registerRelease() |
Map |
retry() |
void |
setNPolled(int n) |
void |
setOtherMeta(Map m) |
String |
toString() |
static void |
usage() |
void |
writeExternal(ObjectOutput objectoutput) |
public static final int MAJOR
public static final int MINOR
public static final String DEFAULT
public static final String sulisDir
public static final String attsDir
public static final String mapsDir
public static final String rcmapsDir
public static final String msmapsDir
public static final String comapsDir
public static final String ctmapsDir
public static final String stmapsDir
public static String[] REV_ATTS
public static String[] WTPART_ATTS
public static String[] WTDOC_ATTS
public static String[] EPMDOC_ATTS
public static String[] WTOBJ_ATTS
public static String[] WTCONT_ATTS
public static String[] WTCO_ATTS
public static String[] WTLIB_ATTS
public static String[] PDMLPROD_ATTS
public static String[] CUSTOM_ATTS
public Exporter()
throws Exception
Exceptionpublic Exporter(String cfg)
throws Exception
Exceptionpublic Exporter(String cfg,
Map other)
throws Exception
Exceptionpublic static Object class2val(Object in)
public static void initSetup()
throws Exception
Exceptionpublic void init(String cfg,
Map other)
throws Exception
Exceptionpublic void writeExternal(ObjectOutput objectoutput)
throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput objectinput)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void setOtherMeta(Map m)
public Map getOtherMeta()
public Map getSettings()
public static Map getAttsMap(Persistable expObj,
boolean subMap)
throws Exception
Exceptionpublic String getErrCond()
public int getNPolled()
public void setNPolled(int n)
public boolean isExportSuccess()
public boolean isTransferSuccess()
public boolean isTransferSuccess(boolean save)
public boolean isTransferComplete()
public Map retry()
public Map export()
throws Exception
Exceptionpublic Map export(Persistable expObj)
public static String getSelect(String mapType,
String name,
String headVal,
String headDisplay,
String curVal)
public static List<String> availableConfigs(String s)
public void registerRelease()
throws Exception
Exceptionpublic boolean clean()
public String toString()
toString in class Objectpublic static void main(String[] a)
throws Exception
Exceptionpublic static void usage()