public class PropertyBackedBeanUnregisteredEvent extends PropertyBackedBeanEvent
PropertyBackedBean
is destroyed.source
Constructor and Description |
---|
PropertyBackedBeanUnregisteredEvent(PropertyBackedBean source,
boolean isPermanent)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isPermanent()
Is the component being destroyed forever, i.e.
|
getSourceId
getSource, toString
public PropertyBackedBeanUnregisteredEvent(PropertyBackedBean source, boolean isPermanent)
source
- the source of the eventpublic boolean isPermanent()
true
if the bean is being destroyed forever. On server shutdown, this value would be
false
, whereas on the removal of a dynamically created instance, this value would be
true
.Copyright © 2005–2017 Alfresco Software. All rights reserved.