Uses of Class
jcama.Scope

Packages that use Scope
jcama   
 

Uses of Scope in jcama
 

Methods in jcama that return Scope
 Scope Scope.CreateScope(java.lang.String name, ScopeDescr descr)
          Creates a new scope with the given scope requirements.
 Scope Location.Engage()
          Engages CAMA location and recieves lambda scope handle
 Scope Scope.JoinScope(ScopeName name, int roleid, CamaKey key)
          Joins a scope with the specified role.
static Scope Location.newInstance(Scope s)
          Creates a new instance of a scope handle that can be used in another thread.
 

Methods in jcama with parameters of type Scope
static Scope Location.newInstance(Scope s)
          Creates a new instance of a scope handle that can be used in another thread.
abstract  void Role.role(Scope s)