| Package | Description |
|---|---|
| org.alfresco.jlan.server | |
| org.alfresco.jlan.server.filesys.cache.cluster | |
| org.alfresco.jlan.server.filesys.cache.hazelcast |
| Modifier and Type | Method and Description |
|---|---|
static RequestPostProcessor |
RequestPostProcessor.dequeuePostProcessor()
Dequeue a post processor from the queue
|
static RequestPostProcessor |
RequestPostProcessor.findPostProcessor(Class postProcClass)
Search for a post processor of the specified type within the list
|
RequestPostProcessor |
SrvSession.getNextPostProcessor()
Return the post processor at the head of the queue, or null if there are no more post processors
queued.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RequestPostProcessor.queuePostProcessor(RequestPostProcessor postProc)
Queue a post processor
|
static void |
RequestPostProcessor.removePostProcessorFromQueue(RequestPostProcessor postProcessor)
Remove the post processor from the queue
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileStatePostProcessor
File State Post Processor Abstract Class
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateUpdatePostProcessor
File State Update Post Processor Class
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.