solar.service.mcode
Interface MobileCode


public interface MobileCode

Interface for mobile code (moveable objects).

Version:
$Id: MobileCode.java,v 1.1 2003/09/29 00:47:01 glchen Exp $
Author:
Guanling Chen

Method Summary
 void resume(State state)
          Resume the code with previously captured state after migration.
 State suspend()
          Suspend the code and capture its state before migration.
 

Method Detail

suspend

public State suspend()
Suspend the code and capture its state before migration.


resume

public void resume(State state)
Resume the code with previously captured state after migration.