org.jboss.ejb3.common.kernel
Interface Handle

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractHandle, ScopeKeyHandle, UniqueNameHandle

public interface Handle
extends Serializable

The serializable MC bean handle.

Author:
Ales Justin

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

Method Detail

getBean

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

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


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