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

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

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

Methods in org.objectweb.jonathan.apis.kernel that return Name
 Name Name.getSubName()
          Returns the subname of the target name.
 

Methods in org.objectweb.jonathan.apis.kernel with parameters of type Name
 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.
 Context Context.addOrGetContext(Name _name)
           
 Component Component.getComponent(Name name)
          Returns the component contained in the element registered in the target component under the name name.
 Element Component.getElement(Name name)
          Returns the element in the target component identified by name, null if no element exists under name name.
 int Context.getIntValue(Name name)
          Returns the value of the element registered in the target context under the name name.
 java.lang.Object Component.getValue(Name name)
          Returns the value of the element registered in the target context under the name name.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.