com.ibm.sensorevent.model.generic.converter
Class GenericConverter

java.lang.Object
  extended by com.ibm.sensorevent.model.generic.converter.GenericConverter
All Implemented Interfaces:
IGenericConverter, java.io.Serializable
Direct Known Subclasses:
Converter

public class GenericConverter
extends java.lang.Object
implements IGenericConverter, java.io.Serializable

GenericConverter is the superclass of all converter classes in the generic sensor event model.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
protected GenericConverter()
          Constructs a GenericConverter
 
Method Summary
static IGenericConverter getInstance()
          Factory method to create a new IGenericConverter instance
 java.lang.String toString(IGenericEvent event)
          Converts an IGenericEvent to a String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

GenericConverter

protected GenericConverter()
Constructs a GenericConverter

Method Detail

getInstance

public static IGenericConverter getInstance()
Factory method to create a new IGenericConverter instance


toString

public java.lang.String toString(IGenericEvent event)
                          throws SensorEventException
Converts an IGenericEvent to a String

Specified by:
toString in interface IGenericConverter
Throws:
SensorEventException


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.