org.apache.openejb.spi
Interface Assembler
- All Known Implementing Classes:
- Assembler
public interface Assembler
init
void init(Properties props)
throws OpenEJBException
- Throws:
OpenEJBException
build
void build()
throws OpenEJBException
- Throws:
OpenEJBException
getContainerSystem
ContainerSystem getContainerSystem()
getTransactionManager
TransactionManager getTransactionManager()
getSecurityService
SecurityService getSecurityService()
destroy
void destroy()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.