Modifier and Type | Method and Description |
---|---|
static ServerConfiguration |
DomainConfiguration.createServerConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isAbstract,
ServerConfiguration[] inheritedSCs,
ServerConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVERCONFIGURATION object.
|
static ServerConfiguration |
DomainConfiguration.getServerConfiguration(LibrarySession session,
String name)
Gets the SERVERCONFIGURATION with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static ServerConfiguration |
DomainConfiguration.createServerConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isAbstract,
ServerConfiguration[] inheritedSCs,
ServerConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVERCONFIGURATION object.
|
static ServerConfiguration |
DomainConfiguration.createServerConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isAbstract,
ServerConfiguration[] inheritedSCs,
ServerConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVERCONFIGURATION object.
|
static void |
DomainConfiguration.freeServer(LibrarySession session,
ServerConfiguration server,
boolean verboseLogging,
String logPrefix)
Frees the specified SERVERCONFIGURATION object.
|
Constructor and Description |
---|
DefaultServerDefinition(String name,
ServerConfiguration sc,
String serviceName,
boolean isActive,
boolean initiallyStarted,
int initialPriority)
Constructs a DefaultServerDefinition.
|
Modifier and Type | Method and Description |
---|---|
protected ServerConfiguration[] |
RenamePropertyAction.getServerConfigurationObjectsByName(LibrarySession session,
String serverClassName)
Select a set of ServerConfiguration objects by server
class name.
|
Modifier and Type | Class and Description |
---|---|
class |
TieServerConfiguration
TieServerConfiguration allows the Oracle-defined behavior of the
SERVERCONFIGURATION classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static ServerConfiguration[] |
ServerConfiguration.findAll(LibrarySession session)
Returns all ServerConfigurations.
|
static ServerConfiguration |
ServerConfiguration.findByName(LibrarySession session,
String uniqueName)
Finds a ServerConfigurations instance by UniqueName value.
|
ServerConfiguration[] |
ServerConfiguration.getInheritedServerConfigurations()
Gets the ServerConfigurations from which this ServerConfiguration
"inherits" properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConfiguration.setInheritedServerConfigurations(ServerConfiguration[] scs)
Sets the ServerConfigurations from which this ServerConfiguration
"inherits" properties.
|
Modifier and Type | Method and Description |
---|---|
ServerConfiguration |
ServerSpecification.getServerConfiguration()
Returns the ServerConfiguration that defines the configuration for this server.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showServerConfiguration(Logger logger,
ServerConfiguration config,
String prefix,
boolean verbose,
boolean showDates)
Show details about a ServerConfiguration.
|
Constructor and Description |
---|
ServerDefinition(String name,
ServerConfiguration sc,
String serviceName,
boolean isActive,
boolean initiallyStarted,
int initialPriority,
PropertyDefinition[] pbDefs,
boolean replacePrev)
Constructs a ServerDefinition.
|
Modifier and Type | Method and Description |
---|---|
protected ServerConfiguration |
MiscOperations.ServerConfigurationTest.createServerConfiguration(LibrarySession session,
String name,
String propertyName,
String propertyValue)
Creates a ServerConfiguration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MiscOperations.ServerConfigurationTest.setInheritance(ServerConfiguration subConfig,
ServerConfiguration superConfig)
Adds an inherited ServerConfiguration to a specified ServerConfiguration.
|
Copyright © 2023. All rights reserved.