public interface NodeInterface
Modifier and Type | Field and Description |
---|---|
static int |
NODESTATUS_DISPOSED
A Node that has been disposed.
|
static int |
NODESTATUS_RUNNING
A Node that is running.
|
static int |
NODESTATUS_STARTING
A Node that is starting.
|
static int |
NODESTATUS_STOPPED
A Node that is stopped or not yet started.
|
static int |
NODESTATUS_STOPPING
A Node that is stopping.
|
static int |
NODESTATUS_UNKNOWN
A Node whose status is unknown.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
getConfigurationValue(String key)
Gets a Configuration value from the Configuration Table for this Node.
|
int |
getDesiredStatus()
Gets the desired status of this Node.
|
String |
getIfsHome()
Gets the CM SDK home directory for this Node.
|
String |
getNodeConfigurationName()
Gets the name of the Node configuration used to start this Node.
|
String |
getNodeName()
Gets the name of this Node.
|
NodeState |
getNodeState(LibrarySession session)
Gets the NodeState for this Node.
|
String |
getOracleHome()
Gets the Oracle home directory for this Server's node.
|
String |
getServiceConfigurationName()
Gets the name of the Service Configuration.
|
String |
getServiceName()
Gets the name of the default service for this Node.
|
ServiceState |
getServiceState(LibrarySession session)
Gets the ServiceState for the service that this Node manages.
|
int |
getStatus()
Gets the status of this Node.
|
void |
postServerDisposedRequest(AttributeValue ssValue,
Server server)
Post request to respond to a Server indicating that it has been disposed.
|
static final int NODESTATUS_UNKNOWN
static final int NODESTATUS_STOPPED
static final int NODESTATUS_RUNNING
static final int NODESTATUS_STOPPING
static final int NODESTATUS_STARTING
static final int NODESTATUS_DISPOSED
String getNodeName()
String getNodeConfigurationName()
String getServiceName()
String getServiceConfigurationName()
int getStatus()
int getDesiredStatus()
String getOracleHome() throws IfsException
IfsException
- if the operation failsString getIfsHome() throws IfsException
IfsException
- if the operation failsAttributeValue getConfigurationValue(String key) throws IfsException
key
- the configuration property keyIfsException
- if the operation failsServiceState getServiceState(LibrarySession session) throws IfsException
IfsException
- if the operation failsNodeState getNodeState(LibrarySession session) throws IfsException
IfsException
- if the operation failsvoid postServerDisposedRequest(AttributeValue ssValue, Server server)
ssValue
- the ServerState value for the Server that was disposedserver
- the Server that was disposedCopyright © 2023. All rights reserved.