org.rhq.core.pc
Class ServerServices

java.lang.Object
  extended by org.rhq.core.pc.ServerServices

public class ServerServices
extends Object

Provides access to remote pojo's representing the JON Server's client interfaces. These server service interfaces are what the agent and its embedded plugin container uses to make remote calls into the JON Server.

Study these server service interfaces if you want to know every capability the JON Server exposes to its agents and associated plugin containers.

Author:
Greg Hinkle

Constructor Summary
ServerServices()
           
 
Method Summary
 BundleServerService getBundleServerService()
           
 ConfigurationServerService getConfigurationServerService()
           
 ContentServerService getContentServerService()
           
 CoreServerService getCoreServerService()
           
 DiscoveryServerService getDiscoveryServerService()
           
 DriftServerService getDriftServerService()
           
 EventServerService getEventServerService()
           
 MeasurementServerService getMeasurementServerService()
           
 OperationServerService getOperationServerService()
           
 ResourceFactoryServerService getResourceFactoryServerService()
           
 void setBundleServerService(BundleServerService bundleServerService)
           
 void setConfigurationServerService(ConfigurationServerService configurationServerService)
           
 void setContentServerService(ContentServerService contentServerService)
           
 void setCoreServerService(CoreServerService coreServerService)
           
 void setDiscoveryServerService(DiscoveryServerService discoveryServerService)
           
 void setDriftServerService(DriftServerService service)
           
 void setEventServerService(EventServerService eventServerService)
           
 void setMeasurementServerService(MeasurementServerService measurementServerService)
           
 void setOperationServerService(OperationServerService operationServerService)
           
 void setResourceFactoryServerService(ResourceFactoryServerService resourceFactoryServerService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerServices

public ServerServices()
Method Detail

getCoreServerService

public CoreServerService getCoreServerService()

setCoreServerService

public void setCoreServerService(CoreServerService coreServerService)

getDiscoveryServerService

public DiscoveryServerService getDiscoveryServerService()

setDiscoveryServerService

public void setDiscoveryServerService(DiscoveryServerService discoveryServerService)

getMeasurementServerService

public MeasurementServerService getMeasurementServerService()

setMeasurementServerService

public void setMeasurementServerService(MeasurementServerService measurementServerService)

getConfigurationServerService

public ConfigurationServerService getConfigurationServerService()

setConfigurationServerService

public void setConfigurationServerService(ConfigurationServerService configurationServerService)

getOperationServerService

public OperationServerService getOperationServerService()

setOperationServerService

public void setOperationServerService(OperationServerService operationServerService)

getResourceFactoryServerService

public ResourceFactoryServerService getResourceFactoryServerService()

setResourceFactoryServerService

public void setResourceFactoryServerService(ResourceFactoryServerService resourceFactoryServerService)

getContentServerService

public ContentServerService getContentServerService()

setContentServerService

public void setContentServerService(ContentServerService contentServerService)

getEventServerService

public EventServerService getEventServerService()

setEventServerService

public void setEventServerService(EventServerService eventServerService)

getBundleServerService

public BundleServerService getBundleServerService()

setBundleServerService

public void setBundleServerService(BundleServerService bundleServerService)

getDriftServerService

public DriftServerService getDriftServerService()

setDriftServerService

public void setDriftServerService(DriftServerService service)


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