|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.repository.ConfigChangeNotifier
public class ConfigChangeNotifier
A ConfigChangeNotifier contains information about the update of a single document. It contains the document location as well as the type of change that was made: add, modify, or delete.
Field Summary | |
---|---|
static int |
DOCUMENT_ADDED
Change type for adding a document. |
static int |
DOCUMENT_DELETED
Change type for deleting a document. |
static int |
DOCUMENT_MODIFIED
Change type for modifying a document. |
Constructor Summary | |
---|---|
ConfigChangeNotifier(java.lang.String uri,
int type)
Creates a ConfigChangeNotifier instance given the document
location and change type. |
Method Summary | |
---|---|
int |
getChangeType()
Returns the type of change that was made to the document in this object. |
java.lang.String |
getUri()
Returns the location of the document that was changed. |
java.lang.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 DOCUMENT_ADDED
public static final int DOCUMENT_DELETED
public static final int DOCUMENT_MODIFIED
Constructor Detail |
---|
public ConfigChangeNotifier(java.lang.String uri, int type)
ConfigChangeNotifier
instance given the document
location and change type.
uri
- location of the changed documenttype
- the change type, one of DOCUMENT_ADDED
DOCUMENT_DELETED
DOCUMENT_MODIFIED
Method Detail |
---|
public int getChangeType()
DOCUMENT_ADDED
DOCUMENT_DELETED
DOCUMENT_MODIFIED
public java.lang.String getUri()
public java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |