org.rhq.core.pc.operation
Class OperationContextImpl

java.lang.Object
  extended by org.rhq.core.pc.operation.OperationContextImpl
All Implemented Interfaces:
OperationContext

public class OperationContextImpl
extends Object
implements OperationContext

Plugin container implementation of the OperationContext, holding on to an immutable copy of the resource ID to which an instance of this class is associated.

Author:
Jason Dobies

Constructor Summary
OperationContextImpl(int resourceId)
           
 
Method Summary
 OperationServices getOperationServices()
           
 int getResourceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationContextImpl

public OperationContextImpl(int resourceId)
Method Detail

getOperationServices

public OperationServices getOperationServices()
Specified by:
getOperationServices in interface OperationContext

getResourceId

public int getResourceId()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.