|
|||||||||
| 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(java.lang.Object name)
|
| Method Summary | |
|---|---|
java.lang.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(java.lang.Object name)
| Method Detail |
|---|
public java.lang.Object getBean(org.jboss.kernel.Kernel kernel)
throws java.lang.Throwable
Handle
getBean in interface Handlekernel - the MC kernel
java.lang.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 | ||||||||