org.jboss.kernel.plugins.registry.basic
Interface BasicKernelBus.Dispatcher<T>

Type Parameters:
T - exact context type
Enclosing class:
BasicKernelBus

protected static interface BasicKernelBus.Dispatcher<T>

Simple dispatch on context.


Method Summary
 Object dispatch(T context)
          Invoke simple dispatcher.
 

Method Detail

dispatch

Object dispatch(T context)
                throws Throwable
Invoke simple dispatcher.

Parameters:
context - the context
Returns:
dispatch's invocation result
Throws:
Throwable - for any error


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.