org.ow2.easybeans.api.event
Interface EZBEvent

All Superinterfaces:
org.ow2.util.event.api.IEvent
All Known Subinterfaces:
EZBClusteredBeanEvent, EZBEventBeanInvocation, EZBEventBeanInvocationBegin, EZBEventBeanInvocationEnd, EZBEventBeanInvocationError, EZBEventContainer, EZBEventContainerStarted, EZBEventContainerStarting, EZBEventContainerStopped, EZBEventContainerStopping, EZBEventLifeCycle, EZBEventLifeCycleStarted, EZBEventLifeCycleStarting, EZBEventLifeCycleStopped, EZBEventLifeCycleStopping, EZBJavaContextNamingEvent, EZBMessageDrivenInfo

public interface EZBEvent
extends org.ow2.util.event.api.IEvent

Interface for all EasyBeans events.

Author:
missonng

Method Summary
 String getEventProviderId()
          Get the event provider id.
 long getNumber()
          Get the event number.
 long getTime()
          Get the event time (ms).
 
Methods inherited from interface org.ow2.util.event.api.IEvent
checkPermission
 

Method Detail

getNumber

long getNumber()
Get the event number.

Returns:
The event number.

getTime

long getTime()
Get the event time (ms).

Returns:
The event time (ms).

getEventProviderId

String getEventProviderId()
Get the event provider id.

Returns:
The event provider id.


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