public class Domain extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
administrationPort |
protected boolean |
AdministrationPortEnabled |
protected String |
administrationProtocol |
protected String |
AdminServerName |
protected String |
applicationPath |
protected boolean |
crossDomainSecurityEnabled |
protected boolean |
exalogicOptimizationsEnabled |
protected String |
jdbcLLRTableName |
protected Integer |
jtaTimeout |
protected String |
name |
protected String |
nodeManagerUsername |
protected String |
path |
protected boolean |
productionMode |
Constructor and Description |
---|
Domain() |
Modifier and Type | Method and Description |
---|---|
int |
getAdministrationPort() |
String |
getAdministrationProtocol() |
String |
getAdminServerName()
Returns the AdminServerName of the Domain.
|
String |
getApplicationPath()
Return the domain's application path.
|
String |
getJdbcLLRTableName()
Returns the jdbcLLRTableName of the Domain.
|
Integer |
getJtaTimeout()
Returns the jtaTimeout of the Domain.
|
String |
getName()
Returns the name of the Domain.
|
String |
getNodeManagerUsername()
Returns the nodeManager Username of the Domain.
|
String |
getPath()
Returns the domain path of the Domain.
|
String |
getResolvedName()
Return the "name" property if it is not null, otherwise it will return the end of the path.
|
boolean |
isAdministrationPortEnabled() |
boolean |
isCrossDomainSecurityEnabled()
Returns the crossDomain Security Enabled of the Domain.
|
boolean |
isExalogicOptimizationsEnabled()
Returns the exalogicOptimizationsEnabled of the Domain.
|
boolean |
isProductionMode()
Returns the productionMode of the Domain.
|
Domain |
setAdministrationPort(int administrationPort) |
Domain |
setAdministrationPortEnabled(boolean administrationPortEnabled) |
Domain |
setAdministrationProtocol(String administrationProtocol) |
Domain |
setAdminServerName(String adminServerName)
Sets the adminServerName of the Domain.
|
Domain |
setApplicationPath(String applicationPath)
Set the domain application path.
|
Domain |
setCrossDomainSecurityEnabled(boolean crossDomainSecurityEnabled)
Sets the crossDomainSecurityEnabled of the Domain.
|
Domain |
setExalogicOptimizationsEnabled(boolean exalogicOptimizationsEnabled)
Sets the exalogicOptimizationsEnabled of the Domain.
|
Domain |
setJdbcLLRTableName(String jdbcLLRTableName)
Sets the jdbcLLRTableName of the Domain.
|
Domain |
setJtaTimeout(Integer jtaTimeout)
Sets the jtaTimeout of the Domain.
|
Domain |
setName(String name)
Sets the name of the Domain.
|
Domain |
setNodeManagerUsername(String nodeManagerUsername)
Sets the nodeManagerUsername of the Domain.
|
Domain |
setPath(String path)
Sets the path of the Domain.
|
Domain |
setProductionMode(boolean productionMode)
Sets the productionMode of the Domain.
|
protected String name
protected String path
protected String applicationPath
protected Integer jtaTimeout
protected String AdminServerName
protected boolean exalogicOptimizationsEnabled
protected String jdbcLLRTableName
protected boolean productionMode
protected boolean crossDomainSecurityEnabled
protected String nodeManagerUsername
protected boolean AdministrationPortEnabled
protected String administrationProtocol
protected int administrationPort
public String getAdministrationProtocol()
public int getAdministrationPort()
public Domain setAdministrationPort(int administrationPort)
public String getAdminServerName()
public String getJdbcLLRTableName()
public Integer getJtaTimeout()
public String getName()
public String getNodeManagerUsername()
public String getPath()
public boolean isCrossDomainSecurityEnabled()
public boolean isExalogicOptimizationsEnabled()
public boolean isProductionMode()
public Domain setAdminServerName(String adminServerName)
adminServerName
- a String used to set admin server namepublic Domain setCrossDomainSecurityEnabled(boolean crossDomainSecurityEnabled)
crossDomainSecurityEnabled
- a boolean value used to set cross domain security enabledpublic Domain setExalogicOptimizationsEnabled(boolean exalogicOptimizationsEnabled)
exalogicOptimizationsEnabled
- a boolean value used to set exalogic optimizations enabledpublic Domain setJdbcLLRTableName(String jdbcLLRTableName)
jdbcLLRTableName
- a String used to set jdbc llr table namepublic Domain setJtaTimeout(Integer jtaTimeout)
jtaTimeout
- an Integer use to set jta timeoutpublic Domain setName(String name)
name
- a String used to set namepublic Domain setNodeManagerUsername(String nodeManagerUsername)
nodeManagerUsername
- a String used to set node manager user namepublic Domain setPath(String path)
path
- a String used to set pathpublic Domain setProductionMode(boolean productionMode)
productionMode
- boolean value used to set production modepublic String getApplicationPath()
public Domain setApplicationPath(String applicationPath)
applicationPath
- the path where applications will be deployed for this domain.public String getResolvedName()
public boolean isAdministrationPortEnabled()
public Domain setAdministrationPortEnabled(boolean administrationPortEnabled)