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

All Superinterfaces:
EZBEvent, EZBEventLifeCycle, org.ow2.util.event.api.IEvent

public interface EZBClusteredBeanEvent
extends EZBEventLifeCycle

Author:
eyindanga.

Field Summary
static String STARTING
          Container is starting.
static String STOPPING
          Container is stopping.
 
Method Summary
 List<EZBRef> getReferences()
           
 String getState()
           
 void setReferences(List<EZBRef> references)
          Set beans references.
 void setState(String state)
          Sets the state.
 
Methods inherited from interface org.ow2.easybeans.api.event.EZBEvent
getEventProviderId, getNumber, getTime
 
Methods inherited from interface org.ow2.util.event.api.IEvent
checkPermission
 

Field Detail

STARTING

static final String STARTING
Container is starting.

See Also:
Constant Field Values

STOPPING

static final String STOPPING
Container is stopping.

See Also:
Constant Field Values
Method Detail

getState

String getState()
Returns:
the state.

setState

void setState(String state)
Sets the state.

Parameters:
state - the given state

getReferences

List<EZBRef> getReferences()
Returns:
EasyBeans JNDI reference.

setReferences

void setReferences(List<EZBRef> references)
Set beans references.

Parameters:
references - the given values.


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