IBM Branch Transformation Toolkit Javadoc

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

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

public class ServicServerParm
extends java.lang.Object

ServicServerParm A data bean to contain the information of Services which need to add into dse.ini fiel


Field Summary
(package private)  java.util.Hashtable parmHash
           
(package private)  java.lang.String ReapInterval
           
(package private)  java.lang.String RunReapProc
           
 
Constructor Summary
ServicServerParm()
           
 
Method Summary
 java.util.Hashtable getParmHash()
           
 java.lang.String getReapInterval()
           
 java.lang.String getRunReapProc()
           
 void initParmHash()
           
 void setParmHash(java.util.Hashtable hashtable)
           
 void setReapInterval(java.lang.String string)
           
 void setRunReapProc(java.lang.String string)
           
protected  KeyedCollection toKeyedCollection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parmHash

java.util.Hashtable parmHash

RunReapProc

java.lang.String RunReapProc

ReapInterval

java.lang.String ReapInterval
Constructor Detail

ServicServerParm

public ServicServerParm()
Method Detail

initParmHash

public void initParmHash()

getParmHash

public java.util.Hashtable getParmHash()
Returns:
Hashtable

setParmHash

public void setParmHash(java.util.Hashtable hashtable)
Parameters:
hashtable -

getReapInterval

public java.lang.String getReapInterval()
Returns:
String

getRunReapProc

public java.lang.String getRunReapProc()
Returns:
String

setReapInterval

public void setReapInterval(java.lang.String string)
Parameters:
string -

setRunReapProc

public void setRunReapProc(java.lang.String string)
Parameters:
string -

toKeyedCollection

protected KeyedCollection toKeyedCollection()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005