org.rhq.modules.plugins.jbossas7
Class TransactionsComponent

java.lang.Object
  extended by org.rhq.modules.plugins.jbossas7.BaseComponent<ResourceComponent<?>>
      extended by org.rhq.modules.plugins.jbossas7.TransactionsComponent
All Implemented Interfaces:
AvailabilityFacet, ConfigurationFacet, CreateChildResourceFacet, DeleteResourceFacet, ResourceComponent<ResourceComponent<?>>, MeasurementFacet, OperationFacet, AS7Component<ResourceComponent<?>>

public class TransactionsComponent
extends BaseComponent<ResourceComponent<?>>

Support for transactions subsystem configuration updates. The special case for this subsystem: If [process-id-uuid] == true then do not send updates for [process-id-socket-binding], this property will be undefined by the AS7 on the next server reload/restart If [process-id-uuid] == false then send [process-id-socket-binding] value and allow AS7 to perform property validation

Author:
Stefan Negrea

Field Summary
 
Fields inherited from class org.rhq.modules.plugins.jbossas7.BaseComponent
MANAGED_SERVER, testConnection
 
Constructor Summary
TransactionsComponent()
           
 
Method Summary
 void updateResourceConfiguration(ConfigurationUpdateReport report)
           
 
Methods inherited from class org.rhq.modules.plugins.jbossas7.BaseComponent
collectMulticastAddressTrait, createResource, deleteResource, deployContent, getAddress, getASConnection, getAvailability, getPath, getResourceDescription, getServerAddress, getServerComponent, getSocketBindingGroup, getStringValue, getValues, invokeOperation, loadResourceConfiguration, readAttribute, readAttribute, readAttribute, runDeploymentMagicOnServer, setConnection, setPath, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionsComponent

public TransactionsComponent()
Method Detail

updateResourceConfiguration

public void updateResourceConfiguration(ConfigurationUpdateReport report)
Specified by:
updateResourceConfiguration in interface ConfigurationFacet
Overrides:
updateResourceConfiguration in class BaseComponent<ResourceComponent<?>>


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