org.ow2.easybeans.api.event.bean
Interface EZBEventBeanInvocation

All Superinterfaces:
EZBEvent, org.ow2.util.event.api.IEvent
All Known Subinterfaces:
EZBEventBeanInvocationBegin, EZBEventBeanInvocationEnd, EZBEventBeanInvocationError

public interface EZBEventBeanInvocation
extends EZBEvent

Interface for all bean invocation event.

Author:
missonng

Method Summary
 long getInvocationNumber()
          Get the invocation number.
 
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

getInvocationNumber

long getInvocationNumber()
Get the invocation number.

Returns:
The invocation number.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.