FileDocCategorySizeDatePackage
ConfigBeanInterceptor.javaAPI DocGlassfish v2 API2716Fri May 04 22:31:20 BST 2007com.sun.enterprise.config.pluggable

ConfigBeanInterceptor

public interface ConfigBeanInterceptor
FIXME: Convert this to ConfigContextEventListener
author
sridatta

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectclone()

public booleanisResolvingPaths()

public voidpostClone(java.lang.Object o)

public java.lang.StringpostGetAttributeValue(java.lang.String name, java.lang.String res)

public java.lang.ObjectpostGetValue(com.sun.enterprise.config.ConfigBean cb, java.lang.String name, java.lang.Object res)
called after getValue in config bean

public java.lang.Object[]postGetValues(java.lang.String name, java.lang.Object[] res)

public java.lang.ObjectpreClone()

public voidsetResolvingPaths(boolean resolve)