TPTP 4.3.0 Monitoring Tools Project
Public API Specification

org.eclipse.hyades.logging.adapter.util
Class SensorMigrator

java.lang.Object
  extended byorg.eclipse.hyades.logging.adapter.util.SensorMigrator
All Implemented Interfaces:
IComponentMigrator

Deprecated. This class is no longer supported for migrating sensor configurations.

public class SensorMigrator
extends java.lang.Object
implements IComponentMigrator

This class migrates a pre 1.3 sensor configuration to a 1.3 sensor configuration.


Constructor Summary
SensorMigrator()
          Deprecated.  
 
Method Summary
 org.w3c.dom.Element migrate(org.w3c.dom.Element oldSensorConfiguration)
          Deprecated. Migrate the specified sensor configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorMigrator

public SensorMigrator()
Deprecated. 
Method Detail

migrate

public org.w3c.dom.Element migrate(org.w3c.dom.Element oldSensorConfiguration)
                            throws AdapterMigrationException
Deprecated. 
Migrate the specified sensor configuration.

Specified by:
migrate in interface IComponentMigrator
Parameters:
oldSensorConfiguration - - DOM element containing the sensor configuration to migrate.
Returns:
new configuration
Throws:
AdapterMigrationException
See Also:
IComponentMigrator.migrate(org.w3c.dom.Element)

TPTP 4.3.0 Monitoring Tools Project
Public API Specification