com.hazelcast.security
Interface SecureCallable<V>

All Superinterfaces:
Callable<V>, HazelcastInstanceAware, NodeAware, Serializable

public interface SecureCallable<V>
extends Callable<V>, Serializable, HazelcastInstanceAware, NodeAware

A secure callable that runs in a sandbox.


Method Summary
 
Methods inherited from interface java.util.concurrent.Callable
call
 
Methods inherited from interface com.hazelcast.core.HazelcastInstanceAware
setHazelcastInstance
 
Methods inherited from interface com.hazelcast.spi.NodeAware
setNode
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.