public class LifecycleCallbackBinding extends Object
Modifier and Type | Field and Description |
---|---|
protected ASTStart |
ast
A type expression picking out the classes to apply this to
|
protected ClassExpression |
classes
The class to match
|
protected String |
name
The name of this binding
|
Constructor and Description |
---|
LifecycleCallbackBinding(String name,
String classString,
String typeExpression,
Object controllerState) |
Modifier and Type | Method and Description |
---|---|
void |
addLifecycleCallback(String bean,
String installMethod,
String uninstallMethod) |
boolean |
equals(Object obj) |
Object |
getControllerState() |
List<LifecycleCallbackDefinition> |
getLifecycleCallbacks() |
String |
getName() |
int |
hashCode() |
boolean |
matches(Advisor advisor,
Class<?> clazz) |
protected String name
protected ClassExpression classes
protected ASTStart ast
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.