public final class SecureCallableImpl<V> extends Object implements com.hazelcast.security.SecureCallable<V>, com.hazelcast.nio.serialization.IdentifiedDataSerializable
| Constructor and Description |
|---|
SecureCallableImpl() |
SecureCallableImpl(Subject subject,
Callable<V> callable) |
| Modifier and Type | Method and Description |
|---|---|
V |
call() |
int |
getFactoryId() |
int |
getId() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
setHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) |
void |
setNode(com.hazelcast.instance.Node node) |
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void setHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance)
setHazelcastInstance in interface com.hazelcast.core.HazelcastInstanceAwarepublic void setNode(com.hazelcast.instance.Node node)
setNode in interface com.hazelcast.spi.NodeAwareCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.