org.teiid.rhq.plugin.objects
Class ExecutedOperationResultImpl
java.lang.Object
org.teiid.rhq.plugin.objects.ExecutedOperationResultImpl
- All Implemented Interfaces:
- ExecutedResult
public class ExecutedOperationResultImpl
- extends java.lang.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(java.lang.String componentType,
java.lang.String operationName,
java.util.Set operationDefinitionSet)
getComponentType
public java.lang.String getComponentType()
- Specified by:
getComponentType
in interface ExecutedResult
getOperationName
public java.lang.String getOperationName()
- Specified by:
getOperationName
in interface ExecutedResult
getOperationResult
public org.rhq.core.pluginapi.operation.OperationResult getOperationResult()
getFieldNameList
public java.util.List getFieldNameList()
- Specified by:
getFieldNameList
in interface ExecutedResult
getResult
public java.lang.Object getResult()
- Specified by:
getResult
in interface ExecutedResult
setContent
public void setContent(java.util.Collection content)
- Specified by:
setContent
in interface ExecutedResult
setContent
public void setContent(java.lang.String content)
- Specified by:
setContent
in interface ExecutedResult
Copyright © 2011. All Rights Reserved.