IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration.dseini
Class BTT51ExtraInfo

java.lang.Object
  extended bycom.ibm.btt.tools.migration.dseini.BTT51ExtraInfo

public class BTT51ExtraInfo
extends java.lang.Object

BTT51ExtraInfo A data bean to contain the entire information which need to add into dse.ini fiel


Field Summary
(package private)  CHAServerParm chaSrvParm
           
(package private)  FormatterServiceClientParm formatterSvcParm
           
(package private)  ServicServerParm serviceSrvParm
           
(package private)  WorkAreaParm workAreaParm
           
 
Constructor Summary
BTT51ExtraInfo()
           
 
Method Summary
 CHAServerParm getChaSrvParm()
          Get the CHA information bean.
 FormatterServiceClientParm getFormatterSvcParm()
          Get the Formatter Serivce information bean.
 ServicServerParm getServiceSrvParm()
          Get the Service Architecture information bean.
 WorkAreaParm getWorkAreaParm()
          Get the work area information bean.
 void setChaSrvParm(CHAServerParm parm)
          Set the CHA information bean.
 void setFormatterSvcParm(FormatterServiceClientParm parm)
          Set the Formatter Service information bean.
 void setServiceSrvParm(ServicServerParm parm)
          Set the Service Architecture information bean.
 void setWorkAreaParm(WorkAreaParm parm)
          Set the work area information bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chaSrvParm

CHAServerParm chaSrvParm

formatterSvcParm

FormatterServiceClientParm formatterSvcParm

serviceSrvParm

ServicServerParm serviceSrvParm

workAreaParm

WorkAreaParm workAreaParm
Constructor Detail

BTT51ExtraInfo

public BTT51ExtraInfo()
Method Detail

getChaSrvParm

public CHAServerParm getChaSrvParm()
Get the CHA information bean. It contains the extra information which is necessary for BTT 5.1 and need to be specified in dse.ini file

Returns:
CHAServerParm

getFormatterSvcParm

public FormatterServiceClientParm getFormatterSvcParm()
Get the Formatter Serivce information bean. It contains the extra information which is necessary for BTT 5.1 and need to be specified in dse.ini file

Returns:
FormatterServiceClientParm

getServiceSrvParm

public ServicServerParm getServiceSrvParm()
Get the Service Architecture information bean. It contains the extra information which is necessary for BTT 5.1 and need to be specified in dse.ini file

Returns:
ServicServerParm

getWorkAreaParm

public WorkAreaParm getWorkAreaParm()
Get the work area information bean. It contains the extra information which is necessary for BTT 5.1 and need to be specified in dse.ini file

Returns:
WorkAreaParm

setChaSrvParm

public void setChaSrvParm(CHAServerParm parm)
Set the CHA information bean. It contains the extra information which is necessary for BTT 5.1 and need to be specified in dse.ini file

Parameters:
parm -

setFormatterSvcParm

public void setFormatterSvcParm(FormatterServiceClientParm parm)
Set the Formatter Service information bean. It contains the extra information which is necessary for BTT 5.1 and need to be specified in dse.ini file

Parameters:
parm -

setServiceSrvParm

public void setServiceSrvParm(ServicServerParm parm)
Set the Service Architecture information bean. It contains the extra information which is necessary for BTT 5.1 and need to be specified in dse.ini file

Parameters:
parm -

setWorkAreaParm

public void setWorkAreaParm(WorkAreaParm parm)
Set the work area information bean. It contains the extra information which is necessary for BTT 5.1 and need to be specified in dse.ini file

Parameters:
parm -

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005