org.modeshape.rhq.plugin.objects
Class ExecutedOperationResultImpl

java.lang.Object
  extended by org.modeshape.rhq.plugin.objects.ExecutedOperationResultImpl
All Implemented Interfaces:
ExecutedResult

public class ExecutedOperationResultImpl
extends Object
implements ExecutedResult


Constructor Summary
ExecutedOperationResultImpl()
           
ExecutedOperationResultImpl(String componentType, String operationName, Set operationDefinitionSet)
           
 
Method Summary
 String getComponentType()
           
 List getFieldNameList()
           
 org.jboss.managed.api.ManagedOperation getManagedOperation()
           
 String getOperationName()
           
 org.rhq.core.pluginapi.operation.OperationResult getOperationResult()
           
 Object getResult()
           
 void setContent(Collection content)
           
 void setContent(org.jboss.metatype.api.values.MetaValue content)
          
 void setContent(String content)
           
 void setManagedOperation(org.jboss.managed.api.ManagedOperation managedOperation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutedOperationResultImpl

public ExecutedOperationResultImpl()

ExecutedOperationResultImpl

public ExecutedOperationResultImpl(String componentType,
                                   String operationName,
                                   Set operationDefinitionSet)
Method Detail

getComponentType

public String getComponentType()
Specified by:
getComponentType in interface ExecutedResult

getOperationName

public String getOperationName()
Specified by:
getOperationName in interface ExecutedResult

getOperationResult

public org.rhq.core.pluginapi.operation.OperationResult getOperationResult()

getFieldNameList

public List getFieldNameList()
Specified by:
getFieldNameList in interface ExecutedResult

getResult

public Object getResult()
Specified by:
getResult in interface ExecutedResult

setContent

public void setContent(Collection content)
Specified by:
setContent in interface ExecutedResult

setContent

public void setContent(String content)
Specified by:
setContent in interface ExecutedResult

setContent

public void setContent(org.jboss.metatype.api.values.MetaValue content)

Specified by:
setContent in 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:
setManagedOperation in interface ExecutedResult
Parameters:
managedOperation - Sets managedOperation to the specified value.


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.