Uses of Interface
jist.swans.app.AppInterface

Packages that use AppInterface
jist.swans.app Application layer entity of SWANS simulator and related classes. 
sidnet.stack.users.sigmod.app   
 

Uses of AppInterface in jist.swans.app
 

Classes in jist.swans.app that implement AppInterface
 class AppHeartbeat
          Heartbeat application.
 class AppJava
          Entity harness for standard Java applications.
 

Methods in jist.swans.app that return AppInterface
 AppInterface AppHeartbeat.getAppProxy()
          Return self-referencing APPLICATION proxy entity.
 AppInterface AppJava.getProxy()
          Return self-referencing entity proxy.
 

Uses of AppInterface in sidnet.stack.users.sigmod.app
 

Classes in sidnet.stack.users.sigmod.app that implement AppInterface
 class App_Sigmod
           
 

Methods in sidnet.stack.users.sigmod.app that return AppInterface
 AppInterface App_Sigmod.getAppProxy()