public final class LazyDistributedObjectEvent extends DistributedObjectEvent
DistributedObjectEvent.EventType
distributedObject
Constructor and Description |
---|
LazyDistributedObjectEvent(DistributedObjectEvent.EventType eventType,
String serviceName,
String objectName,
DistributedObject distributedObject,
ProxyManager proxyManager)
Constructs a DistributedObject Event.
|
Modifier and Type | Method and Description |
---|---|
DistributedObject |
getDistributedObject()
Returns the DistributedObject instance.
|
getEventType, getObjectId, getObjectName, getServiceName, toString
public LazyDistributedObjectEvent(DistributedObjectEvent.EventType eventType, String serviceName, String objectName, DistributedObject distributedObject, ProxyManager proxyManager)
eventType
- The event type as an enum EventType
integer.serviceName
- The service name of the DistributedObject.objectName
- The name of the DistributedObject.distributedObject
- The DistributedObject for the event.proxyManager
- The ProxyManager for lazily creating the proxy if not available on the client.public DistributedObject getDistributedObject()
DistributedObjectEvent
getDistributedObject
in class DistributedObjectEvent
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.