Uses of Class
org.jomc.model.Instance

Packages that use Instance
org.jomc.model Object management and configuration model classes. 
 

Uses of Instance in org.jomc.model
 

Fields in org.jomc.model with type parameters of type Instance
protected  List<Instance> Instances.instance
           
 

Methods in org.jomc.model that return Instance
 Instance Instance.clone()
          Creates and returns a deep copy of this object.
 Instance ObjectFactory.createInstance()
          Create an instance of Instance
 Instance DefaultModelManager.getInstance(Modules modules, Implementation implementation, ClassLoader cl)
           
 Instance ModelManager.getInstance(Modules modules, Implementation implementation, ClassLoader classLoader)
          Gets an instance of an implementation.
 Instance DefaultModelManager.getInstance(Modules modules, Implementation implementation, Dependency dependency, ClassLoader cl)
           
 Instance ModelManager.getInstance(Modules modules, Implementation implementation, Dependency dependency, ClassLoader classLoader)
          Gets an instance of an implementation for a dependency.
 Instance DefaultModelManager.getInstance(Modules modules, Object object)
           
 Instance ModelManager.getInstance(Modules modules, Object object)
          Gets the instance of an object.
 Instance Instances.getInstance(String identifier)
          Gets an instance for a given identifier from the list of instances.
 

Methods in org.jomc.model that return types with arguments of type Instance
 JAXBElement<Instance> ObjectFactory.createInstance(Instance value)
          Create an instance of JAXBElement<Instance>}
 List<Instance> Instances.getInstance()
          Gets the value of the instance property.
 

Methods in org.jomc.model with parameters of type Instance
 JAXBElement<Instance> ObjectFactory.createInstance(Instance value)
          Create an instance of JAXBElement<Instance>}
 Object DefaultModelManager.getObject(Modules modules, Specification specification, Instance instance)
           
 Object ModelManager.getObject(Modules modules, Specification specification, Instance instance)
          Gets the object of an instance.
 

Method parameters in org.jomc.model with type arguments of type Instance
private static void Instances.copyInstance(List<Instance> source, List<Instance> target)
          Copies all values of property Instance deeply.
private static void Instances.copyInstance(List<Instance> source, List<Instance> target)
          Copies all values of property Instance deeply.
 

Constructors in org.jomc.model with parameters of type Instance
Instance(Instance o)
          Creates a new Instance instance by deeply copying a given instance.
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.