@Portable public class ServerRefImpl extends Object implements ServerRef
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ContainerRef> |
containersRef |
| Constructor and Description |
|---|
ServerRefImpl() |
ServerRefImpl(String id,
String url,
String name,
String username,
String password,
ContainerStatus status,
ConnectionType connectionType,
Map<String,String> properties,
Collection<ContainerRef> containerRefs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainerRef(ContainerRef containerRef) |
void |
addManagedServer(ServerInstanceRef managedServers) |
void |
deleteContainer(String containerId) |
boolean |
equals(Object o) |
ConnectionType |
getConnectionType() |
ContainerRef |
getContainerRef(String containerId) |
Collection<ContainerRef> |
getContainersRef() |
String |
getId() |
List<ServerInstanceRef> |
getManagedServers() |
String |
getName() |
String |
getPassword() |
Map<String,String> |
getProperties() |
ContainerStatus |
getStatus() |
String |
getUrl() |
String |
getUsername() |
boolean |
hasContainerRef(String id) |
int |
hashCode() |
protected final Map<String,ContainerRef> containersRef
public ServerRefImpl()
public ServerRefImpl(String id, String url, String name, String username, String password, ContainerStatus status, ConnectionType connectionType, Map<String,String> properties, Collection<ContainerRef> containerRefs)
public String getUsername()
getUsername in interface ServerRefpublic String getPassword()
getPassword in interface ServerRefpublic ContainerStatus getStatus()
public ConnectionType getConnectionType()
getConnectionType in interface ServerRefpublic Map<String,String> getProperties()
getProperties in interface ServerRefpublic Collection<ContainerRef> getContainersRef()
getContainersRef in interface ServerRefpublic boolean hasContainerRef(String id)
hasContainerRef in interface ServerRefpublic ContainerRef getContainerRef(String containerId)
getContainerRef in interface ServerRefpublic void addContainerRef(ContainerRef containerRef)
addContainerRef in interface ServerRefpublic void deleteContainer(String containerId)
deleteContainer in interface ServerRefpublic List<ServerInstanceRef> getManagedServers()
getManagedServers in interface ServerRefpublic void addManagedServer(ServerInstanceRef managedServers)
addManagedServer in interface ServerRefCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.