com.hazelcast.topic.impl.reliable
Class ReliableTopicService

java.lang.Object
  extended by com.hazelcast.topic.impl.reliable.ReliableTopicService
All Implemented Interfaces:
RemoteService

public class ReliableTopicService
extends Object
implements RemoteService


Field Summary
static String SERVICE_NAME
           
 
Constructor Summary
ReliableTopicService(NodeEngine nodeEngine)
           
 
Method Summary
 DistributedObject createDistributedObject(String objectName)
          Creates a distributed object.
 void destroyDistributedObject(String objectName)
          Destroys a distributed object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final String SERVICE_NAME
See Also:
Constant Field Values
Constructor Detail

ReliableTopicService

public ReliableTopicService(NodeEngine nodeEngine)
Method Detail

createDistributedObject

public DistributedObject createDistributedObject(String objectName)
Description copied from interface: RemoteService
Creates a distributed object.

Specified by:
createDistributedObject in interface RemoteService
Parameters:
objectName - the name for the created distributed object
Returns:
the created distributed object

destroyDistributedObject

public void destroyDistributedObject(String objectName)
Description copied from interface: RemoteService
Destroys a distributed object.

Specified by:
destroyDistributedObject in interface RemoteService
Parameters:
objectName - the name of the distributed object to destroy


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