Class DefaultConfiguration
java.lang.Object
org.aktin.broker.admin.standalone.DefaultConfiguration
- All Implemented Interfaces:
Configuration
public class DefaultConfiguration extends Object implements Configuration
-
Constructor Summary
Constructors Constructor Description DefaultConfiguration() -
Method Summary
Modifier and Type Method Description org.aktin.broker.server.auth.AuthProvidergetAuthProvider()PathgetBasePath()intgetPort()local TCP port to listen toMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aktin.broker.admin.standalone.Configuration
getAggregatorDataPath, getBrokerDataPath, getDatabasePath, getTempDownloadPath
-
Constructor Details
-
DefaultConfiguration
public DefaultConfiguration()
-
-
Method Details
-
getPort
public int getPort()Description copied from interface:Configurationlocal TCP port to listen to- Specified by:
getPortin interfaceConfiguration- Returns:
- port number
-
getAuthProvider
public org.aktin.broker.server.auth.AuthProvider getAuthProvider()- Specified by:
getAuthProviderin interfaceConfiguration
-
getBasePath
- Specified by:
getBasePathin interfaceConfiguration
-