org.jboss.ejb3.common.kernel
Interface HandleFactory

All Known Implementing Classes:
DefaultHandleFactory

public interface HandleFactory

The handle factory.

Author:
Ales Justin

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.
 

Method Detail

createHandle

Handle createHandle(org.jboss.dependency.spi.ControllerContext context)
Create the handle for context.

Parameters:
context - the controller context
Returns:
context's handle

createHandle

Handle createHandle(org.jboss.dependency.spi.ControllerContext context,
                    Object alias)
Create handle for an alias.

Parameters:
context - the context
alias - the context's alias
Returns:
contgext's handle


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