@Portable public class ServerImpl extends ServerRefImpl implements Server
containersRef| Constructor and Description |
|---|
ServerImpl() |
ServerImpl(String id,
String url,
String name,
String username,
String password,
ContainerStatus status,
ConnectionType connectionType,
Collection<Container> containers,
Map<String,String> properties,
Collection<ContainerRef> containersConfig) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Container> |
containers() |
void |
deleteContainer(String containerId) |
addContainerRef, addManagedServer, equals, getConnectionType, getContainerRef, getContainersRef, getId, getManagedServers, getName, getPassword, getProperties, getStatus, getUrl, getUsername, hasContainerRef, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddContainerRef, addManagedServer, getConnectionType, getContainerRef, getContainersRef, getId, getManagedServers, getName, getPassword, getProperties, getStatus, getUrl, getUsername, hasContainerRefpublic ServerImpl()
public ServerImpl(String id, String url, String name, String username, String password, ContainerStatus status, ConnectionType connectionType, Collection<Container> containers, Map<String,String> properties, Collection<ContainerRef> containersConfig)
public Collection<Container> containers()
containers in interface Serverpublic void deleteContainer(String containerId)
deleteContainer in interface ServerRefdeleteContainer in class ServerRefImplCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.