org.jboss.kernel.spi.registry
Interface KernelBus
- All Superinterfaces:
- KernelEventEmitter, KernelObject
- All Known Implementing Classes:
- AbstractKernelBus, BasicKernelBus
public interface KernelBus
- extends KernelObject
A bus.
The bus allows detatched invocations on named components in
the registry.
- Version:
- $Revision: 1.4 $
- Author:
- Adrian Brock
invoke
Object invoke(Object name,
TargettedJoinpoint joinPoint)
throws Throwable
- Invoke an operation
- Parameters:
name
- the name of the objectjoinPoint
- the join point
- Returns:
- the result
- Throws:
Throwable
- for any error
Copyright © 2004 JBoss Inc. All Rights Reserved.