public class BeanContextsInitializedEvent extends Object
| Constructor and Description |
|---|
BeanContextsInitializedEvent(AppInfo appInfo,
AppContext appContext,
Collection<BeanContext> ejbs) |
| Modifier and Type | Method and Description |
|---|---|
AppInfo |
getApp() |
AppContext |
getContext() |
Collection<BeanContext> |
getDeployedEjbs() |
String |
toString() |
public BeanContextsInitializedEvent(AppInfo appInfo, AppContext appContext, Collection<BeanContext> ejbs)
public AppInfo getApp()
public AppContext getContext()
public Collection<BeanContext> getDeployedEjbs()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.