Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
MappedServer |
MappedDomain.getMappedServer(String id)
Get the MappedServer corresponding to ID, or null if not found.
|
MappedServer |
MappedDomain.getMappedServerByServerID(String serverId)
Get the MappedServer corresponding to the underlying server ID, or null if not found.
|
MappedServer |
MappedServer.setId(String id)
Sets the id that is used to reference this MappedServer.
|
MappedServer |
MappedServer.setServerBinding(ServerBinding serverBinding)
Sets the Domain that this MappedDomain is based on.
|
Modifier and Type | Method and Description |
---|---|
List<MappedServer> |
MappedDomain.getMappedServers()
Returns the list of Servers id that this MappedDomain refers to or an empty list if no Servers are mapped.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MappedDomain.addMappedServer(MappedServer server)
Add the specified Server id to the list of serverRefs that this MappedDomain is mapped to.
|
boolean |
MappedDomain.removeMappedServer(MappedServer mappedServer)
Remove a mapped server from this mapped domain.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MappedDomain.addAllMappedServers(List<MappedServer> servers) |