public static class AssignmentEvents.Event extends Event
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
copy |
protected String |
identifier |
protected String |
index |
protected Class<? extends IndexDefinition> |
klas |
protected List<String> |
machines |
eventType, machine, TYPE_CHANGE, TYPE_DELETE, TYPE_NEW, TYPE_UNSPECIFIED| Constructor and Description |
|---|
Event(String i,
List<String> m,
int type,
String id,
Class<? extends IndexDefinition> k)
The event itself
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IndexDefinition> |
getClassFilter() |
boolean |
getCopy() |
String |
getIdentifier() |
String |
getIndex() |
List<String> |
getMachines() |
void |
setCopy(boolean b) |
String |
toString() |
clone, getMachine, getType, isLocalprotected final String index
protected final Class<? extends IndexDefinition> klas
protected final String identifier
protected boolean copy
public String getIndex()
public Class<? extends IndexDefinition> getClassFilter()
public String getIdentifier()
public boolean getCopy()
public void setCopy(boolean b)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}