public class Simulator extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected List<Module> |
modules |
protected Transport |
transport |
| Constructor and Description |
|---|
Simulator(GatewayConfiguration configuration,
Transport transport,
Set<Application> applications) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
connected() |
protected void |
disconnected() |
public Simulator(GatewayConfiguration configuration, Transport transport, Set<Application> applications)
public void close()
close in interface AutoCloseableprotected void connected()
protected void disconnected()
Copyright © 2017. All rights reserved.