Package org.nuxeo.runtime.management
Class ServerLocatorDescriptor
- java.lang.Object
-
- org.nuxeo.runtime.management.ServerLocatorDescriptor
-
public class ServerLocatorDescriptor extends Object
- Author:
- matic
-
-
Field Summary
Fields Modifier and Type Field Description protected String
domainName
protected boolean
isDefault
protected boolean
isExisting
protected boolean
remote
protected int
rmiPort
-
Constructor Summary
Constructors Constructor Description ServerLocatorDescriptor()
ServerLocatorDescriptor(String domainName, boolean isDefaultServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setExisting(String value)
void
setRmiPort(String value)
-
-
-
Field Detail
-
isDefault
protected boolean isDefault
-
isExisting
protected boolean isExisting
-
rmiPort
protected int rmiPort
-
domainName
protected String domainName
-
remote
protected boolean remote
-
-
Constructor Detail
-
ServerLocatorDescriptor
public ServerLocatorDescriptor()
-
ServerLocatorDescriptor
public ServerLocatorDescriptor(String domainName, boolean isDefaultServer)
-
-