|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Collection Gateway implementations are responsible for collecting raw data and formatting it as IResultSet
objects. The data is then processed by an IGatewayListener which feeds the
data to IGatewayOutputProcessor implementations which can create collections or
other types of outputs (Parametric Indexes, databases, etc.).
| Method Summary | |
java.lang.String |
getConfigurationXML()
|
void |
initialize(org.w3c.dom.Element gatewayElem,
ISearchFieldMap sfMap)
Initialize the ICollectionGateway from a Configuration XML element. |
boolean |
isPaused()
|
void |
pause()
|
void |
resume()
|
void |
run()
|
void |
run(ILoginInfo userInfo)
Need to have loginInfo for sources which require login/pw access. |
void |
setGatewayListener(IGatewayListener listener)
Sets the IGatewayListener interface. |
void |
setInputParameters(OrderedMap inputParams)
set input parameters... |
| Method Detail |
public void run()
run in interface java.lang.Runnablepublic void pause()
public void resume()
public boolean isPaused()
public void run(ILoginInfo userInfo)
public void setInputParameters(OrderedMap inputParams)
public void setGatewayListener(IGatewayListener listener)
public void initialize(org.w3c.dom.Element gatewayElem,
ISearchFieldMap sfMap)
public java.lang.String getConfigurationXML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||