Class PropertyBackedBeanUnregisteredEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
-
- org.alfresco.repo.management.subsystems.PropertyBackedBeanUnregisteredEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyBackedBeanUnregisteredEvent extends PropertyBackedBeanEvent
An event emitted aPropertyBackedBeanis destroyed.- Author:
- dward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyBackedBeanUnregisteredEvent(PropertyBackedBean source, boolean isPermanent)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPermanent()Is the component being destroyed forever, i.e.-
Methods inherited from class org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
getSourceId
-
-
-
-
Constructor Detail
-
PropertyBackedBeanUnregisteredEvent
public PropertyBackedBeanUnregisteredEvent(PropertyBackedBean source, boolean isPermanent)
The Constructor.- Parameters:
source- the source of the event
-
-
Method Detail
-
isPermanent
public boolean isPermanent()
Is the component being destroyed forever, i.e. should persisted values be removed?- Returns:
trueif the bean is being destroyed forever. On server shutdown, this value would befalse, whereas on the removal of a dynamically created instance, this value would betrue.
-
-