|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributedObjectEvent | |
---|---|
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.jmx | Contains Hazelcast management bean classes. |
Uses of DistributedObjectEvent in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type DistributedObjectEvent | |
---|---|
void |
DistributedObjectListener.distributedObjectCreated(DistributedObjectEvent event)
Invoked when a DistributedObject is created. |
void |
DistributedObjectListener.distributedObjectDestroyed(DistributedObjectEvent event)
Invoked when a DistributedObject is destroyed. |
Uses of DistributedObjectEvent in com.hazelcast.jmx |
---|
Methods in com.hazelcast.jmx with parameters of type DistributedObjectEvent | |
---|---|
void |
ManagementService.distributedObjectCreated(DistributedObjectEvent event)
|
void |
ManagementService.distributedObjectDestroyed(DistributedObjectEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |