Uses of Interface
solar.service.mcode.State

Packages that use State
solar.service.mcode Contains mobile code service that manages logical mobility. 
 

Uses of State in solar.service.mcode
 

Methods in solar.service.mcode that return State
 State MobileCode.suspend()
          Suspend the code and capture its state before migration.
 

Methods in solar.service.mcode with parameters of type State
 void MobileCode.resume(State state)
          Resume the code with previously captured state after migration.