Uses of Class
com.j_spaces.core.fifo.FifoBackgroundRequest
Packages that use FifoBackgroundRequest
Package
Description
Provides Space properties and security context services
-
Uses of FifoBackgroundRequest in com.j_spaces.core
Methods in com.j_spaces.core that return types with arguments of type FifoBackgroundRequestMethods in com.j_spaces.core with parameters of type FifoBackgroundRequestModifier and TypeMethodDescriptionvoidPendingFifoSearch.addRejectedEntry(IEntryHolder eh, FifoBackgroundRequest red) -
Uses of FifoBackgroundRequest in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context that return FifoBackgroundRequestMethods in com.j_spaces.core.cache.context with parameters of type FifoBackgroundRequest -
Uses of FifoBackgroundRequest in com.j_spaces.core.fifo
Methods in com.j_spaces.core.fifo with parameters of type FifoBackgroundRequestModifier and TypeMethodDescriptionvoidDefaultFifoBackgroundDispatcher.activateRequest(FifoBackgroundRequest rd) abstract voidFifoBackgroundDispatcher.activateRequest(FifoBackgroundRequest rd) protected static voidFifoBackgroundDispatcher.activateRequest(FifoBackgroundRequest rd, FifoWorkerThread[] workers) voidDefaultFifoBackgroundDispatcher.cancelRequest(FifoBackgroundRequest rd) abstract voidFifoBackgroundDispatcher.cancelRequest(FifoBackgroundRequest rd) protected voidFifoWorkerThread.handleNonNotifyRequest(FifoBackgroundRequest rd) protected abstract voidFifoWorkerThread.handleNotifyRequest(FifoBackgroundRequest rd) protected voidFifoWorkerThread.handleNotifyRequest(FifoBackgroundRequest rd, NotifyActionType notifyType) protected voidFifoWorkerThread.handleRequest(FifoBackgroundRequest rd) protected voidFifoWorkerThread.performGeneralEntryNonNotify(IEntryHolder eh, FifoBackgroundRequest rd) perform general non-notifyprotected voidFifoWorkerThread.performTemplateOnEntryNonNotify(IEntryHolder eh, ITemplateHolder template, FifoBackgroundRequest rd) voidDefaultFifoBackgroundDispatcher.positionAndActivateRequest(FifoBackgroundRequest rd) abstract voidFifoBackgroundDispatcher.positionAndActivateRequest(FifoBackgroundRequest rd) protected static voidFifoBackgroundDispatcher.positionAndActivateRequest(FifoBackgroundRequest rd, FifoWorkerThread[] workers) abstract voidFifoWorkerThread.positionAndActivateRequest(FifoBackgroundRequest rd) voidDefaultFifoBackgroundDispatcher.positionRequest(FifoBackgroundRequest rd) abstract voidFifoBackgroundDispatcher.positionRequest(FifoBackgroundRequest rd) protected static voidFifoBackgroundDispatcher.positionRequest(FifoBackgroundRequest rd, FifoWorkerThread[] workers) abstract voidFifoWorkerThread.positionRequest(FifoBackgroundRequest rd) protected voidFifoWorkerThread.processRejectedRequestsToPerform(FifoBackgroundRequest rd, List<FifoBackgroundRequest> rejectedRequestsToPerform) Method parameters in com.j_spaces.core.fifo with type arguments of type FifoBackgroundRequestModifier and TypeMethodDescriptionprotected voidFifoWorkerThread.processRejectedRequestsToPerform(FifoBackgroundRequest rd, List<FifoBackgroundRequest> rejectedRequestsToPerform)