FileDocCategorySizeDatePackage
ConfigChange.javaAPI DocGlassfish v2 API3136Fri May 04 22:31:18 BST 2007com.sun.enterprise.config

ConfigChange

public interface ConfigChange
A configuration change for an element. Holds xpath, list of changed attributes, their old and new values.

Fields Summary
public static final String
TYPE_ADD
public static final String
TYPE_UPDATE
public static final String
TYPE_DELETE
public static final String
TYPE_SET
Constructors Summary
Methods Summary
public java.lang.StringgetConfigChangeType()
can be "update" or "delete" or "add"

public longgetGlobalLastModified()

public java.lang.StringgetName()

public java.lang.StringgetParentXPath()
currently makes sense only for add. returns null in other cases

public java.lang.StringgetXPath()
returns childXPath for add, set and update and delete

public voidsetGlobalLastModified(long lm)