org.ow2.easybeans.api.event.container
Interface EZBEventContainer

All Superinterfaces:
EZBEvent, org.ow2.util.event.api.IEvent
All Known Subinterfaces:
EZBEventContainerStarted, EZBEventContainerStarting, EZBEventContainerStopped, EZBEventContainerStopping

public interface EZBEventContainer
extends EZBEvent

Interface for all container events.

Author:
Vincent Michaud

Method Summary
 org.ow2.util.archive.api.IArchive getArchive()
          Get the archive.
 EZBContainerConfig getContainerConfiguration()
          Get the configuration of the container.
 
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

getArchive

org.ow2.util.archive.api.IArchive getArchive()
Get the archive.

Returns:
The archive.

getContainerConfiguration

EZBContainerConfig getContainerConfiguration()
Get the configuration of the container.

Returns:
The configuration of the container.


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