Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.test.IR
Class DatabaseDiagnosticHandler  view DatabaseDiagnosticHandler download DatabaseDiagnosticHandler.java

java.lang.Object
  extended bycom.k_int.IR.DiagnosticHandler
      extended bycom.k_int.test.IR.DatabaseDiagnosticHandler

public class DatabaseDiagnosticHandler
extends com.k_int.IR.DiagnosticHandler


Field Summary
private static LoggingContext cat
           
 
Constructor Summary
DatabaseDiagnosticHandler()
           
 
Method Summary
 void onDatabasebCombinationUnsupported(com.k_int.IR.Diagnostic the_diagnostic)
           
 void onDatabaseDoesntExist(com.k_int.IR.Diagnostic the_diagnostic)
           
 void onDatabaseUnavailable(com.k_int.IR.Diagnostic the_diagnostic)
           
protected  void onGenericDBaseError(com.k_int.IR.Diagnostic the_diagnostic)
           
 
Methods inherited from class com.k_int.IR.DiagnosticHandler
onAccessControlFailure, onAccessToSpecifiedDatabaseDenied, onAdditionalRangesParamUnsupported, onAttrSetinAttrElementUnsupported, onAttrValueComplexUnsupported, onCantOverwriteExistingResSetName, onCantSortAccordingToSequence, onChallengeFailedRecNotSent, onChallengeRequiredOperationTerminated, onChallengeRequiredRecNotSent, onCompSpecParamUnsupported, onDatabaseCombinationUnsupported, onDatabaseSpecifcSortUnsupported, onDatabaseSpecificSortOnly, onDuplicateSortKeys, onElementSetNamesNotSupported, onError, onESImmediateExecutionFailed, onESImmediateExecutionNotSupportedForParams, onESImmediateExecutionNotSupportedForService, onESNNotValidForSpecifiedDatabase, onESNoSuchPackageForModifyOrDelete, onESPackageNameAlreadyInUse, onESPermissionDeniedCantModifyOrDelete, onESPermissionDeniedUnauthorizedId, onESQuotaExceeded, onESTypeUnsupported, onIllegalCaseValue, onIllegalMissingDataAction, onIllegalResSetInProximitySearch, onIllegalResSetName, onIllegalSort, onIllegalSortRelation, onIllegalTermValforAttr, onIncompatibleRecFormatsForSort, onInvalidRecordNumberFormat, onIOExceptionSendingMessage, onKintConnectionFailed, onKintExternalCIDResponse, onKintInvalidQuery, onKintIOExceptionSendingMessage, onKintProblemParsingSortSpecification, onKintSearchException, onKintSortFailure, onMalformedQuery, onMalformedScan, onMalformedSearchTerm, onMaxSegmentSizeTooSmall, onNoAgreedSyntaxForRec, onNoDataAvailableInRequestedSyntax, onNoResSetNameSuppliedOnSort, onOneOfSpecifiedDatabasesIsLocked, onOnlyGenericESNSupported, onOperatorUnsupported, onPermanentSystemError, onPresentRequestOutOfRange, onProximityOrderedFlagNotSupported, onProximitySetSearchUnsupported, onProximityUnsupportedWithSuppliedAttrs, onQueryTypeNotSupported, onRecExceedsExceptionalSize, onRecExceedsPreferredMessageSize, onRecNotAvailableInRequestedSyntax, onRecsMightNotFitSpecifiedSegments, onRecSyntaxNotSupported, onRecUnauthorisedInterSystem, onResourcesExhaustedNoResults, onResourcesExhaustedUnpredictableResults, onResourcesExhaustedValidSubsetAvailable, onResSetUnsupportedAsSearchTerm, onRestrictionResultAttrOperandUnsupported, onResultSetAlreadyDeletedByTarget, onResultSetInUse, onResultSetNamingNotSupported, onScanResourcesExhaustedNoSatisfyingTerms, onScanSpecifedStepSizeNotSupported, onScanZeroStepSizeOnly, onSingleResSetAsSearchTermOnly, onSingleResSetAsSearchTermUseAndOnly, onSpecifiedResultSetDoesNotExist, onStartOrEndOFTermListForScan, onSysErrorPresentingRecords, onTemporarySystemError, onTerminatedAtOriginRequest, onTermListUnsupportedForScan, onTermsOnlyStopWords, onTermTypeNotSupported, onTooManyArgumentWords, onTooManyBooleanOperators, onTooManyCharsInSearchStmt, onTooManyDatabasesSpecified, onTooManyIncompleteSubfields, onTooManyIndexTermsProcessed, onTooManyInputResultsForSort, onTooManyRecordsRetrieved, onTooManyResultSetsCreated, onTooManySortKeys, onTooManyTruncatedWords, onTruncatedWordsTooShort, onUnparsableFormatForUnNormalizedVal, onUnsupportedAttrCombination, onUnsupportedAttributeType, onUnsupportedAttrSet, onUnsupportedCodedValForTerm, onUnsupportedCompletenessAttr, onUnsupportedMissingDataAction, onUnsupportedPositionAttr, onUnsupportedProximityDistance, onUnsupportedProximityRelation, onUnsupportedProximityUnitCode, onUnsupportedRelationAttr, onUnsupportedSearch, onUnsupportedStructureAttr, onUnsupportedTermValForUseAttr, onUnsupportedTruncationAttr, onUnsupportedUseAttribute, onUnsupportedValofPositionInResponseForScan, onUseAttrRequiredButNotSupplied
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

private static LoggingContext cat
Constructor Detail

DatabaseDiagnosticHandler

public DatabaseDiagnosticHandler()
Method Detail

onDatabaseDoesntExist

public void onDatabaseDoesntExist(com.k_int.IR.Diagnostic the_diagnostic)

onDatabasebCombinationUnsupported

public void onDatabasebCombinationUnsupported(com.k_int.IR.Diagnostic the_diagnostic)

onDatabaseUnavailable

public void onDatabaseUnavailable(com.k_int.IR.Diagnostic the_diagnostic)

onGenericDBaseError

protected void onGenericDBaseError(com.k_int.IR.Diagnostic the_diagnostic)