org.ow2.easybeans.api.event.naming
Interface EZBJavaContextNamingEvent
- All Superinterfaces:
- EZBEvent, org.ow2.util.event.api.IEvent
public interface EZBJavaContextNamingEvent
- extends EZBEvent
Interface for JavaContextNamingEvent
- Author:
- Mohammed Boukada
| Methods inherited from interface org.ow2.util.event.api.IEvent |
checkPermission |
getFactory
Factory<?,?> getFactory()
- Returns:
- the EasyBeans EJB factory.
getJavaContext
Context getJavaContext()
- Returns:
- the java: Context.
getThrowables
List<Throwable> getThrowables()
- Returns:
- the list of throwables thrown by listeners.
addThrowable
void addThrowable(Throwable throwable)
- Append a new Throwable in the list of throwables thrown by listeners.
- Parameters:
throwable - Added exception
Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.