public interface PersistenceEventManager
Modifier and Type | Method and Description |
---|---|
void |
close()
Requests to close the manager and underlying resources e.g. emitter
|
void |
create(InstanceView<?> item)
Invoked by persistence layer when new instance is created
|
void |
delete(InstanceView<?> item)
Invoked by persistence layer when instance is deleted
|
boolean |
isActive()
Determines if event manager is actually active (there is emitter found)
|
void |
update(InstanceView<?> item)
Invoked by persistence layer when instance is updated
|
void create(InstanceView<?> item)
item
- view of the actual instancevoid update(InstanceView<?> item)
item
- view of the actual instancevoid delete(InstanceView<?> item)
item
- view of the actual instancevoid close()
boolean isActive()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.