|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.nukesoft.bot2.core.DMConfig
The DMConfig class is used to configure the DialogManager.
Nested Class Summary | |
class |
DMConfig.CPConfig
The CPConfig class is used by the DialogManager to configure a CommPort. |
class |
DMConfig.DBConfig
The DBConfig class is used by the DialogManager to configure a Default Bind. |
class |
DMConfig.LPConfig
The LPConfig class is used by the DialogManager to configure a LineProc. |
Constructor Summary | |
DMConfig(int dialogTimeout,
int logFlushDelay,
String logWorkingDir,
String adminLineProcBindID,
String adminEscapeSequence)
|
Method Summary | |
void |
addCPConfig(DMConfig.CPConfig conf)
Adds a configuration record to the CommPort config table. |
void |
addDBConfig(DMConfig.DBConfig conf)
Adds a configuration record to the Default Bind config table. |
void |
addLPConfig(DMConfig.LPConfig conf)
Adds a configuration record to the LineProc config table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DMConfig(int dialogTimeout, int logFlushDelay, String logWorkingDir, String adminLineProcBindID, String adminEscapeSequence)
Method Detail |
public void addCPConfig(DMConfig.CPConfig conf)
conf
- The configuration entry to add.public void addLPConfig(DMConfig.LPConfig conf)
conf
- The configuration entry to add.public void addDBConfig(DMConfig.DBConfig conf)
conf
- The configuration entry to add.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |