org.mmbase.module.lucene
Class AssignmentEvents.Event

java.lang.Object
  extended by org.mmbase.core.event.Event
      extended by org.mmbase.module.lucene.AssignmentEvents.Event
All Implemented Interfaces:
Serializable, Cloneable, PublicCloneable<Event>
Enclosing class:
AssignmentEvents

public static class AssignmentEvents.Event
extends Event

See Also:
Serialized Form

Field Summary
protected  boolean copy
           
protected  String identifier
           
protected  String index
           
protected  Class<? extends IndexDefinition> klas
           
protected  List<String> machines
           
 
Fields inherited from class org.mmbase.core.event.Event
eventType, machine, TYPE_CHANGE, TYPE_DELETE, TYPE_NEW, TYPE_UNSPECIFIED
 
Constructor Summary
AssignmentEvents.Event(String i, List<String> m, int type, String id, Class<? extends IndexDefinition> k)
          The event itself
 
Method Summary
 Class<? extends IndexDefinition> getClassFilter()
           
 boolean getCopy()
           
 String getIdentifier()
           
 String getIndex()
           
 List<String> getMachines()
           
 void setCopy(boolean b)
           
 String toString()
           
 
Methods inherited from class org.mmbase.core.event.Event
clone, getMachine, getType, isLocal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

protected final String index

machines

protected final List<String> machines

klas

protected final Class<? extends IndexDefinition> klas

identifier

protected final String identifier

copy

protected boolean copy
Constructor Detail

AssignmentEvents.Event

public AssignmentEvents.Event(String i,
                              List<String> m,
                              int type,
                              String id,
                              Class<? extends IndexDefinition> k)
The event itself

Method Detail

getIndex

public String getIndex()

getMachines

public List<String> getMachines()

getClassFilter

public Class<? extends IndexDefinition> getClassFilter()

getIdentifier

public String getIdentifier()

getCopy

public boolean getCopy()

setCopy

public void setCopy(boolean b)

toString

public String toString()
Overrides:
toString in class Object


MMBase 2.0-SNAPSHOT - null