| |
|
| com.sun.portal.search.admin.model.AdvancedLogModelImpl
csidFileRelativPath | final public static String csidFileRelativPath(Code) | | |
AdvancedLogModelImpl | public AdvancedLogModelImpl(HttpServletRequest req, String rbName)(Code) | | constructor
Parameters: req - HTTP Servlet Request Parameters: rbName - resource bundle name |
execute | public Object execute(ModelExecutionContext context) throws ModelControlException(Code) | | |
getIndexMaintenanceLog | public String getIndexMaintenanceLog()(Code) | | |
getSearchLogState | public boolean getSearchLogState()(Code) | | getting boolean state of property disable-rdm-log in search.conf
|
load | public void load()(Code) | | loading the model from file
|
retrieve | public Object retrieve(ModelExecutionContext context) throws ModelControlException(Code) | | 1. reads extract the location of the search.conf file
2. open the search.conf
3. populate AdvancedLogModelImpl object
|
setIndexMaintenanceLog | public void setIndexMaintenanceLog(String value)(Code) | | |
setRdmDebugLevel | public void setRdmDebugLevel(String value)(Code) | | |
setRdmDebugLog | public void setRdmDebugLog(String value)(Code) | | |
setSearchLogState | public void setSearchLogState(boolean value)(Code) | | setting boolean state of property disable-rdm-log in search.conf
|
setSearchRDMLog | public void setSearchRDMLog(String value)(Code) | | |
store | public void store()(Code) | | storing the model in file search.conf
|
|
|
|