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 NodeConfiguration |
DomainConfiguration.createNodeConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isActive,
NodeConfiguration superNC,
Hashtable props,
DomainConfiguration.DefaultServiceDefinition[] services,
DomainConfiguration.DefaultServerDefinition[] servers,
boolean verboseLogging,
String logPrefix)
Creates NODECONFIGURATION object.
|
static NodeConfiguration |
DomainConfiguration.getNodeConfiguration(LibrarySession session,
String name)
Gets the NODECONFIGURATION with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static NodeConfiguration |
DomainConfiguration.createNodeConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isActive,
NodeConfiguration superNC,
Hashtable props,
DomainConfiguration.DefaultServiceDefinition[] services,
DomainConfiguration.DefaultServerDefinition[] servers,
boolean verboseLogging,
String logPrefix)
Creates NODECONFIGURATION object.
|
static void |
DomainConfiguration.freeNode(LibrarySession session,
NodeConfiguration node,
boolean verboseLogging,
String logPrefix)
Frees the specified NODECONFIGURATION object.
|
Modifier and Type | Class and Description |
---|---|
class |
TieNodeConfiguration
TieNodeConfiguration allows the Oracle-defined behavior of the
NODECONFIGURATION classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static NodeConfiguration[] |
NodeConfiguration.findAll(LibrarySession session)
Returns the set of defined NodeConfiguration instances.
|
static NodeConfiguration |
NodeConfiguration.findByName(LibrarySession session,
String name)
Returns a NodeConfiguration matching the specified name.
|
NodeConfiguration |
NodeConfiguration.getSuperNodeConfiguration()
Gets the "super" NodeConfiguration - the NodeConfiguration
that this instance extends.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeConfiguration.setSuperNodeConfiguration(NodeConfiguration nc)
Sets the "super" NodeConfiguration - the NodeConfiguration
that this instance extends.
|
Modifier and Type | Method and Description |
---|---|
static NodeState |
NodeState.create(NodeConfiguration nc,
ServiceState serviceState,
String nodeName,
Long newNodeStateId)
Create a NodeState based on the specified inputs.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CodeGenerationOperations.showCreateServerSpecificationScript(NodeConfiguration nc,
String ssNamePrefix,
String rtclassifPrefix,
boolean showDates,
String indent)
Shows a script to create ServerSpecifications from a specified NodeConfiguration.
|
static void |
ShowUtils.showNodeConfiguration(Logger logger,
NodeConfiguration nc,
String prefix,
boolean verbose,
boolean showDates)
Show details about a NodeConfiguration.
|
Copyright © 2023. All rights reserved.