|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.core.event.Event
org.mmbase.module.lucene.AssignmentEvents.Event
public static class AssignmentEvents.Event
| 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 |
|---|
protected final String index
protected final List<String> machines
protected final Class<? extends IndexDefinition> klas
protected final String identifier
protected boolean copy
| Constructor Detail |
|---|
public AssignmentEvents.Event(String i,
List<String> m,
int type,
String id,
Class<? extends IndexDefinition> k)
| Method Detail |
|---|
public String getIndex()
public List<String> getMachines()
public Class<? extends IndexDefinition> getClassFilter()
public String getIdentifier()
public boolean getCopy()
public void setCopy(boolean b)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||