org.modeshape.rhq.plugin.objects
Class ExecutedOperationResultImpl
java.lang.Object
   org.modeshape.rhq.plugin.objects.ExecutedOperationResultImpl
org.modeshape.rhq.plugin.objects.ExecutedOperationResultImpl
- All Implemented Interfaces: 
- ExecutedResult
- public class ExecutedOperationResultImpl 
- extends Object- implements ExecutedResult
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ExecutedOperationResultImpl
public ExecutedOperationResultImpl()
ExecutedOperationResultImpl
public ExecutedOperationResultImpl(String componentType,
                                   String operationName,
                                   Set operationDefinitionSet)
getComponentType
public String getComponentType()
- 
- Specified by:
- getComponentTypein interface- ExecutedResult
 
- 
 
getOperationName
public String getOperationName()
- 
- Specified by:
- getOperationNamein interface- ExecutedResult
 
- 
 
getOperationResult
public org.rhq.core.pluginapi.operation.OperationResult getOperationResult()
- 
 
- 
 
getFieldNameList
public List getFieldNameList()
- 
- Specified by:
- getFieldNameListin interface- ExecutedResult
 
- 
 
getResult
public Object getResult()
- 
- Specified by:
- getResultin interface- ExecutedResult
 
- 
 
setContent
public void setContent(Collection content)
- 
- Specified by:
- setContentin interface- ExecutedResult
 
- 
 
setContent
public void setContent(String content)
- 
- Specified by:
- setContentin interface- ExecutedResult
 
- 
 
setContent
public void setContent(org.jboss.metatype.api.values.MetaValue content)
- 
 
- 
- Specified by:
- setContentin interface- ExecutedResult
 
- 
- See Also:
- ExecutedResult.setContent(org.jboss.metatype.api.values.MetaValue)
 
getManagedOperation
public org.jboss.managed.api.ManagedOperation getManagedOperation()
- 
 
- 
- Returns:
- managedOperation
 
setManagedOperation
public void setManagedOperation(org.jboss.managed.api.ManagedOperation managedOperation)
- 
- Specified by:
- setManagedOperationin interface- ExecutedResult
 
- 
- Parameters:
- managedOperation- Sets managedOperation to the specified value.
 
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.