org.openejb.spi
Interface Assembler

All Known Implementing Classes:
Assembler

public interface Assembler


Method Summary
 void build()
           
 ContainerSystem getContainerSystem()
           
 SecurityService getSecurityService()
          Gets the SecurityService that this container manager exposes to the Containers it manages.
 TransactionManager getTransactionManager()
          Gets the TransactionManager that this container manager exposes to the Containers it manages.
 void init(Properties props)
           
 

Method Detail

init

public void init(Properties props)
          throws OpenEJBException
Throws:
OpenEJBException

build

public void build()
           throws OpenEJBException
Throws:
OpenEJBException

getContainerSystem

public ContainerSystem getContainerSystem()

getTransactionManager

public TransactionManager getTransactionManager()
Gets the TransactionManager that this container manager exposes to the Containers it manages.

Returns:
the TransactionManager to be used by this container manager's containers when servicing beans
See Also:
"javax.transaction.TransactionManager", TransactionService.getTransactionContextManager()

getSecurityService

public SecurityService getSecurityService()
Gets the SecurityService that this container manager exposes to the Containers it manages.

Returns:
the SecurityService to be used by this container manager's containers when servicing beans
See Also:
SecurityService


Copyright © 1999-2006 OpenEJB. All Rights Reserved.