org.openejb.spi
Interface Assembler
- All Known Implementing Classes:
- Assembler
public interface Assembler
init
void init(java.util.Properties props)
throws OpenEJBException
- Throws:
OpenEJBException
build
void build()
throws OpenEJBException
- Throws:
OpenEJBException
getContainerSystem
ContainerSystem getContainerSystem()
getTransactionManager
javax.transaction.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.getTransactionManager()
getSecurityService
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-2011 OpenEJB. All Rights Reserved.