org.apache.openejb.spi
Interface Assembler

All Known Implementing Classes:
Assembler

public interface Assembler


Method Summary
 void build()
           
 void destroy()
           
 ContainerSystem getContainerSystem()
           
 SecurityService getSecurityService()
           
 TransactionManager getTransactionManager()
           
 void init(Properties props)
           
 

Method Detail

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.