org.apache.openejb.assembler.classic.event
Class AssemblerAfterApplicationCreated

java.lang.Object
  extended by org.apache.openejb.assembler.classic.event.AssemblerAfterApplicationCreated

@Event
public class AssemblerAfterApplicationCreated
extends Object


Constructor Summary
AssemblerAfterApplicationCreated(AppInfo appInfo, AppContext appContext, Collection<BeanContext> ejbs)
           
 
Method Summary
 AppInfo getApp()
           
 AppContext getContext()
           
 Collection<BeanContext> getDeployedEjbs()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssemblerAfterApplicationCreated

public AssemblerAfterApplicationCreated(AppInfo appInfo,
                                        AppContext appContext,
                                        Collection<BeanContext> ejbs)
Method Detail

getApp

public AppInfo getApp()

getContext

public AppContext getContext()

getDeployedEjbs

public Collection<BeanContext> getDeployedEjbs()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.