org.drools.marshalling.impl
Class ProtobufOutputMarshaller.ActivationsSorter

java.lang.Object
  extended by org.drools.marshalling.impl.ProtobufOutputMarshaller.ActivationsSorter
All Implemented Interfaces:
Comparator<Activation>
Enclosing class:
ProtobufOutputMarshaller

public static class ProtobufOutputMarshaller.ActivationsSorter
extends Object
implements Comparator<Activation>


Field Summary
static ProtobufOutputMarshaller.ActivationsSorter INSTANCE
           
 
Constructor Summary
ProtobufOutputMarshaller.ActivationsSorter()
           
 
Method Summary
 int compare(Activation o1, Activation o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

INSTANCE

public static final ProtobufOutputMarshaller.ActivationsSorter INSTANCE
Constructor Detail

ProtobufOutputMarshaller.ActivationsSorter

public ProtobufOutputMarshaller.ActivationsSorter()
Method Detail

compare

public int compare(Activation o1,
                   Activation o2)
Specified by:
compare in interface Comparator<Activation>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.