Package com.hazelcast.security
Interface SecureCallable<V>
- All Superinterfaces:
Callable<V>
,HazelcastInstanceAware
,com.hazelcast.internal.services.NodeAware
,Serializable
public interface SecureCallable<V>
extends Callable<V>, Serializable, HazelcastInstanceAware, com.hazelcast.internal.services.NodeAware
A secure callable that runs in a sandbox.
-
Method Summary
Methods inherited from interface com.hazelcast.core.HazelcastInstanceAware
setHazelcastInstance
Methods inherited from interface com.hazelcast.internal.services.NodeAware
setNode