org.infinispan.factories
Class KnownComponentNames

java.lang.Object
  extended by org.infinispan.factories.KnownComponentNames

public class KnownComponentNames
extends Object

Holder for known named component names. To be used with ComponentName annotation.

Since:
4.0
Author:
Manik Surtani

Field Summary
static String ASYNC_NOTIFICATION_EXECUTOR
           
static String ASYNC_REPLICATION_QUEUE_EXECUTOR
           
static String ASYNC_SERIALIZATION_EXECUTOR
           
static String EVICTION_SCHEDULED_EXECUTOR
           
 
Constructor Summary
KnownComponentNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASYNC_SERIALIZATION_EXECUTOR

public static final String ASYNC_SERIALIZATION_EXECUTOR
See Also:
Constant Field Values

ASYNC_NOTIFICATION_EXECUTOR

public static final String ASYNC_NOTIFICATION_EXECUTOR
See Also:
Constant Field Values

EVICTION_SCHEDULED_EXECUTOR

public static final String EVICTION_SCHEDULED_EXECUTOR
See Also:
Constant Field Values

ASYNC_REPLICATION_QUEUE_EXECUTOR

public static final String ASYNC_REPLICATION_QUEUE_EXECUTOR
See Also:
Constant Field Values
Constructor Detail

KnownComponentNames

public KnownComponentNames()


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