public interface RemoteService
| Modifier and Type | Method and Description | 
|---|---|
DistributedObject | 
createDistributedObject(String objectName)
Creates a distributed object. 
 | 
void | 
destroyDistributedObject(String objectName)
Destroys a distributed object. 
 | 
DistributedObject createDistributedObject(String objectName)
objectName - the name for the created distributed objectvoid destroyDistributedObject(String objectName)
objectName - the name of the distributed object to destroyCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.