Research Article
Energy-Reduction Offloading Technique for Streaming Media Servers
Algorithm 1
Aspect-Oriented Programming methods annotation.
| public class MainActivity | | GAME g = new GAME( ); | | public void onClick(View v) | | g.doGame(“attack”); | | … | | | | … | | | public class GAME implements Serializable | | Object enemies; | | @Migratable | | public Object doGame(String cmd) | | … | | | | … | |
|