org.hibernate.search.infinispan.logging.impl
Interface Log

All Superinterfaces:
org.jboss.logging.BasicLogger, Log

@MessageLogger(projectCode="HSEARCH")
public interface Log
extends Log

Hibernate Search Infinispan's log abstraction layer on top of JBoss Logging.

Since:
4.0
Author:
Davide D'Alto

Method Summary
 void unableToReleaseInitialContext(NamingException ne)
           
 void unableToRetrieveCacheManagerFromJndi(String jndiNamespace, NamingException ne)
           
 
Methods inherited from interface org.hibernate.search.util.logging.impl.Log
abstractClassesCannotInsertDocuments, attributeNotRecognizedNorSerializable, backendError, cannotDeserializeField, cannotDeserializeOperation, cannotExtractValueForIdentifier, cannotGetResultSizeWithCriteriaAndRestriction, cannotGuessTransactionStatus, cannotOpenIndexWriterCausePreviousError, cannotSerializeCustomField, cantOpenCorruptedIndex, checkSizeMustBePositive, closedBlackholeBackend, containedInPointsToProvidedId, conversionFromReaderToStringNotYetImplemented, couldNotCloseResource, directoryProviderExceptionOnStop, errorDuringBatchIndexing, errorExecutingRunnableInTransaction, errorRollingBackTransaction, eventListenerWontBeRegistered, exceptionDuringIndexMergeOperation, exceptionOccurred, failedSlaveDirectoryProviderInitialization, failToDeserializeObject, failToSerializeObject, fieldLooksBinaryButDecompressionFailed, forceRemoveOnIndexOperationViaInterception, forceSkipIndexOperationViaInterception, forceToUseDocumentExtraction, forceUpdateOnIndexOperationViaInterception, forcingReleaseIndexWriterLock, foundCurrentMarker, idCannotBeExtracted, ignoringBackendOptionForIndex, illegalObjectRetrievedFromMessage, incompatibleProtocolVersion, inconsistentFieldConfiguration, incorrectMessageType, indexDirectoryNotFoundCreatingNewOne, indexingCompletedAndMBeanUnregistered, indexingDocumentsCompleted, indexingEntities, indexingEntitiesCompleted, indexingSpeed, initializedBlackholeBackend, interruptedBatchIndexing, interruptedWhileWaitingForIndexActivity, interruptedWorkError, ioExceptionOnIndex, ioExceptionOnIndexWriter, jGroupsChannelCreationFromStringError, jGroupsChannelCreationUsingFileError, jGroupsChannelCreationUsingXmlError, jGroupsChannelInjectionError, jGroupsClosingChannelError, jGroupsConfigurationNotFoundInProperties, jGroupsConnectedToCluster, jGroupsDefaultConfigurationFileNotFound, jGroupsDisconnectingAndClosingChannel, jGroupsFlushNotPresentInStack, jGroupsReceivedNewClusterView, jGroupsStartingChannel, legacyJGroupsConfigurationDefined, massIndexerIndexWriterThreadsIgnored, massIndexerUnexpectedErrorMessage, messageReceivedForUndefinedIndex, needAtLeastOneIndexedEntityType, needAtLeastOneIndexName, noCurrentMarkerInSourceDirectory, notAnIndexedType, notChangeTimestamp, notDeleted, nullIsInvalidIndexedType, nullIsInvalidIndexName, optimizationSkippedStillBusy, pushedChangesOutOfTransaction, readerProviderExceptionOnDestroy, readersNotProperlyClosedInReaderProvider, receivedEmptyLuceneWorksInMessage, recommendConfiguringLuceneVersion, requestedIndexNotDefined, serializationProtocol, serviceProviderNotReleased, shuttingDownBackend, similarityInstantiationException, skippingDirectorySynchronization, stopServiceFailed, terminatingBatchWorkCanCauseInconsistentState, unableConnectingToJGroupsCluster, unableToCloseJmsConnection, unableToCloseLuceneDirectory, unableToCLoseLuceneIndexReader, unableToCloseSearcherDuringQuery, unableToCloseSearcherInScrollableResult, unableToCompareSourceWithDestinationDirectory, unableToConvertSerializableIndexToLuceneIndex, unableToConvertSerializableStoreToLuceneStore, unableToConvertSerializableTermVectorToLuceneTermVector, unableToCreateCurrentMarker, unableToDeserializeAvroStream, unableToDetermineCurrentInSourceDirectory, unableToInitializeIndexManager, unableToLoadResource, unableToReadFile, unableToReadSerializedLuceneWorks, unableToReadTokenStream, unableToRemovePreviousMarket, unableToRetrieveNamedAnalyzer, unableToRetrieveObjectFromMessage, unableToSendWorkViaJGroups, unableToSerializeInAvro, unableToSerializeLuceneWorks, unableToShutdownAsynchronousIndexing, unableToShutdownAsynchronousIndexingByTimeout, unableToStartJGroupsChannel, unableToStartSerializationLayer, unableToSynchronizeSource, unableToUnregisterExistingMBean, unexpectedErrorInLuceneBackend, unexpectedValueMissingFromFieldCache, unknownAttributeSerializedRepresentation, unknownFieldType, unknownFullTextFilter, unknownNumericFieldType, updatedDirectoryProviders, version, warnSuspiciousBackendDirectoryCombination, workerException
 
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
 

Method Detail

unableToRetrieveCacheManagerFromJndi

@LogMessage(level=ERROR)
@Message(id=100055,
         value="Unable to retrieve CacheManager from JNDI [%s]")
void unableToRetrieveCacheManagerFromJndi(String jndiNamespace,
                                                             @Cause
                                                             NamingException ne)

unableToReleaseInitialContext

@LogMessage(level=ERROR)
@Message(id=100056,
         value="Unable to release initial context")
void unableToReleaseInitialContext(@Cause
                                                      NamingException ne)


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved