public class ServerManagerFactory
extends java.lang.Object
SBServerManager
Modifier and Type | Method and Description |
---|---|
static SBServerManager |
getEmbeddedServer() |
static SBServerManager |
getEmbeddedServer(SBTestEnvironment testEnv) |
static SBServerManager |
getEmbeddedServer(java.lang.String confFilePath) |
public static SBServerManager getEmbeddedServer() throws StreamBaseException
StreamBaseException
- on failure to create the serverpublic static SBServerManager getEmbeddedServer(SBTestEnvironment testEnv) throws StreamBaseException
testEnv
- the environment with which to set up this serverStreamBaseException
- on failure to create the serverSBTestEnvironment
public static SBServerManager getEmbeddedServer(java.lang.String confFilePath) throws StreamBaseException
confFilePath
- the path to the configuration file for this server to useStreamBaseException
- on failure to create the server