com.hazelcast.topic.impl.reliable
Class ReliableTopicService
java.lang.Object
com.hazelcast.topic.impl.reliable.ReliableTopicService
- All Implemented Interfaces:
- RemoteService
public class ReliableTopicService
- extends Object
- implements RemoteService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
ReliableTopicService
public ReliableTopicService(NodeEngine nodeEngine)
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.