|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.base.ExternalizerAccessor
com.ibm.dse.base.types.TypeExternalizerAccessor
This class is used to access the typed data externalizer
Constructor Summary | |
---|---|
TypeExternalizerAccessor()
TypeExternalizerAccessor constructor. |
Method Summary | |
---|---|
void |
createExternalizer()
Creates and sets the typed data externalizer. |
void |
createExternalizer(java.lang.String option,
java.io.BufferedInputStream aIniStream)
Creates and sets the typed data externalizer |
void |
createExternalizer(java.lang.String option,
java.lang.String pathAndFile)
Creates and sets the typed data externalizer. |
void |
end()
Sets the typed data externalizer to null |
Externalizer |
getExternalizer()
This method returns the Type Externalizer instance |
void |
linkReferences()
Initializes all the typed data externalizer, building all the Types, PropertyDescriptors, etc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TypeExternalizerAccessor()
Method Detail |
public void createExternalizer() throws java.io.IOException
createExternalizer
in class ExternalizerAccessor
java.io.IOException
public void createExternalizer(java.lang.String option, java.io.BufferedInputStream aIniStream) throws java.io.IOException
createExternalizer
in class ExternalizerAccessor
option
- - The option to create the externalizer (FILE or MEMORY)aIniStream
- - The input stream to be used to create the externalizer
java.io.IOException
public void createExternalizer(java.lang.String option, java.lang.String pathAndFile) throws java.io.IOException
createExternalizer
in class ExternalizerAccessor
option
- - The option to create the externalizer (MEMORY or FILE)pathAndFile
- - The path and file containing the types definitions to be read by the externalizer
java.io.IOException
public void end()
end
in class ExternalizerAccessor
public Externalizer getExternalizer() throws java.io.IOException
getExternalizer
in class ExternalizerAccessor
java.io.IOException
public void linkReferences() throws java.io.IOException, DSEObjectNotFoundException
linkReferences
in class ExternalizerAccessor
java.io.IOException
DSEObjectNotFoundException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |