org.ow2.frascati.remote.introspection
Interface RemoteScaDomain


public interface RemoteScaDomain

This interface is used to expose / introspect an SCA runtime remotely.


Method Summary
 Component getComponent(String id)
          Get full information on the component given as parameter.
 Collection<Component> getDomainComposites()
          Get the list of top-level composites running in this SCA domain.
 Port getInterface(String id)
           
 Collection<Component> getSubComponents(String id)
          Get children of the component given as parameter.
 

Method Detail

getDomainComposites

Collection<Component> getDomainComposites()
Get the list of top-level composites running in this SCA domain.

Returns:
the list of composite.

getComponent

Component getComponent(String id)
Get full information on the component given as parameter.

Parameters:
id - The full component id (ex: /a/b/d)
Returns:
a Component resource.

getSubComponents

Collection<Component> getSubComponents(String id)
Get children of the component given as parameter.

Parameters:
id - The full component id (ex: /a/b/d)
Returns:
a list of Component resources.

getInterface

Port getInterface(String id)


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