public class LoadDevicePermitMap extends Object
Modifier and Type | Field and Description |
---|---|
protected PortalContext |
mContext |
protected LoaderOptions |
mOptions |
Constructor and Description |
---|
LoadDevicePermitMap(LoaderOptions loader)
Constructor takes the Loader options object as the param.
|
Modifier and Type | Method and Description |
---|---|
com.portal.common.FileParser |
createParser(LoaderOptions options)
createParser returns the DeviceStateConfigParser object which implements the FileParser
|
static void |
main(String[] args) |
void |
processConfig(LoadPinConfigParams configParams)
processConfig is the method invoked by the derived classes,
this method connects to Portal and invokes the parser,
gets an Flist and calls the updateInfranet method with the Flist
|
void |
updateParseFlist(FList parseFlist,
FList resultFlist)
updateParseFlist modifies the parseFlist produced by the parser.
|
protected LoaderOptions mOptions
protected PortalContext mContext
public LoadDevicePermitMap(LoaderOptions loader)
options
- LoaderOptions object that contains info about the
command line argspublic com.portal.common.FileParser createParser(LoaderOptions options)
options
- LoaderOptions object that contains info about the
command line argspublic void updateParseFlist(FList parseFlist, FList resultFlist) throws EBufException
parseFlist
- the parseFList that is returned from the parser.resultFlist
- the resultFlist contains the results of the database searchEBufException
public static void main(String[] args)
public void processConfig(LoadPinConfigParams configParams)
configParams
- Object contains the params used, most
commonly contains the objectName, Opcode to be used for insertion
and opcode to be used for deletionCopyright © 2003, 2023, Oracle and/or its affiliates.