IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class OperExternalizerAccessor

java.lang.Object
  extended by com.ibm.btt.base.ExternalizerAccessor
      extended by com.ibm.btt.base.OperExternalizerAccessor

public class OperExternalizerAccessor
extends ExternalizerAccessor

This class is used to access the operation externalizer.


Constructor Summary
OperExternalizerAccessor()
          OperExternalizerAccessor constructor.
 
Method Summary
 void createExternalizer()
          This method creates and sets the operation externalizer.
 void createExternalizer(java.lang.String option, java.io.BufferedInputStream aIniStream)
          This method creates and sets the operation externalizer.
 void createExternalizer(java.lang.String option, java.lang.String pathAndFile)
          This method creates and sets the operation externalizer.
 void end()
          This method sets the operation externalizer to null.
 Externalizer getExternalizer()
          This method returns the Operations Externalizer instance.
 void linkReferences()
          This method will link all references in the operation externalizer's TagInputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperExternalizerAccessor

public OperExternalizerAccessor()
OperExternalizerAccessor constructor.

Method Detail

createExternalizer

public void createExternalizer()
                        throws java.io.IOException
This method creates and sets the operation externalizer.

Specified by:
createExternalizer in class ExternalizerAccessor
Throws:
java.io.IOException

createExternalizer

public void createExternalizer(java.lang.String option,
                               java.io.BufferedInputStream aIniStream)
                        throws java.io.IOException
This method creates and sets the operation externalizer.

Specified by:
createExternalizer in class ExternalizerAccessor
Throws:
java.io.IOException

createExternalizer

public void createExternalizer(java.lang.String option,
                               java.lang.String pathAndFile)
                        throws java.io.IOException
This method creates and sets the operation externalizer.

Specified by:
createExternalizer in class ExternalizerAccessor
Throws:
java.io.IOException

end

public void end()
This method sets the operation externalizer to null.

Specified by:
end in class ExternalizerAccessor

getExternalizer

public Externalizer getExternalizer()
                             throws java.io.IOException
This method returns the Operations Externalizer instance.

Specified by:
getExternalizer in class ExternalizerAccessor
Returns:
OperationExternalizer
Throws:
java.io.IOException

linkReferences

public void linkReferences()
                    throws java.io.IOException,
                           DSEObjectNotFoundException
This method will link all references in the operation externalizer's TagInputStream.

Specified by:
linkReferences in class ExternalizerAccessor
Throws:
java.io.IOException
DSEObjectNotFoundException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010