com.hazelcast.spi
Interface RemoteService

All Known Subinterfaces:
ICacheService
All Known Implementing Classes:
AbstractCacheService, AtomicLongService, AtomicReferenceService, CacheService, CollectionService, CountDownLatchService, DistributedExecutorService, IdGeneratorService, ListService, LockServiceImpl, MapReduceService, MapService, MultiMapService, QueueService, ReplicatedMapService, SemaphoreService, SetService, TopicService

public interface RemoteService

An interface that can be implemented by SPI-Services to give them the ability to create proxies to distributed objects.

Author:
mdogan 10/31/12

Method Summary
 DistributedObject createDistributedObject(String objectName)
           
 void destroyDistributedObject(String objectName)
           
 

Method Detail

createDistributedObject

DistributedObject createDistributedObject(String objectName)

destroyDistributedObject

void destroyDistributedObject(String objectName)


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