public class ExecServer
extends java.lang.Object
| Constructor and Description |
|---|
ExecServer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAppModuleID()
Gets the application server module ID (1 for Performance Manager).
|
java.lang.String |
getDescription()
Gets the description of this execution server.
|
java.lang.String |
getExecServerHostName()
Gets the hostname of this execution server.
|
int |
getId()
Gets the ID of this execution server.
|
int |
getLocationId()
Gets the ID of the location this execution server is assigned to.
|
int |
getMaxBandwidth()
Gets the maximum bandwidth.
|
java.lang.Integer |
getMaxConcurrentExecutions()
Gets the maximum of concurrent executions on this execution server.
|
java.lang.String |
getName()
Gets the name of this execution server.
|
int |
getProblemAlertTimeout()
Gets the responsiveness timeout [s].
|
int |
getRmiProxyPort()
Gets the Java RMI port of this execution server.
|
int |
getRmiProxyPortSSL()
Gets the Java RMI port of this execution server for SSL.
|
int |
getState()
Gets the current state of this execution server.
|
boolean |
isActive()
Gets the property indicating whether this execution server is activated or not.
|
boolean |
isUseSSL()
Gets the property indicating whether SSL is used for connecting this execution server or not.
|
void |
setActive(boolean active)
Sets the property indicating whether this execution server is activated or not.
|
void |
setAppModuleID(int appModuleID)
Sets the application server module ID (1 for Performance Manager).
|
void |
setDescription(java.lang.String description)
Sets the description of this execution server.
|
void |
setExecServerHostName(java.lang.String execServerHostName)
Sets the hostname of this execution server.
|
void |
setId(int id)
Sets the ID of this execution server.
|
void |
setLocationId(int locationId)
Sets the ID of the location this execution server is to be assigned to.
|
void |
setMaxBandwidth(int maxBandwidth)
Sets the maximum bandwidth.
|
void |
setMaxConcurrentExecutions(java.lang.Integer maxConcurrentExecutions)
Sets the maximum of concurrent executions on this execution server.
|
void |
setName(java.lang.String name)
Sets the name of this execution server.
|
void |
setProblemAlertTimeout(int problemAlertTimeout)
Sets the responsiveness timeout [s].
|
void |
setRmiProxyPort(int rmiProxyPort)
Sets the Java RMI port of this execution server.
|
void |
setRmiProxyPortSSL(int rmiProxyPortSSL)
Sets the Java RMI port of this execution server for SSL.
|
void |
setState(int state)
Sets the current state of this execution server.
|
void |
setUseSSL(boolean useSSL)
Sets the property indicating whether SSL is used for connecting this execution server or not.
|
public int getId()
public void setId(int id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public int getLocationId()
public void setLocationId(int locationId)
locationId - public java.lang.String getExecServerHostName()
public void setExecServerHostName(java.lang.String execServerHostName)
execServerHostName - public int getRmiProxyPort()
public void setRmiProxyPort(int rmiProxyPort)
rmiProxyPort - public int getRmiProxyPortSSL()
public void setRmiProxyPortSSL(int rmiProxyPortSSL)
rmiProxyPortSSL - public boolean isUseSSL()
public void setUseSSL(boolean useSSL)
useSSL - public int getAppModuleID()
public void setAppModuleID(int appModuleID)
appModuleID - public int getState()
Allowed states:
0..inactive
1..active
2..failure
public void setState(int state)
allowed states:
0..inactive
1..active
2..failure
state - public int getProblemAlertTimeout()
public void setProblemAlertTimeout(int problemAlertTimeout)
problemAlertTimeout - public java.lang.Integer getMaxConcurrentExecutions()
public void setMaxConcurrentExecutions(java.lang.Integer maxConcurrentExecutions)
maxConcurrentExecutions - public int getMaxBandwidth()
public void setMaxBandwidth(int maxBandwidth)
maxBandwidth - public boolean isActive()
public void setActive(boolean active)
active - Copyright © Micro Focus 2004-2019. All rights reserved.