public class PartitionFileSystemBeanUpdateListener extends java.lang.Object implements BeanUpdateListener
Modifier and Type | Field and Description |
---|---|
private static weblogic.security.acl.internal.AuthenticatedSubject |
kernelId |
private PartitionMBean |
partition |
Constructor and Description |
---|
PartitionFileSystemBeanUpdateListener(PartitionMBean partition) |
Modifier and Type | Method and Description |
---|---|
void |
activateUpdate(BeanUpdateEvent event)
Called when a descriptor update that includes an update to the source
bean is activated.
|
void |
cleanup() |
void |
prepareUpdate(BeanUpdateEvent event)
Called when a proposed update includes an update to the source bean.
|
void |
rollbackUpdate(BeanUpdateEvent event)
Called when a descriptor update has been abandoned that included an
proposed update to the source bean.
|
private boolean |
rootChanged(BeanUpdateEvent event) |
private static final weblogic.security.acl.internal.AuthenticatedSubject kernelId
private PartitionMBean partition
public PartitionFileSystemBeanUpdateListener(PartitionMBean partition)
public void prepareUpdate(BeanUpdateEvent event) throws BeanUpdateRejectedException
BeanUpdateListener
prepareUpdate
in interface BeanUpdateListener
event
- - description of proposed update to beanBeanUpdateRejectedException
- to reject the update.public void activateUpdate(BeanUpdateEvent event) throws BeanUpdateFailedException
BeanUpdateListener
activateUpdate
in interface BeanUpdateListener
event
- - a description of the changes to the target beanBeanUpdateFailedException
- to indicate that failures
occurred while activating the update.public void rollbackUpdate(BeanUpdateEvent event)
BeanUpdateListener
rollbackUpdate
in interface BeanUpdateListener
event
- - a description of the changes to the target bean that are
being abandoned.private boolean rootChanged(BeanUpdateEvent event)
public void cleanup()