Research Article

Enhancing Offloading Systems with Smart Decisions, Adaptive Monitoring, and Mobility Support

Listing 1

Example of the @Remotable markup.
public interface  Effect
@Remotable
public byte[] applyEffect1(byte  source[]);
@Remotable
public byte[] applyEffect2(byte  source[]);
public class  ImageEffect  implements  Filter
public byte[]applyEffect1(byte  source[])...
public byte[]applyEffect2(byte  source[])...