|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.SerRuntimeEnv
public class SerRuntimeEnv
SerRuntimeEnv: Server Runtime Environment, store runtime properties for server.
Field Summary | |
---|---|
boolean |
forceCompleteTaskMode
|
static java.lang.String |
SametimeIP
|
Constructor Summary | |
---|---|
SerRuntimeEnv()
Create the server rumtime environment. |
Method Summary | |
---|---|
int |
getCheckServiceSleepTime()
Get the sleep time of check services. |
int |
getCSTaskAuditingExpireTime()
Get the Counter Sign Expire Time. |
int |
getDispatchThreadSize()
Get the task cache size. |
boolean |
getForceCompleteTaskMode()
|
java.lang.String |
getMailEncoding()
|
java.lang.String |
getMailServer()
Get the host of mail server. |
int |
getMailServerPort()
|
int |
getMaxClients()
Get the max number of client can exist simultaneously. |
java.lang.String |
getReportServerIP()
Get Report Server IP |
int |
getReportServerPort()
Get Report Server Port |
int |
getReScheduleInterval()
|
int |
getRMIPort()
Get the RMI server port number. |
java.lang.String |
getServerHost()
Get the server's host. |
java.lang.String |
getServerSuspendTime()
impl. remark: It's "ServerSuspendTime" used by FinalCountDownDialog |
boolean |
getSetFrontUser()
|
java.lang.String |
getSMTPid()
|
java.lang.String |
getSMTPpassword()
|
int |
getSockPort()
Get the socket port number return socket port number |
int |
getSoTimeOut()
Get the time out value. |
int |
getTaskCacheSize()
Get the task cache size. |
java.lang.String |
getTomcatPath()
|
java.lang.String |
getUploadPath()
|
java.lang.String |
getWebAgendaURL()
|
boolean |
isAuthForceAFDBAuthForAdmin()
|
boolean |
isAutoTruncate()
|
boolean |
isCancelCache()
|
boolean |
isLDAPAuthEnabled()
|
boolean |
isLogEnabled()
Whether the task is long enabled. |
boolean |
isMailNeedID()
|
boolean |
isMailSSL()
|
boolean |
isNewAttachFileDirectoryAccess()
|
boolean |
isStartTomcat()
|
boolean |
isUseAgentflowAuthAfterLDAPFailed()
|
void |
setAuthForceAFDBAuthForAdmin(boolean authForceAFDBAuthForAdmin)
|
void |
setAutoTruncate(boolean b)
|
void |
setBLog(boolean bLog)
|
void |
setCancelCache(boolean cancelCache)
|
void |
setCheckServiceSleepTime(int checkServiceSleepTime)
|
void |
setCsTaskAuditingExpire(int csTaskAuditingExpire)
|
void |
setDispatchThreadSize(int dispatchThreadSize)
|
void |
setForceCompleteTaskMode(boolean forceCompleteTaskMode)
|
void |
setLDAPAuthEnabled(boolean LDAPAuthEnabled)
|
void |
setMailEncoding(java.lang.String mailEncoding)
|
void |
setMailNeedID(boolean mailNeedID)
|
void |
setMailServer(java.lang.String mailServerHost)
|
void |
setMailServerPort(int mailServerPort)
|
void |
setMailSSL(boolean mailSSL)
|
void |
setMaxClients(int n)
Set the max number of client can exist simultaneously. |
void |
setNewAttachFileDirectoryAccess(boolean newAttachFileDirectoryAccess)
|
void |
setReportServerIP(java.lang.String reportServerIP)
|
void |
setReportServerPort(int reportServerPort)
|
void |
setReScheduleInterval(int reScheduleInterval)
|
void |
setRMIPort(int port)
|
void |
setServerHost(java.lang.String serverHost)
|
void |
setServerSuspendTime(java.lang.String serverSuspendTime)
|
void |
setSetFrontUser(boolean setFrontUser)
|
void |
setSMTPid(java.lang.String smtpId)
|
void |
setSMTPpassword(java.lang.String smtpPassword)
|
void |
setSockPort(int port)
Set the socket port number |
void |
setSoTimeOut(int soTimeOut)
|
void |
setStartTomcat(boolean startTomcat)
|
void |
setTaskCacheSize(int taskCacheSize)
|
void |
setTomcatPath(java.lang.String tomcatPath)
|
void |
setUploadPath(java.lang.String uploadPath)
|
void |
setUseAgentflowDBAfterLDAPAuthFailed(boolean useAgentflowDBAfterLDAPAuthFailed)
|
void |
setWebAgendaURL(java.lang.String webAgendaURL)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public transient boolean forceCompleteTaskMode
public static java.lang.String SametimeIP
Constructor Detail |
---|
public SerRuntimeEnv()
name
- the server Name.Method Detail |
---|
public int getCheckServiceSleepTime()
public int getCSTaskAuditingExpireTime()
public int getDispatchThreadSize()
public boolean getForceCompleteTaskMode()
public java.lang.String getMailEncoding()
public java.lang.String getMailServer()
public int getMailServerPort()
public int getMaxClients()
public java.lang.String getReportServerIP()
public int getReportServerPort()
public int getReScheduleInterval()
public int getRMIPort()
public java.lang.String getServerHost()
public java.lang.String getServerSuspendTime()
public boolean getSetFrontUser()
public java.lang.String getSMTPid()
public java.lang.String getSMTPpassword()
public int getSockPort()
public int getSoTimeOut()
public int getTaskCacheSize()
public java.lang.String getTomcatPath()
public java.lang.String getUploadPath()
public java.lang.String getWebAgendaURL()
public boolean isAuthForceAFDBAuthForAdmin()
public boolean isAutoTruncate()
public boolean isCancelCache()
public boolean isLDAPAuthEnabled()
true
if the Flow Engine is using ldap to authenticate users.public boolean isLogEnabled()
public boolean isMailNeedID()
public boolean isMailSSL()
public boolean isNewAttachFileDirectoryAccess()
public boolean isStartTomcat()
public boolean isUseAgentflowAuthAfterLDAPFailed()
public void setAuthForceAFDBAuthForAdmin(boolean authForceAFDBAuthForAdmin)
public void setAutoTruncate(boolean b)
public void setBLog(boolean bLog)
public void setCancelCache(boolean cancelCache)
public void setCheckServiceSleepTime(int checkServiceSleepTime)
public void setCsTaskAuditingExpire(int csTaskAuditingExpire)
public void setDispatchThreadSize(int dispatchThreadSize)
public void setForceCompleteTaskMode(boolean forceCompleteTaskMode)
public void setLDAPAuthEnabled(boolean LDAPAuthEnabled)
public void setMailEncoding(java.lang.String mailEncoding)
public void setMailNeedID(boolean mailNeedID)
public void setMailServer(java.lang.String mailServerHost)
public void setMailServerPort(int mailServerPort)
public void setMailSSL(boolean mailSSL)
public void setMaxClients(int n)
n
- the given max numberpublic void setNewAttachFileDirectoryAccess(boolean newAttachFileDirectoryAccess)
public void setReportServerIP(java.lang.String reportServerIP)
public void setReportServerPort(int reportServerPort)
public void setReScheduleInterval(int reScheduleInterval)
public void setRMIPort(int port)
public void setServerHost(java.lang.String serverHost)
public void setServerSuspendTime(java.lang.String serverSuspendTime)
public void setSetFrontUser(boolean setFrontUser)
public void setSMTPid(java.lang.String smtpId)
public void setSMTPpassword(java.lang.String smtpPassword)
public void setSockPort(int port)
port
- the given port numberpublic void setSoTimeOut(int soTimeOut)
public void setStartTomcat(boolean startTomcat)
startTomcat
- The startTomcat to set.public void setTaskCacheSize(int taskCacheSize)
public void setTomcatPath(java.lang.String tomcatPath)
tomcatPath
- The tomcatPath to set.public void setUploadPath(java.lang.String uploadPath)
public void setUseAgentflowDBAfterLDAPAuthFailed(boolean useAgentflowDBAfterLDAPAuthFailed)
public void setWebAgendaURL(java.lang.String webAgendaURL)
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |