com.hazelcast.spi
Interface RemoteService


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 © 2014 Hazelcast, Inc.. All Rights Reserved.