public class BootstrapAppServers
extends java.lang.Object
BootstrapAppServer
classes.Modifier and Type | Field and Description |
---|---|
java.util.List<BootstrapAppServer> |
bootstrapAppServers_ |
Modifier and Type | Method and Description |
---|---|
void |
addBoostrapAppServer(BootstrapAppServer boostrapAppServer) |
BootstrapAppServer |
getBootstrapAppServer(java.lang.String name) |
java.util.List<BootstrapAppServer> |
getBootstrapAppServers() |
static BootstrapAppServers |
getInstance() |
boolean |
isBootstrapAppServer(java.lang.String name) |
void |
removeBootstrapAppServer(BootstrapAppServer boostrapAppServer) |
public java.util.List<BootstrapAppServer> bootstrapAppServers_
public static BootstrapAppServers getInstance()
public java.util.List<BootstrapAppServer> getBootstrapAppServers()
public void addBoostrapAppServer(BootstrapAppServer boostrapAppServer)
public void removeBootstrapAppServer(BootstrapAppServer boostrapAppServer)
public BootstrapAppServer getBootstrapAppServer(java.lang.String name)
public boolean isBootstrapAppServer(java.lang.String name)