Package orc.runtime.sites.java

Wrappers which enable using Java objects and classes as Orc sites.

See:
          Description

Class Summary
ClassProxy  
MethodProxy Allow a Java method to be used as an Orc site.
ObjectProxy A Java object being used as an Orc Site.
ObjectProxy.Delegate Handle for a method (known in the .NET world as a delegate).
ObjectProxy.DelegateCache Find and cache delegates by name.
ThreadedObjectProxy Objects whose methods should always be called in new threads.
 

Package orc.runtime.sites.java Description

Wrappers which enable using Java objects and classes as Orc sites. In Orc programs such sites are instantiated using the "class" declaration.