org.jboss.kernel.plugins.registry.basic
Class LifecycleAwareKernelBus
java.lang.Object
org.jboss.kernel.plugins.event.AbstractEventEmitter
org.jboss.kernel.plugins.AbstractKernelObject
org.jboss.kernel.plugins.registry.AbstractKernelBus
org.jboss.kernel.plugins.registry.basic.BasicKernelBus
org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus
- All Implemented Interfaces:
- KernelEventEmitter, KernelObject, KernelBus
public class LifecycleAwareKernelBus
- extends BasicKernelBus
A kernel bus that understands lifecycle invocation.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleAwareKernelBus
public LifecycleAwareKernelBus()
invoke
public Object invoke(Object name,
String methodName,
Object[] parameters,
String[] signature)
throws Throwable
- Description copied from interface:
KernelBus
- Invoke method / operation
- Specified by:
invoke
in interface KernelBus
- Overrides:
invoke
in class BasicKernelBus
- Parameters:
name
- entry namemethodName
- method nameparameters
- parameter valuessignature
- method's parameter types / signatures
- Returns:
- inovocation's return object
- Throws:
Throwable
- for any error
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.