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

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

@Event
public class NewEjbAvailableAfterApplicationCreated
extends Object


Constructor Summary
NewEjbAvailableAfterApplicationCreated(AppInfo appInfo, Collection<BeanContext> beanContexts)
           
 
Method Summary
 AppInfo getApp()
           
 Collection<BeanContext> getBeanContexts()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewEjbAvailableAfterApplicationCreated

public NewEjbAvailableAfterApplicationCreated(AppInfo appInfo,
                                              Collection<BeanContext> beanContexts)
Method Detail

getApp

public AppInfo getApp()

getBeanContexts

public Collection<BeanContext> getBeanContexts()

toString

public String toString()
Overrides:
toString in class Object


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