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

Method Summary
 void addThrowable(Throwable throwable)
          Append a new Throwable in the list of throwables thrown by listeners.
 Factory<?,?> getFactory()
           
 Context getJavaContext()
           
 List<Throwable> getThrowables()
           
 
Methods inherited from interface org.ow2.easybeans.api.event.EZBEvent
getEventProviderId, getNumber, getTime
 
Methods inherited from interface org.ow2.util.event.api.IEvent
checkPermission
 

Method Detail

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.