org.infinispan.cdi
Class RemoteCacheProducer
java.lang.Object
org.infinispan.cdi.RemoteCacheProducer
public class RemoteCacheProducer
- extends Object
The RemoteCache
producer.
- Author:
- Kevin Pollet (C) 2011 SERLI
Method Summary |
|
getRemoteCache(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Produces the remote cache. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteCacheProducer
public RemoteCacheProducer()
getRemoteCache
@Remote
@Produces
public <K,V> RemoteCache<K,V> getRemoteCache(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
- Produces the remote cache.
- Type Parameters:
K
- the type of the key.V
- the type of the value.- Parameters:
injectionPoint
- the injection point.
- Returns:
- the remote cache instance.
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.