Package | Description |
---|---|
oracle.ifs.admin.tools.schema | |
oracle.ifs.beans | |
oracle.ifs.core.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Method and Description |
---|---|
static ServiceConfiguration |
DomainConfiguration.createServiceConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
ServiceConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVICECONFIGURATION object.
|
static ServiceConfiguration |
DomainConfiguration.getServiceConfiguration(LibrarySession session,
String name)
Gets the SERVICECONFIGURATION with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static ServiceConfiguration |
DomainConfiguration.createServiceConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
ServiceConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVICECONFIGURATION object.
|
static void |
DomainConfiguration.freeService(LibrarySession session,
ServiceConfiguration service,
boolean verboseLogging,
String logPrefix)
Frees the specified SERVICECONFIGURATION object.
|
Constructor and Description |
---|
DefaultServiceDefinition(String name,
ServiceConfiguration sc,
boolean isActive)
Constructs a DefaultServiceDefinition.
|
Modifier and Type | Class and Description |
---|---|
class |
TieServiceConfiguration
TieServiceConfiguration allows the Oracle-defined behavior of the
SERVICECONFIGURATION classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static ServiceConfiguration[] |
ServiceConfiguration.findAll(LibrarySession session)
Returns the set of defined ServiceConfiguration instances.
|
static ServiceConfiguration |
ServiceConfiguration.findByName(LibrarySession session,
String name)
Returns a ServiceConfiguration matching the specified name.
|
Modifier and Type | Method and Description |
---|---|
static ServiceState |
ServiceState.create(ServiceConfiguration svc,
String serviceName,
Long serviceId,
Long newNodeStateId)
Create a ServiceState based on the specified inputs.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showServiceConfiguration(Logger logger,
ServiceConfiguration config,
String prefix,
boolean verbose)
Show details about a ServiceConfiguration.
|
Constructor and Description |
---|
ServiceDefinition(String name,
ServiceConfiguration sc,
boolean isActive)
Constructs a ServiceDefinition.
|
Copyright © 2023. All rights reserved.