Uses of Class
org.ow2.frascati.remote.introspection.resources.Component

Packages that use Component
org.ow2.frascati.remote.introspection   
org.ow2.frascati.remote.introspection.resources   
 

Uses of Component in org.ow2.frascati.remote.introspection
 

Methods in org.ow2.frascati.remote.introspection that return Component
 Component RemoteScaDomain.getComponent(String id)
          Get full information on the component given as parameter.
 

Methods in org.ow2.frascati.remote.introspection that return types with arguments of type Component
 Collection<Component> RemoteScaDomain.getDomainComposites()
          Get the list of top-level composites running in this SCA domain.
 Collection<Component> RemoteScaDomain.getSubComponents(String id)
          Get children of the component given as parameter.
 

Uses of Component in org.ow2.frascati.remote.introspection.resources
 

Fields in org.ow2.frascati.remote.introspection.resources with type parameters of type Component
protected  List<Component> Component.components
           
protected  List<Component> Method.intents
           
 

Methods in org.ow2.frascati.remote.introspection.resources that return Component
 Component ObjectFactory.createComponent()
          Create an instance of Component
 

Methods in org.ow2.frascati.remote.introspection.resources that return types with arguments of type Component
 List<Component> Component.getComponents()
          Gets the value of the components property.
 List<Component> Method.getIntents()
          Gets the value of the intents property.
 



Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.