Uses of Class
orc.runtime.sites.SimpleSite

Packages that use SimpleSite
orc.runtime.sites.java Wrappers which enable using Java objects and classes as Orc sites. 
 

Uses of SimpleSite in orc.runtime.sites.java
 

Subclasses of SimpleSite in orc.runtime.sites.java
 class MethodProxy
          This extends SimpleSite so that methods can use orc.runtime.Continuation to take advantage of Orc's cooperative threading, if desired.