Liferay 6.2-ce-ga5

com.liferay.portal.cluster
Class NullClusterable

java.lang.Object
  extended by com.liferay.portal.cluster.NullClusterable
All Implemented Interfaces:
Clusterable, Annotation

public class NullClusterable
extends Object
implements Clusterable


Field Summary
static Clusterable NULL_CLUSTERABLE
           
 
Method Summary
 Class<? extends ClusterInvokeAcceptor> acceptor()
           
 Class<? extends Annotation> annotationType()
           
 boolean onMaster()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Field Detail

NULL_CLUSTERABLE

public static final Clusterable NULL_CLUSTERABLE
Method Detail

acceptor

public Class<? extends ClusterInvokeAcceptor> acceptor()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation

onMaster

public boolean onMaster()

Liferay 6.2-ce-ga5