| Package | Description |
|---|---|
| sila_java.library.manager | |
| sila_java.library.manager.server_management |
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,Server> |
SiLAManager.getSiLAServers()
Get Map of managed SiLA Servers
|
List<Server> |
SiLAManager.getSiLAServersByName(String serverName)
Get a List of Servers with Server Name
|
| Modifier and Type | Method and Description |
|---|---|
void |
SiLAManager.SiLAServerListener.onSiLAServerAdded(UUID serverUuid,
Server server)
Server was added to cache either manually or through discovery
|
| Modifier and Type | Method and Description |
|---|---|
void |
SiLAManager.initialize(Map<UUID,Server> silaServers)
Initialise SiLA Manager with pre-defined SiLA Servers, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ManagedChannel |
ServerUtilities.buildNewChannel(Server server)
Build a new gRPC Channel instance related to a SiLA Server
|
static void |
ServerLoading.loadServer(Server server,
io.grpc.ManagedChannel managedChannel)
Load SiLA Server from SiLA Service
|
Copyright © 2019. All rights reserved.