Package | Description |
---|---|
com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
com.hazelcast.client.spi.impl.listener | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
Modifier and Type | Method and Description |
---|---|
void |
AddDistributedObjectListenerMessageTask.distributedObjectCreated(DistributedObjectEvent event) |
void |
AddDistributedObjectListenerMessageTask.distributedObjectDestroyed(DistributedObjectEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
LazyDistributedObjectEvent |
Modifier and Type | Method and Description |
---|---|
void |
DistributedObjectListener.distributedObjectCreated(DistributedObjectEvent event)
Invoked when a DistributedObject is created.
|
void |
DistributedObjectListener.distributedObjectDestroyed(DistributedObjectEvent event)
Invoked when a DistributedObject is destroyed.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagementService.distributedObjectCreated(DistributedObjectEvent event) |
void |
ManagementService.distributedObjectDestroyed(DistributedObjectEvent event) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.