Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.query.impl
Class ComponentRegistryUtils

java.lang.Object
  extended by org.infinispan.query.impl.ComponentRegistryUtils

public class ComponentRegistryUtils
extends Object

Component registry utilities

Author:
Marko Luksa, Galder ZamarreƱo

Method Summary
static
<T> T
getComponent(Cache<?,?> cache, Class<T> class1)
           
static
<T> T
getComponent(Cache<?,?> cache, Class<T> class1, String name)
           
static QueryInterceptor getQueryInterceptor(Cache<?,?> cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComponent

public static <T> T getComponent(Cache<?,?> cache,
                                 Class<T> class1)

getComponent

public static <T> T getComponent(Cache<?,?> cache,
                                 Class<T> class1,
                                 String name)

getQueryInterceptor

public static QueryInterceptor getQueryInterceptor(Cache<?,?> cache)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.