Uses of Class
org.jboss.cache.marshall.JBCMethodCall

Packages that use JBCMethodCall
org.jboss.cache.buddyreplication   
org.jboss.cache.interceptors   
org.jboss.cache.marshall   
 

Uses of JBCMethodCall in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication that return JBCMethodCall
 JBCMethodCall BuddyManager.transformFqns(JBCMethodCall call)
          Introspects method call for Fqns and changes them such that they are under the current buddy group's backup subtree (e.g., /_buddy_backup_/my_host:7890/) rather than the root (/).
 JBCMethodCall BuddyManager.transformFqns(JBCMethodCall call, boolean transformForCurrentCall)
           
 

Methods in org.jboss.cache.buddyreplication with parameters of type JBCMethodCall
 JBCMethodCall BuddyManager.transformFqns(JBCMethodCall call)
          Introspects method call for Fqns and changes them such that they are under the current buddy group's backup subtree (e.g., /_buddy_backup_/my_host:7890/) rather than the root (/).
 JBCMethodCall BuddyManager.transformFqns(JBCMethodCall call, boolean transformForCurrentCall)
           
 

Uses of JBCMethodCall in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type JBCMethodCall
protected  java.lang.Object OptimisticReplicationInterceptor.broadcastPrepare(JBCMethodCall methodCall, GlobalTransaction gtx)
           
protected  boolean BaseRpcInterceptor.containsModifications(JBCMethodCall m)
           
protected  Modification CacheStoreInterceptor.convertMethodCallToModification(JBCMethodCall methodCall)
           
protected  boolean Interceptor.isBuddyGroupOrganisationMethod(JBCMethodCall mc)
           
protected  boolean Interceptor.isOnePhaseCommitPrepareMehod(JBCMethodCall m)
          This only works for prepare() and optimisticPrepare() method calls.
protected  boolean Interceptor.isTransactionLifecycleMethod(JBCMethodCall mc)
           
protected  void BaseRpcInterceptor.replicateCall(JBCMethodCall call, boolean sync)
           
protected  void BaseRpcInterceptor.replicateCall(java.util.List recipients, JBCMethodCall call, boolean sync)
           
protected  void ReplicationInterceptor.runPreparePhase(JBCMethodCall prepareMethod, GlobalTransaction gtx)
          Calls prepare(GlobalTransaction,List,org.jgroups.Address,boolean)) in all members except self.
 

Uses of JBCMethodCall in org.jboss.cache.marshall
 

Methods in org.jboss.cache.marshall that return JBCMethodCall
static JBCMethodCall MethodCallFactory.create(java.lang.reflect.Method method, java.lang.Object[] arguments)
          Creates and initialised an instance of MethodCall
 

Methods in org.jboss.cache.marshall with parameters of type JBCMethodCall
protected  java.lang.String TreeCacheMarshaller.extractFqn(JBCMethodCall method_call)
           
protected  java.lang.String Marshaller.extractFqn(JBCMethodCall methodCall)
           
protected  java.lang.String TreeCacheMarshaller.extractFqnFromListOfMethodCall(JBCMethodCall call)
          This is "replicate" call with a list of MethodCall argument.
protected  java.lang.String Marshaller.extractFqnFromListOfMethodCall(JBCMethodCall call)
          This is "replicate" call with a list of MethodCall argument.
protected  java.lang.String TreeCacheMarshaller.extractFqnFromMethodCall(JBCMethodCall call)
          This is "replicate" call with a single MethodCall argument.
protected  java.lang.String Marshaller.extractFqnFromMethodCall(JBCMethodCall call)
          This is "replicate" call with a single MethodCall argument.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.