|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEAdapterException | |
com.infoengine.doorsadapter | |
com.infoengine.edasql | |
com.infoengine.email | |
com.infoengine.exception.adapter | |
com.infoengine.jdbc | |
com.infoengine.jndi | |
com.infoengine.pda |
Uses of IEAdapterException in com.infoengine.doorsadapter |
Methods in com.infoengine.doorsadapter that throw IEAdapterException | |
void |
Requirement.processBulk(String ObjectList,
int comLength,
int idLength,
Group grpOut,
int LINK,
boolean IMAGES,
String attributes,
String userid,
DoorsJNIlink doorsJNIlink)
|
Group |
Requirement.QueryObjects()
|
Group |
Requirement.UpdateObject()
|
Group |
Requirement.submitChangeProposal()
|
Group |
Project.QueryObjects()
|
Group |
Module.QueryObjects()
|
Group |
Link.QueryLinks()
|
void |
IeUpdateObject.process()
|
void |
IeSubmitChangeproposal.process()
|
void |
IeQueryObjects.process()
|
void |
IeQueryLinks.process()
|
void |
IeGetImage.process()
|
Group |
Folder.QueryObjects()
|
static String |
DoorsUtil.GetModuleIdsForPattern(String containID,
String pattern,
int level,
String userId)
|
static String |
DoorsUtil.GetAllModuleIdsInContainer(String containId,
int level,
String userId)
|
static String |
DoorsUtil.GetAllRequirementsInModuleIds(String moduleIds,
String userId,
String objectID,
int level,
String attributes,
String pattern)
|
Group |
DoorsObject.QueryObjects()
|
Group |
DoorsObject.UpdateObject()
|
Group |
ChangeProposal.QueryObjects()
|
Group |
ChangeProposal.QueryLinks()
|
void |
AdapterWebject.process()
|
Uses of IEAdapterException in com.infoengine.edasql |
Methods in com.infoengine.edasql that throw IEAdapterException | |
void |
IeUpdateObjects.process()
|
void |
IeSendBlobStream.process()
|
void |
IeQueryObjects.process()
|
void |
IePutBlobStream.process()
|
void |
IeGetBlobStream.process()
|
void |
IeExecProcedure.process()
|
void |
IeDoSql.process()
|
void |
IeDescribeAttributes.process()
|
void |
IeDeleteObjects.process()
|
void |
IeCreateObjects.process()
|
void |
AdapterWebject.process()
|
void |
AdapterWebject.buildCommand(String type)
|
ResultSet |
AdapterWebject.execCommand()
|
ResultSet |
AdapterWebject.execCommand(ibi.jlink.EdaStatement stmt)
|
protected void |
AdapterWebject.connectIWay()
|
Uses of IEAdapterException in com.infoengine.email |
Methods in com.infoengine.email that throw IEAdapterException | |
void |
ValidateUser.run(javax.mail.Store store)
|
void |
AbstractWebject.initialize(Task task,
String serviceName,
String domain,
com.infoengine.log.LogWriter logWriter)
|
Uses of IEAdapterException in com.infoengine.exception.adapter |
Subclasses of IEAdapterException in com.infoengine.exception.adapter | |
class |
IEAdapterAppException
This exception is thrown due to the errors or malfunctions resulting from your Enterprise Information Systems (EIS), or application servers your adapter encountered. |
class |
IEAdapterConnectionException
This exception is thrown due to the errors or malfunctions resulting from your connection failure to the Enterprise Information Systems (EIS), or application servers. |
class |
IEAdapterExecuteException
This exception is thrown due to the errors or malfunctions resulting from executing a request against the Enterprise Information Systems (EIS), or application servers. |
class |
IEAdapterIOException
This exception is thrown due to the errors or malfunctions resulting from the input and output between your adapter and the Enterprise Information Systems (EIS), or application servers; or between your adapter and the Info*Engine server. |
Uses of IEAdapterException in com.infoengine.jdbc |
Subclasses of IEAdapterException in com.infoengine.jdbc | |
class |
NoAvailableConnectionException
|
class |
UnknownConnectionException
|
Methods in com.infoengine.jdbc that throw IEAdapterException | |
void |
ValidateUser.run()
|
void |
UpdateObjects.run()
|
void |
Transaction.run()
|
protected void |
Transaction.runRollback()
|
protected void |
Transaction.runSavepoint()
|
protected void |
Transaction.checkSupportForSavepoints()
|
protected void |
Transaction.runCommitOrEnd(String action)
|
protected void |
Transaction.runStart()
|
void |
SendClobStream.run()
|
void |
SendClobStream.returnBlob(ResultSet rset)
|
void |
SendBulkStream.run()
|
void |
SendBulkStream.returnBlob()
|
void |
SendBlobStream.run()
|
void |
SendBlobStream.returnBlob(ResultSet rset)
|
void |
QueryObjects.run()
|
void |
QueryAttributes.run()
|
void |
PutClobStream.run()
|
private void |
PutClobStream.updateOracle()
|
private void |
PutClobStream.updateNonOracle()
|
void |
PutBulkStream.run()
|
void |
PutBlobStream.run()
|
private void |
PutBlobStream.updateOracle()
|
private void |
PutBlobStream.updateNonOracle()
|
void |
PreparedBatchUpdate.run()
|
protected void |
PreparedBatchUpdate.checkUpdateCountsSize(int size)
|
protected void |
PreparedBatchUpdate.add_batch(Statement stmt)
|
protected void |
PreparedBatchUpdate.setNull(PreparedStatement pstmt,
int index,
String param_type,
int param_sql_type)
|
protected void |
PreparedBatchUpdate.processStruct(PreparedStatement pstmt,
int index,
String value,
String param_type)
|
protected oracle.sql.STRUCT |
PreparedBatchUpdate.get_oracle_struct(String type_name,
String value)
|
protected void |
PreparedBatchUpdate.processArray(PreparedStatement pstmt,
int index,
String value,
String param_type)
|
protected oracle.sql.ARRAY |
PreparedBatchUpdate.get_oracle_array(String type_name,
String value)
|
Object |
PreparedBatchUpdate.get_time_array(Vector elem_tokens)
|
Object |
PreparedBatchUpdate.get_date_array(Vector elem_tokens)
|
Object |
PreparedBatchUpdate.get_struct_array(Vector elem_tokens)
|
protected void |
PreparedBatchUpdate.set_parameter(PreparedStatement pstmt,
int index,
String trimmed_value,
String param_type,
int param_sql_type)
|
String[] |
PreparedBatchUpdate.getParamTypes()
|
static Connection |
JDBCOracleConnCache.getConnectionFromDS(String url,
String user,
String passwd,
int maxContextCacheSize)
|
void |
JDBCObject.initialize(String serviceName,
short dbType,
JdbcContext ctx,
Task rqst,
com.infoengine.log.LogWriter logWriter)
|
void |
JDBCObject.run()
|
Task |
JDBCObject.getTask()
|
protected void |
JDBCObject.makeConnection()
|
void |
JDBCObject.execCommand()
|
void |
JDBCObject.addResultSet(ResultSet set,
Group group)
|
void |
JDBCObject.returnBlob(ResultSet rset)
|
void |
JDBCObject.returnBlob()
|
protected String |
JDBCObject.getWebjectParam(String paramName,
boolean required)
|
void |
JDBCObject.buildSelect()
|
protected boolean |
JDBCObject.setCommitTypeInfo()
|
void |
JDBCAdapterImpl.setTransactionInfo(Properties env,
Webject webject)
|
static String |
JDBCAdapterImpl.getTransactionType(String action)
|
static void |
JDBCAdapterImpl.addSavepointToConnInfo(Object key,
Object svpnt,
short db_type)
|
static void |
JDBCAdapterImpl.addKeyToConnInfo(String session_id,
String db_url,
String db_user,
String db_passwd,
boolean in_use,
Object conn,
Object session_id_group)
|
static void |
JDBCAdapterImpl.remConnOrKeyFromConnInfo(String session_id,
boolean retainInfo)
|
Connection |
JDBCAdapterImpl.getConnectionFromConnInfo(String session_id)
|
Connection |
JDBCAdapterImpl.getNewConnection(String url,
String user,
String passwd)
|
Connection |
JDBCAdapterImpl.getConnForOracleOrTransaction(String url,
String user,
String passwd,
String session_id,
String trans_type)
|
private JdbcContext |
JDBCAdapterImpl.getCtxForOracleOrTransaction(Properties env)
|
private void |
JDBCAdapterImpl.closeCtxForOracleOrTransaction(JdbcContext context,
boolean error)
|
private JdbcContext |
JDBCAdapterImpl.getJdbcContext(Properties env)
|
private void |
JDBCAdapterImpl.closeContext(JdbcContext context,
boolean error)
|
oracle.sql.STRUCT |
ExecuteProcedure.getStruct(String fArgType,
String fArgValue)
|
oracle.sql.ARRAY |
ExecuteProcedure.getArray(String fArgType,
String fArgValue)
|
Date |
ExecuteProcedure.getDate(String fArgValue)
|
boolean |
ExecuteProcedure.setInParamter(int sqlIndex,
String sqlArg,
Vector fields,
int fldSize,
boolean returnParam,
Hashtable inputArgs,
StringBuffer textStmt)
|
void |
ExecuteProcedure.run()
|
void |
DoSql.run()
|
protected void |
DoSql.execBatch()
|
protected int[] |
DoSql.execute_batch(Statement stmt)
|
protected void |
DoSql.checkUpdateCountsSize(int size)
|
protected void |
DoSql.add_batch(Statement stmt)
|
void |
DescribeAttributes.run()
|
void |
DeleteObjects.run()
|
void |
CreateObject.run()
|
void |
BatchExecuteProcedure.run()
|
void |
BatchExecuteProcedure.add_batch(Statement stmt)
|
void |
BatchExecuteProcedure.setParameter(CallableStatement cstmt,
int param_index,
String fieldData,
int fieldDataType)
|
static Object |
BatchExecuteHelper.get_array_for_type(int base_type,
String type,
Vector elem_tokens,
String rb)
|
static String |
BatchExecuteHelper.getDateStrInEscFormat(String input_str,
com.infoengine.log.LogWriter log_writer,
String rb)
|
static Date |
BatchExecuteHelper.getDate(String str_date,
Connection conn,
String serviceName,
com.infoengine.log.LogWriter logWriter,
String rb)
|
Uses of IEAdapterException in com.infoengine.jndi |
Methods in com.infoengine.jndi that throw IEAdapterException | |
void |
ValidateUser.run(DirContext ctx)
|
void |
UpdateObject.run(DirContext ctx)
|
void |
SendBulkStream.run(DirContext ctx)
|
void |
SendBlobStream.run(DirContext ctx)
|
void |
RenameObject.run(DirContext ctx)
|
private void |
QueryObjects.queryNames(Group group,
String base,
String scope,
DirContext ctx)
|
void |
PutBulkStream.run(DirContext ctx)
|
void |
PutBlobStream.run(DirContext ctx)
|
void |
JNDIObject.initialize(Task rqst,
String serviceName,
com.infoengine.log.LogWriter logWriter,
Properties eProps)
|
void |
InSubtree.run(DirContext ctx)
|
void |
DeleteObjects.run(DirContext ctx)
|
void |
CreateObject.run(DirContext ctx)
|
void |
CompareAttribute.run(DirContext ctx)
|
Uses of IEAdapterException in com.infoengine.pda |
Methods in com.infoengine.pda that throw IEAdapterException | |
void |
AbstractWebject.initialize(Task task,
String serviceName,
com.infoengine.log.LogWriter logWriter)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |