org.infinispan.cdi
Class RemoteCacheProducer

java.lang.Object
  extended by org.infinispan.cdi.RemoteCacheProducer

public class RemoteCacheProducer
extends Object

The RemoteCache producer.

Author:
Kevin Pollet (C) 2011 SERLI

Constructor Summary
RemoteCacheProducer()
           
 
Method Summary
<K,V> RemoteCache<K,V>
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
 

Constructor Detail

RemoteCacheProducer

public RemoteCacheProducer()
Method Detail

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.