|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.common.kernel.DefaultHandleFactory
public class DefaultHandleFactory
The default handle factory.
Field Summary | |
---|---|
static DefaultHandleFactory |
INSTANCE
|
Method Summary | |
---|---|
Handle |
createHandle(org.jboss.dependency.spi.ControllerContext context)
Create the handle for context. |
Handle |
createHandle(org.jboss.dependency.spi.ControllerContext context,
Object alias)
Create handle for an alias. |
static HandleFactory |
getInstance()
Get the instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DefaultHandleFactory INSTANCE
Method Detail |
---|
public static HandleFactory getInstance()
public Handle createHandle(org.jboss.dependency.spi.ControllerContext context)
HandleFactory
createHandle
in interface HandleFactory
context
- the controller context
public Handle createHandle(org.jboss.dependency.spi.ControllerContext context, Object alias)
HandleFactory
createHandle
in interface HandleFactory
context
- the contextalias
- the context's alias
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |