@Event public class AssemblerAfterApplicationCreated extends java.lang.Object
Constructor and Description |
---|
AssemblerAfterApplicationCreated(AppInfo appInfo,
AppContext appContext,
java.util.Collection<BeanContext> ejbs) |
Modifier and Type | Method and Description |
---|---|
AppInfo |
getApp() |
AppContext |
getContext() |
java.util.Collection<BeanContext> |
getDeployedEjbs() |
java.lang.String |
toString() |
public AssemblerAfterApplicationCreated(AppInfo appInfo, AppContext appContext, java.util.Collection<BeanContext> ejbs)
public AppInfo getApp()
public AppContext getContext()
public java.util.Collection<BeanContext> getDeployedEjbs()
public java.lang.String toString()
toString
in class java.lang.Object