public interface RtConfigDao
Modifier and Type | Method and Description |
---|---|
String |
getBaseURL() |
String |
getCancelledStatus() |
String |
getClosedStatus() |
String |
getOpenStatus() |
String |
getPassword() |
String |
getQueue() |
String |
getRequestor() |
int |
getRetry() |
int |
getTimeout() |
String |
getUsername() |
boolean |
getUseSystemProxy() |
List<String> |
getValidCancelledStatus() |
List<String> |
getValidClosedStatus() |
List<String> |
getValidOpenStatus() |
void |
save() |
String getUsername()
String getPassword()
String getQueue()
String getOpenStatus()
String getClosedStatus()
String getCancelledStatus()
String getRequestor()
String getBaseURL()
int getTimeout()
int getRetry()
boolean getUseSystemProxy()
void save() throws IOException
IOException
Copyright © 2021. All rights reserved.