| java.lang.Object com.sun.jbi.management.message.ComponentInstanceResult
ComponentInstanceResult | public class ComponentInstanceResult (Code) | | Value object to hold the results of deploying a service unit to the component installed
on various instances.
For each component a map of instance name and the corresponding component task result
is maintained, the map is keyed by instance name and the value is the component task
result details for the component on that instance.
author: Sun Microsystems, Inc. |
ComponentInstanceResult | public ComponentInstanceResult(String compName, Map<String, TaskResultDetailsElement> instRslt)(Code) | | Create a component instance result.
Parameters: compName - - component name Parameters: instRslt - - map of intance names to the task result details |
getComponentName | public String getComponentName()(Code) | | the component name |
getInstanceResults | public Map<String, TaskResultDetailsElement> getInstanceResults()(Code) | | the instance results map for the component |
|
|