|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
org.alfresco.repo.management.subsystems.PropertyBackedBeanUnregisteredEvent
public class PropertyBackedBeanUnregisteredEvent
An event emitted a PropertyBackedBean
is destroyed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PropertyBackedBeanUnregisteredEvent(PropertyBackedBean source,
boolean isPermanent)
The Constructor. |
Method Summary | |
---|---|
boolean |
isPermanent()
Is the component being destroyed forever, i.e. |
Methods inherited from class org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent |
---|
getSourceId |
Methods inherited from class org.springframework.context.ApplicationEvent |
---|
getTimestamp |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyBackedBeanUnregisteredEvent(PropertyBackedBean source, boolean isPermanent)
source
- the source of the eventMethod Detail |
---|
public 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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |