org.jboss.kernel.plugins.registry.basic
Class BasicKernelBus
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
- All Implemented Interfaces:
- KernelBus, KernelEventEmitter, KernelObject
- public class BasicKernelBus
- extends AbstractKernelBus
Basic Kernel bus.
- Version:
- $Revision: 1.3 $
- Author:
- Adrian Brock
Method Summary |
Object |
invoke(Object name,
org.jboss.joinpoint.spi.TargettedJoinpoint joinPoint)
Invoke an operation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicKernelBus
public BasicKernelBus()
throws Exception
- Create a new basic bus
- Throws:
Exception
- for any error
invoke
public Object invoke(Object name,
org.jboss.joinpoint.spi.TargettedJoinpoint joinPoint)
throws Throwable
- Description copied from interface:
KernelBus
- Invoke an operation
- Parameters:
name
- the name of the objectjoinPoint
- the join point
- Returns:
- the result
- Throws:
Throwable
- for any error
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.