|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LifecycleDispatchContext
This context knows how to handle lifecycle invocation. Resulting in valid lifecycle invocation will force this context to change state.
| Method Summary | |
|---|---|
ControllerState |
lifecycleInvocation(String name,
Object[] parameters,
String[] signature)
Is this invocation a lifecycle invocation. |
| Methods inherited from interface org.jboss.dependency.spi.dispatch.InvokeDispatchContext |
|---|
getClassLoader, invoke |
| Methods inherited from interface org.jboss.dependency.spi.dispatch.AttributeDispatchContext |
|---|
get, set |
| Method Detail |
|---|
ControllerState lifecycleInvocation(String name,
Object[] parameters,
String[] signature)
throws Throwable
name - method nameparameters - parameter valuessignature - method's parameter types / signatures
Throwable - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||