org.openejb.spi
Interface Assembler
- All Known Implementing Classes:
- Assembler
- public interface Assembler
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 Container
s 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 Container
s it manages.
- Returns:
- the SecurityService to be used by this container manager's containers when servicing beans
- See Also:
SecurityService
Copyright © 1999-2005 OpenEJB. All Rights Reserved.