public class PropertyBackedBeanUnregisteredEvent extends PropertyBackedBeanEvent
PropertyBackedBean is destroyed.| 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.
|
getSourceIdpublic 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 - 2010 Alfresco Software, Inc. All Rights Reserved.