org.apache.openejb.spi
Interface Assembler

All Known Implementing Classes:
Assembler

public interface Assembler


Method Summary
 void build()
           
 void destroy()
           
 ContainerSystem getContainerSystem()
           
 SecurityService getSecurityService()
           
 javax.transaction.TransactionManager getTransactionManager()
           
 void init(java.util.Properties props)
           
 

Method Detail

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()

getSecurityService

SecurityService getSecurityService()

destroy

void destroy()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.