public class ManagedServers extends Object implements Validatable
| Modifier and Type | Field and Description |
|---|---|
LocalDMR |
localDmr |
LocalJMX |
localJmx |
RemoteDMR[] |
remoteDmrs |
RemoteJMX[] |
remoteJmxs |
| Constructor and Description |
|---|
ManagedServers() |
ManagedServers(ManagedServers original) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public LocalDMR localDmr
public LocalJMX localJmx
public RemoteDMR[] remoteDmrs
public RemoteJMX[] remoteJmxs
public ManagedServers()
public ManagedServers(ManagedServers original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.