public class Domain extends Object
Constructor and Description |
---|
Domain() |
Modifier and Type | Method and Description |
---|---|
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()
Returns a value indicating if the WLS administrating port is enabled.
|
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.
|
void |
setAdministrationPortEnabled(boolean administrationPortEnabled)
Set the value of the administration port.
|
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.
|
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 void setAdministrationPortEnabled(boolean administrationPortEnabled)
administrationPortEnabled
- true is port is enabled, false otherwise