Uses of Interface
org.objectweb.jonathan.apis.kernel.Element

Packages that use Element
org.objectweb.jonathan.apis.kernel   
 

Uses of Element in org.objectweb.jonathan.apis.kernel
 

Methods in org.objectweb.jonathan.apis.kernel that return Element
 Element Context.addElement(Name name, java.lang.Class type, int value)
          Adds an element to the target context.
 Element Context.addElement(Name name, java.lang.Class type, java.lang.Object value)
          Adds an element in the target context.
 Element Context.addElement(Name name, Component component)
          Adds an element in the target context.
 Element Context.addElement(java.lang.String name, java.lang.Class type, int value, char separator)
          Adds an element to the target context.
 Element Context.addElement(java.lang.String name, java.lang.Class type, java.lang.Object value, char separator)
          Adds an element to the target context.
 Element Context.addElement(java.lang.String name, Component component, char separator)
          Adds an element to the target context.
 Element Component.getElement(Name name)
          Returns the element in the target component identified by name, null if no element exists under name name.
 Element Context.getElement(java.lang.String name, char separator)
          Returns the element in the target context identified by name, null if no element is registered under name name.
 Element Component.getReference()
          Returns a distinguished element referencing the target component, if any, null otherwise.
 Element Component.setReference(Element element)
          Sets an element containing the target component.
 

Methods in org.objectweb.jonathan.apis.kernel with parameters of type Element
 Element Component.setReference(Element element)
          Sets an element containing the target component.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.