|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.common.kernel.AbstractHandle
public abstract class AbstractHandle
Abstract handle.
Constructor Summary | |
---|---|
protected |
AbstractHandle(Object name)
|
Method Summary | |
---|---|
Object |
getBean(org.jboss.kernel.Kernel kernel)
Get the bean. |
protected abstract org.jboss.dependency.spi.graph.SearchInfo |
getSearchInfo()
Get the search info. |
void |
setState(org.jboss.dependency.spi.ControllerState state)
Set the bean expected state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractHandle(Object name)
Method Detail |
---|
public Object getBean(org.jboss.kernel.Kernel kernel) throws Throwable
Handle
getBean
in interface Handle
kernel
- the MC kernel
Throwable
- for any error or if the bean is not foundprotected abstract org.jboss.dependency.spi.graph.SearchInfo getSearchInfo()
public void setState(org.jboss.dependency.spi.ControllerState state)
state
- the bean expected state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |