com.hazelcast.client.impl.protocol.template
public interface ClientMessageTemplate
Modifier and Type | Method and Description |
---|---|
void |
addDistributedObjectListener() |
void |
addPartitionLostListener() |
void |
authentication(String username,
String password,
String uuid,
String ownerUuid,
boolean isOwnerConnection) |
void |
authenticationCustom(Data credentials,
String uuid,
String ownerUuid,
boolean isOwnerConnection) |
void |
createProxy(String name,
String serviceName) |
void |
destroyProxy(String name,
String serviceName) |
void |
getDistributedObject() |
void |
getPartitions() |
void |
membershipListener() |
void |
ping() |
void |
removeAllListeners() |
void |
removeDistributedObjectListener(String registrationId) |
void |
removePartitionLostListener(String registrationId) |
void authentication(String username, String password, @Nullable String uuid, @Nullable String ownerUuid, boolean isOwnerConnection)
void authenticationCustom(Data credentials, @Nullable String uuid, @Nullable String ownerUuid, boolean isOwnerConnection)
void membershipListener()
void getPartitions()
void removeAllListeners()
void addPartitionLostListener()
void removePartitionLostListener(String registrationId)
void getDistributedObject()
void addDistributedObjectListener()
void removeDistributedObjectListener(String registrationId)
void ping()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.