Uses of Interface
mandala.util.ConstructorOp

Packages that use ConstructorOp
mandala.jacob Specification and implementation of the Java Active Container of Objects concept. 
mandala.rami Specification and implementation of the Reflective Asynchronous Method Invocation
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
mandala.util This package is a util package for anything in Mandala. 
 

Uses of ConstructorOp in mandala.jacob
 

Fields in mandala.jacob declared as ConstructorOp
protected  ConstructorOp Instanciator.constructor
           Prevents multiple same constructor specification
 

Methods in mandala.jacob that return ConstructorOp
 ConstructorOp Instanciator.getConstructor()
          Returns the default constructor.
 ConstructorOp Instanciator.setConstructor(ConstructorOp constructor)
          Sets the default constructor.
 

Methods in mandala.jacob with parameters of type ConstructorOp
static StoredObjectReference Instanciator.getInstance(ActiveMap activeMap, ConstructorOp constructor)
          Get the StoredObjectReference on the Instanciator instance which is related to the given activeMap.
 ConstructorOp Instanciator.setConstructor(ConstructorOp constructor)
          Sets the default constructor.
 java.lang.Object Instanciator.instanciate(ConstructorOp constructor, java.lang.Object[] args)
          Instanciate a new object and associates it with a new key.
 java.lang.Object Instanciator.instanciateWith(ConstructorOp constructor, java.lang.Object[] keys)
          Instanciate a new object with parameters taken from the active map and associates it with a new key.
 AsynchronousReference SORFactory.newInstance(ConstructorOp constructor, java.lang.Object[] args)
          Returns a StoredObjectReference on a new object.
 

Uses of ConstructorOp in mandala.rami
 

Methods in mandala.rami with parameters of type ConstructorOp
 AsynchronousReference Framework.Factory.newInstance(ConstructorOp c, java.lang.Object[] args)
          Returns a new AsynchronousReference which references the object created with the given constructor and parameter.
 AsynchronousReference AbstractARFactory.newInstance(ConstructorOp c, java.lang.Object[] args)
           
 

Uses of ConstructorOp in mandala.rami.impl
 

Methods in mandala.rami.impl with parameters of type ConstructorOp
 AsynchronousReference ARPFactory.newInstance(ConstructorOp c, java.lang.Object[] args)
           
 

Uses of ConstructorOp in mandala.util
 

Classes in mandala.util that implement ConstructorOp
 class SerializableConstructor
          This class is the java.io.Serializable clone of java.lang.reflect.Constructor.
 



Mandala help mailing list