com.infoengine.ebai
Class IeExecJquery

java.lang.Object
  extended bycom.infoengine.ebai.AdapterWebject
      extended bycom.infoengine.ebai.IeExecJquery

public class IeExecJquery
extends AdapterWebject


Field Summary
private  String clientName
           
private  com.cnt.ea.jclient3.utility.DebugController debug
           
private  int debugLevel
           
private  String eaClass
           
private  String eaEnvMgr
           
private  String eaMethod
           
private  String eaService
           
private  String eaSession
           
private  Enumeration groupOut
           
private  RequestContext rqtCxt
           
private  String serviceName
           
 
Fields inherited from class com.infoengine.ebai.AdapterWebject
rb
 
Constructor Summary
IeExecJquery()
           
 
Method Summary
 void init(RequestContext rqtContext)
           
 void process()
           
private  void writeGroupOut(List mapList, String GroupOutName)
           
 
Methods inherited from class com.infoengine.ebai.AdapterWebject
getRequestContext, getResponse, toClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rqtCxt

private RequestContext rqtCxt

serviceName

private String serviceName

eaClass

private String eaClass

eaService

private String eaService

eaMethod

private String eaMethod

eaEnvMgr

private String eaEnvMgr

eaSession

private String eaSession

groupOut

private Enumeration groupOut

debugLevel

private int debugLevel

debug

private com.cnt.ea.jclient3.utility.DebugController debug

clientName

private String clientName
Constructor Detail

IeExecJquery

public IeExecJquery()
Method Detail

init

public void init(RequestContext rqtContext)
Specified by:
init in class AdapterWebject

process

public void process()
             throws IEException
Specified by:
process in class AdapterWebject
Throws:
IEException

writeGroupOut

private void writeGroupOut(List mapList,
                           String GroupOutName)