public class ClientCreateRequest extends CallableClientRequest implements Portable, RetryableRequest, SecureRequest
| Constructor and Description |
|---|
ClientCreateRequest() |
ClientCreateRequest(String name,
String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call() |
int |
getClassId() |
ClientEngine |
getClientEngine() |
ClientEndpoint |
getEndpoint() |
int |
getFactoryId() |
Permission |
getRequiredPermission() |
<S> S |
getService() |
String |
getServiceName() |
void |
readPortable(PortableReader reader) |
void |
writePortable(PortableWriter writer) |
public String getServiceName()
public int getFactoryId()
getFactoryId in interface Portablepublic int getClassId()
getClassId in interface Portablepublic void writePortable(PortableWriter writer) throws IOException
writePortable in interface PortableIOExceptionpublic void readPortable(PortableReader reader) throws IOException
readPortable in interface PortableIOExceptionpublic Permission getRequiredPermission()
getRequiredPermission in interface SecureRequestpublic ClientEngine getClientEngine()
public <S> S getService()
public ClientEndpoint getEndpoint()
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.