Uses of Class
com.hazelcast.core.DistributedObjectEvent.EventType

Packages that use DistributedObjectEvent.EventType
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of DistributedObjectEvent.EventType in com.hazelcast.core
 

Methods in com.hazelcast.core that return DistributedObjectEvent.EventType
 DistributedObjectEvent.EventType DistributedObjectEvent.getEventType()
          Returns the type of this event; one of CREATED or DESTROYED.
static DistributedObjectEvent.EventType DistributedObjectEvent.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DistributedObjectEvent.EventType[] DistributedObjectEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.hazelcast.core with parameters of type DistributedObjectEvent.EventType
DistributedObjectEvent(DistributedObjectEvent.EventType eventType, String serviceName, DistributedObject distributedObject)
          Constructs a DistributedObject Event.
 

Uses of DistributedObjectEvent.EventType in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl that return DistributedObjectEvent.EventType
 DistributedObjectEvent.EventType DistributedObjectEventPacket.getEventType()
           
 DistributedObjectEvent.EventType PortableDistributedObjectEvent.getEventType()
           
 

Constructors in com.hazelcast.spi.impl with parameters of type DistributedObjectEvent.EventType
DistributedObjectEventPacket(DistributedObjectEvent.EventType eventType, String serviceName, String name)
           
PortableDistributedObjectEvent(DistributedObjectEvent.EventType eventType, String name, String serviceName)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.