com.softwareag.tamino.db.api.objectModel.stream
Class TStreamObjectModel

java.lang.Object
  extended by com.softwareag.tamino.db.api.objectModel.TXMLObjectModel
      extended by com.softwareag.tamino.db.api.objectModel.stream.TStreamObjectModel

public class TStreamObjectModel
extends TXMLObjectModel

TStreamObjectModel represents the stream object model. This class is used when creating accessor instances. An accessor is always created for a specific object model. The factory methods for creating an accessor take an instance of an object model class.

Using this object model for an accessor determines that the XML documents provided by that accessor are streams.

This class implements the singleton pattern, i.e. there is always only one instance of this class available.

Version:
$Revision: 1.7 $
Author:
Marcus Schreyer

Constructor Summary
protected TStreamObjectModel()
          Internal constructor.
 
Method Summary
static TXMLObjectModel getInstance()
          Gets the singleton TStreamObjectModel instance.
 
Methods inherited from class com.softwareag.tamino.db.api.objectModel.TXMLObjectModel
deregister, getAdapterClass, getAdapterConstructor, getDocumentClass, getElementClass, getInputStreamInterpreterClass, getLocale, getProperty, getPropertyIterator, getPropertyKeyIterator, getRegisteredModel, getRegisteredModel, getRegisteredModels, getSpecifier, isRegistered, register, setLocale, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TStreamObjectModel

protected TStreamObjectModel()
Internal constructor. Initializes the singleton instance of the stream object model.

Method Detail

getInstance

public static TXMLObjectModel getInstance()
Gets the singleton TStreamObjectModel instance.

Returns:
the singleton TStreamObjectModel instance.


Copyright (c) 2013 Software AG. All Rights Reserved.