[jboss-user] [JBoss Cache: Core Edition] - Re: is it possible for MVCCInvocationContext to have null mv

dukehoops do-not-reply at jboss.com
Sat Mar 7 20:39:48 EST 2009


Sorry, I meant 'mvccTCtx' from:


  |    public NodeSPI lookUpNode(Fqn fqn)
  |    {
  |       if (mvccTCtx != null) return mvccTCtx.lookUpNode(fqn);
  |       return lookedUpNodes == null ? null : lookedUpNodes.get(fqn);
  |    }
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215971#4215971

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215971



More information about the jboss-user mailing list