Package org.infinispan.context

Examples of org.infinispan.context.InvocationContextImpl


public class ContextFactory {
   /**
    * @return a new invocation context
    */
   public InvocationContext createInvocationContext() {
      return new InvocationContextImpl();
   }
View Full Code Here


public class DefaultContextFactory implements ContextFactory {
   /**
    * @return a new invocation context
    */
   public InvocationContext createInvocationContext() {
      return new InvocationContextImpl();
   }
View Full Code Here

TOP

Related Classes of org.infinispan.context.InvocationContextImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.