org.rhq.core.pc.content
Class ContentContextImpl

java.lang.Object
  extended by org.rhq.core.pc.content.ContentContextImpl
All Implemented Interfaces:
ContentContext

public class ContentContextImpl
extends Object
implements ContentContext

Provides the internal, non-opaque implementation of a ContentContext. This provides access to the resource ID - something that plugins do not have access to.

Author:
Jason Dobies, John Mazzitelli

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

Constructor Detail

ContentContextImpl

public ContentContextImpl(int resourceId)
Method Detail

getResourceId

public int getResourceId()

getContentServices

public ContentServices getContentServices()
Specified by:
getContentServices in interface ContentContext


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