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

Packages that use DistributedObjectEvent.EventType
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of DistributedObjectEvent.EventType in com.hazelcast.core
 

Methods in com.hazelcast.core that return DistributedObjectEvent.EventType
 DistributedObjectEvent.EventType DistributedObjectEvent.getEventType()
          Returns 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)
           
 



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