ibis.satin
Interface Spawnable

All Superinterfaces:
java.io.Serializable

public interface Spawnable
extends java.io.Serializable

The marker interface that indicates which methods of a class are spawnable by the Satin divide-and-conquer environment. Use this interface to mark the methods that may be spawned. The way to do this is to create an interface that extends ibis.satin.Spawnable and specifies the methods that may be spawned. The interface extends java.io.Serializable because the "this" parameter is also sent across the network when work is transferred.




The Ibis project