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 Modules.getInstance(Object object)
          Gets the instance of an object from the list of modules.
 Instance Modules.getInstance(String implementation)
          Gets an instance for an implementation from the list of modules.
 Instance Instances.getInstance(String identifier)
          Gets an instance for a given identifier from the list of instances.
 Instance Modules.getInstance(String implementation, Dependency dependency)
          Gets an instance for an implementation from the list of modules overridden with a given dependency.
 

Methods in org.jomc.model that return types with arguments of type Instance
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<Instance> ObjectFactory.createInstance(Instance value)
          Create an instance of JAXBElement<Instance>}
 Object Modules.createObject(Instance instance, ClassLoader classLoader)
          Creates an object of a given instance from the list of modules.
 

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

Constructor parameters in org.jomc.model with type arguments of type Instance
Modules(Map<Object,Instance> objects)
          Creates a new Modules instance taking a map backing the instance.
Modules(Modules o, Map<Object,Instance> objects)
          Creates a new Modules instance by deeply copying a given Modules instance taking a map backing the instance.
 



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.