IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration.generator.bp
Class BPGenerator

java.lang.Object
  extended bycom.ibm.btt.tools.migration.operation.BaseGenerator
      extended bycom.ibm.btt.tools.migration.generator.bp.BPGenerator

public class BPGenerator
extends BaseGenerator

The class is used for Migration purporse


Field Summary
protected static int BPNumber
           
protected  java.util.Vector links
           
protected  java.util.Hashtable steps
           
 
Constructor Summary
BPGenerator()
           
 
Method Summary
 java.lang.String generate(DSEProcessor flow)
           
 java.lang.String generate(DSEServerOperation op)
           
 void generate(java.util.Vector v)
           
 java.lang.String getBPTemplet()
           
 
Methods inherited from class com.ibm.btt.tools.migration.operation.BaseGenerator
assertFile, convertNameToPath, createPackage, generateInvokerForBP, generateInvokerForBP, generateInvokerForEJB, generateInvokerForEJB, getFileContents, setFileContents, setFileContents, subst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

links

protected java.util.Vector links

steps

protected java.util.Hashtable steps

BPNumber

protected static int BPNumber
Constructor Detail

BPGenerator

public BPGenerator()
Method Detail

generate

public void generate(java.util.Vector v)
              throws DSEProcessorException,
                     DSEException,
                     org.apache.regexp.RESyntaxException,
                     org.eclipse.core.runtime.CoreException,
                     java.io.IOException
Throws:
DSEProcessorException
DSEException
org.apache.regexp.RESyntaxException
org.eclipse.core.runtime.CoreException
java.io.IOException

getBPTemplet

public java.lang.String getBPTemplet()
                              throws org.eclipse.core.runtime.CoreException,
                                     java.io.IOException
Throws:
org.eclipse.core.runtime.CoreException
java.io.IOException

generate

public java.lang.String generate(DSEProcessor flow)
                          throws DSEProcessorException,
                                 DSEException,
                                 org.apache.regexp.RESyntaxException,
                                 org.eclipse.core.runtime.CoreException,
                                 java.io.IOException
Throws:
DSEProcessorException
DSEException
org.apache.regexp.RESyntaxException
org.eclipse.core.runtime.CoreException
java.io.IOException

generate

public java.lang.String generate(DSEServerOperation op)
                          throws DSEObjectNotFoundException,
                                 org.eclipse.core.runtime.CoreException,
                                 java.io.IOException,
                                 org.apache.regexp.RESyntaxException
Throws:
DSEObjectNotFoundException
org.eclipse.core.runtime.CoreException
java.io.IOException
org.apache.regexp.RESyntaxException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005