org.jboss.ejb3.common.kernel
Interface Handle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractHandle, ScopeKeyHandle, UniqueNameHandle

public interface Handle
extends java.io.Serializable

The serializable MC bean handle.


Method Summary
 java.lang.Object getBean(org.jboss.kernel.Kernel kernel)
          Get the bean.
 

Method Detail

getBean

java.lang.Object getBean(org.jboss.kernel.Kernel kernel)
                         throws java.lang.Throwable
Get the bean.

Parameters:
kernel - the MC kernel
Returns:
the handle's underlying bean
Throws:
java.lang.Throwable - for any error or if the bean is not found