|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.config.interfaces.MetamergeConfigChange
public class MetamergeConfigChange
A class describing a change that has happened to the configuration. This is used by the Configuration Editor to update the screen.
Field Summary | |
---|---|
static int |
BEGIN_CHANGES
There will be a batch of changes to this source, so no need to update yet |
static int |
END_CHANGES
Finished doing the batch of changes |
static int |
MCC_ADD
Config object was added |
static int |
MCC_DELETE
Config object was deleted |
static int |
MCC_MODIFY
Config object was modified |
static int |
MCC_REMOVE
Attribute was removed |
static int |
MCC_REPLACE
Attribute was replaced |
static int |
MCC_SET
Attribute was added |
static int |
MCC_UNSPECIFIED
Unknown change event |
Constructor Summary | |
---|---|
MetamergeConfigChange(Object source,
Object key,
int operation)
|
|
MetamergeConfigChange(Object source,
Object key,
int operation,
Object userObject)
|
Method Summary | |
---|---|
Object |
getKey()
|
int |
getOperation()
|
Object |
getSource()
|
Object |
getUserObject()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int MCC_UNSPECIFIED
public static final int MCC_REMOVE
public static final int MCC_SET
public static final int MCC_ADD
public static final int MCC_MODIFY
public static final int MCC_DELETE
public static final int MCC_REPLACE
public static final int BEGIN_CHANGES
public static final int END_CHANGES
Constructor Detail |
---|
public MetamergeConfigChange(Object source, Object key, int operation)
public MetamergeConfigChange(Object source, Object key, int operation, Object userObject)
Method Detail |
---|
public int getOperation()
public Object getKey()
public Object getSource()
public Object getUserObject()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |