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

java.lang.Object
  extended by 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.


Constructor Summary
BeforeStartEjbs(List<BeanContext> allDeployments)
           
 
Method Summary
 List<BeanContext> getEjbs()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeforeStartEjbs

public BeforeStartEjbs(List<BeanContext> allDeployments)
Method Detail

getEjbs

public List<BeanContext> getEjbs()

toString

public String toString()
Overrides:
toString in class Object


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