Package bitel.billing.server.radius
Class RadiusSetup
java.lang.Object
ru.bitel.common.ParameterMap
ru.bitel.common.Preferences
ru.bitel.bgbilling.server.util.DefaultServerSetup
ru.bitel.bgbilling.server.util.Setup
bitel.billing.server.radius.RadiusSetup
public class RadiusSetup extends Setup
Главный setup Radius-а
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.ParameterMap
ParameterMap.DefaultParameterMap
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.server.util.DefaultServerSetup
RETURN_FAKE, RETURN_MASTER, RETURN_NULL, RETURN_SLAVE
Fields inherited from class ru.bitel.common.Preferences
bundleName, data
Fields inherited from class ru.bitel.common.ParameterMap
mapPrint
-
Constructor Summary
Constructors Constructor Description RadiusSetup(java.lang.String name)
-
Method Summary
Modifier and Type Method Description java.lang.String
getModule()
Возращает имя модуля.int
getModuleId()
static RadiusSetup
getSetup()
void
setModule(java.lang.String value)
Установка имени модуля.Methods inherited from class ru.bitel.bgbilling.server.util.Setup
getBundlePreferences, getConfig, getDistribution, getFolderPathParam, getInitDate, getModuleSetup, getPathProperty, getTempDirPath, getWSClient, reloadConfig, setSetup
Methods inherited from class ru.bitel.bgbilling.server.util.DefaultServerSetup
checkAndCreatePeriodicTableName, getDBConnection, getDBConnection, getDBConnectionFromPool, getDBConnectionFromPool, getDBSlaveConnectionFromPool, getDBSlaveConnectionFromPool, getDBTrashConnectionFromPool, getDBTrashOrMasterConnectionFromPool, getDBTrashOrSlaveConnectionFromPool, getEnvironment, getMasterPoolLoad, getPoolStackTrace, getPoolStatus, getScheduledExecutorService, getSlaveBaseId, getSlaveConnectionFromPool, getTrashBaseId, getTrashConnectionFromPool, initConnectionPool, initJNDI, initLocales, initMQ, initTrashPoolsAndCreateTableOptions, isReplicationAvailable, isReplicationEnabled, isReplicationNotBehindMaster, logConfigure, returnConToPool, setReplicationAvailable, setReplicationEnabled, setReplicationNotBehindMaster
Methods inherited from class ru.bitel.common.Preferences
entrySet, extract, get, getMap, getObject, getObject, getOrderedValues, loadBundle, loadData, loadData, loadDataEntry, loadFromInputStream, loadModuleSetup, parseObjects, parseObjectsNoOrder, putObject, removeObject, set, updateData
Methods inherited from class ru.bitel.common.ParameterMap
addActionListener, fingerprint, get, getBigDecimal, getBoolean, getChar, getDouble, getEnum, getFloat, getInt, getIntegerList, getLocalDate, getLong, inherit, sub, subIndexed, subKeyed, subLined, throwActionEvent, toReference, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RadiusSetup
public RadiusSetup(java.lang.String name)
-
-
Method Details
-
getSetup
-
getModuleId
public int getModuleId() -
setModule
public void setModule(java.lang.String value)Установка имени модуля.- Parameters:
value
- String
-
getModule
public java.lang.String getModule()Возращает имя модуля.- Returns:
- String
-