public class ConnectionConfig extends Object
Constructor and Description |
---|
ConnectionConfig() |
ConnectionConfig(String name,
String factory,
SessionConfig... sessions) |
Modifier and Type | Method and Description |
---|---|
List<Command> |
createCommands() |
String |
getName() |
List<SessionConfig> |
getSessions() |
int |
getTotalNumberOfParticipants() |
public ConnectionConfig()
public ConnectionConfig(String name, String factory, SessionConfig... sessions)
public List<SessionConfig> getSessions()
public String getName()
public int getTotalNumberOfParticipants()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.