Uses of Interface
info.magnolia.context.MgnlContext.Op

Packages that use MgnlContext.Op
info.magnolia.context   
 

Uses of MgnlContext.Op in info.magnolia.context
 

Classes in info.magnolia.context that implement MgnlContext.Op
static class MgnlContext.VoidOp
          An Op that does not return values and can only throw RuntimeExceptions.
 

Methods in info.magnolia.context with parameters of type MgnlContext.Op
static
<T,E extends Throwable>
T
MgnlContext.doInSystemContext(MgnlContext.Op<T,E> op)
          Executes the given operation in the system context and sets it back to the original once done (also if an exception is thrown).
static
<T,E extends Throwable>
T
MgnlContext.doInSystemContext(MgnlContext.Op<T,E> op, boolean releaseAfterExecution)
          Executes the given operation in the system context and sets it back to the original once done (also if an exception is thrown).
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.