org.jboss.kernel.spi.registry
Interface KernelBus
- All Superinterfaces:
- KernelEventEmitter, KernelObject
- All Known Implementing Classes:
- AbstractKernelBus
- public interface KernelBus
- extends KernelObject
A bus.
The bus allows detatched invocations on named components in
the registry.
- Version:
- $Revision: 1.3 $
- Author:
- Adrian Brock
Method Summary |
Object |
invoke(Object name,
org.jboss.joinpoint.spi.TargettedJoinpoint joinPoint)
Invoke an operation |
invoke
public Object invoke(Object name,
org.jboss.joinpoint.spi.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 © 2002 JBoss Group, LLC. All Rights Reserved.