Uses of Class
org.jacorb.orb.TaggedComponentList

Packages that use TaggedComponentList
org.jacorb.orb   
org.jacorb.orb.etf   
 

Uses of TaggedComponentList in org.jacorb.orb
 

Methods in org.jacorb.orb that return TaggedComponentList
 TaggedComponentList ParsedIOR.getMultipleComponents()
           
 

Methods in org.jacorb.orb with parameters of type TaggedComponentList
 void TaggedComponentList.addAll(TaggedComponentList other)
          Adds an entire TaggedComponentList to this list.
 

Uses of TaggedComponentList in org.jacorb.orb.etf
 

Fields in org.jacorb.orb.etf declared as TaggedComponentList
protected  TaggedComponentList ProfileBase.components
           
 

Methods in org.jacorb.orb.etf that return TaggedComponentList
 TaggedComponentList ProfileBase.getComponents()
          Accessor for the TaggedComponents of the Profile.