SubContextEntity_Chromattic.java

package org.exoplatform.settings.chromattic;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class SubContextEntity_Chromattic extends SubContextEntity implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public SubContextEntity_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.settings.chromattic.ContextEntity.class,"remove");
public final void remove() {
try {
handler.invoke(this,method_0.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_1 = Invoker.getDeclaredMethod(org.exoplatform.settings.chromattic.SubContextEntity.class,"getContexts");
public final java.util.Map getContexts() {
try {
return (java.util.Map)handler.invoke(this,method_1.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
}