org.apache.openejb.assembler.classic.event
Class BeforeStartEjbs
java.lang.Object
org.apache.openejb.assembler.classic.event.BeforeStartEjbs
@Event
public class BeforeStartEjbs
- extends Object
IMPORTANT NOTE: when using this event it should be compared to BeforeAppInfoBuilderEvent which is likely better.
Main reason to use BeforeStartEjbs is the need of reflection (to do filtering for instance). All other cases shouldn't use it.
BeforeStartEjbs
public BeforeStartEjbs(List<BeanContext> allDeployments)
getEjbs
public List<BeanContext> getEjbs()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.