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.
| Methods inherited from interface org.ow2.util.event.api.IEvent |
checkPermission |
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
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.