public interface AdminConstants
The Strings representing the possible types of WebSphere processes are defined in this interface. Several property key strings are also defined in this interface.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADMIN_AGENT |
static java.lang.String |
ADMIN_AGENT_PROCESS
The
AdminService.getProcessType() method will return this value when the current process is
the Admin Agent. |
static java.lang.String |
ADMIN_AGENT_SERVER_TYPE
The
AdminService.getServerType() method will return this value when the current process is
the Admin Agent. |
static java.lang.String |
BASE |
static java.lang.String |
CONFIGURE_MBEAN
This is an optional attribute on MBean in MBean's XML descriptor file to indicate if a MBean is a configuration related MBean.
|
static java.lang.String |
CONTROL_JVM_TYPE
The
AdminService.isControlJvmType() method will return true
when a JVM type (string format) is successfully compared to this constant value |
static java.lang.String |
CRA_JVM_TYPE
The
AdminService.isCRAJvmType() method will return true
when a JVM type (string format) is successfully compared to this constant value |
static java.lang.String |
DEFAULT_APPLICATION_TYPE |
static java.lang.String |
DEPLOYER_MBEAN
This is an optional attribute on MBean in MBean's XML descriptor file to indicate if a MBean is a deployment related MBean.
|
static java.lang.String |
DEPLOYMENT_MANAGER |
static java.lang.String |
DEPLOYMENT_MANAGER_PROCESS
The
AdminService.getProcessType() method will return this value when the current process is
the Deployment Manager. |
static java.lang.String |
DEPLOYMENT_MANAGER_SERVER_TYPE
The
AdminService.getServerType() method will return this value when the current process is
the deployment manager. |
static java.lang.String |
DISCOVERY_THREADS_PROP
This property defines the maximum number of threads used by the
process discovery system for process discovery messages.
|
static java.lang.String |
ENABLE_CONFIG_MBEAN_PROP
Users will set this property so that they can have the ConfigService MBean and
AppManagement MBean activated in the node agents.
|
static java.lang.String |
ENABLE_FILE_SERVICE_MBEAN_PROP
Users will set this property to enable/disable the File Service MBean
in the node agent.
|
static java.lang.String |
JOB_MANAGER |
static java.lang.String |
JOB_MANAGER_PROCESS
The
AdminService.getProcessType() method will return this value when the current process is
the Job Manager. |
static java.lang.String |
JOB_MANAGER_SERVER_TYPE
The
AdminService.getServerType() method will return this value when the current process is
the Job Manager. |
static java.lang.String |
MANAGED_PROCESS
The
AdminService.getProcessType() method will return this value when the current process is
a managed process such as an Application Server or JMS Server. |
static java.lang.String |
NODE_AGENT_LAUNCH_TIMEOUT
This property defines the timeout interval (in seconds) used by default
when the node agent launches a server process.
|
static java.lang.String |
NODE_AGENT_PROCESS
The
AdminService.getProcessType() method will return this value when the current process is
the Node Agent. |
static java.lang.String |
PROFILE_KEY |
static java.lang.String |
SECURE_PROXY |
static java.lang.String |
SERVANT_JVM_TYPE
The
AdminService.isServantJvmType() method will return true
when a JVM type (string format) is successfully compared to this constant value |
static java.lang.String |
SERVER_DISCOVERY_ADDRESS
This is the EndPoint name for application servers.
|
static java.lang.String |
SINGLE_JVM_TYPE
The
AdminService.getJvmType() method will return this value
when the current process is a
Distributed (Single) JVM. |
static java.lang.String |
SOAP_CONNECTOR_THREAD_POOL_GROWABLE
This property defines if the soap connector thread Pool size should be grow or not
This property is specified as a
-D system property for the process. |
static java.lang.String |
SOAP_SERVER_THREADS_PROP
This property defines the maximum number of threads used by the Soap Connector
for administrative messages.
|
static java.lang.String |
STANDALONE_PROCESS
The
AdminService.getProcessType() method will return this value when the current process is
a standalone server process (not integrated with the Network Deployment environment). |
static final java.lang.String DEPLOYMENT_MANAGER_PROCESS
AdminService.getProcessType()
method will return this value when the current process is
the Deployment Manager.static final java.lang.String DEPLOYMENT_MANAGER_SERVER_TYPE
AdminService.getServerType()
method will return this value when the current process is
the deployment manager.static final java.lang.String NODE_AGENT_PROCESS
AdminService.getProcessType()
method will return this value when the current process is
the Node Agent.static final java.lang.String MANAGED_PROCESS
AdminService.getProcessType()
method will return this value when the current process is
a managed process such as an Application Server or JMS Server.static final java.lang.String STANDALONE_PROCESS
AdminService.getProcessType()
method will return this value when the current process is
a standalone server process (not integrated with the Network Deployment environment).static final java.lang.String ENABLE_CONFIG_MBEAN_PROP
This property is specified as a -D
system property for the process.
The property string is com.ibm.websphere.management.enableConfigMBean
.
The value of the property should be true or false.
By default it is false.
When this property is set, the user will be warned that they have an ability to make configuration changes by connecting to a node agent and that their changes can be erased if a config synchronization happens (either automatically or manually).
static final java.lang.String ENABLE_FILE_SERVICE_MBEAN_PROP
This property is specified as a -D
system property for the process.
The property string is com.ibm.websphere.management.enableFileServiceMBean
.
The value of the property should be true or false.
By default it is true.
static final java.lang.String SOAP_SERVER_THREADS_PROP
This property is specified as a -D
system property for the process.
The property string is com.ibm.websphere.management.soapThreads
.
static final java.lang.String SOAP_CONNECTOR_THREAD_POOL_GROWABLE
This property is specified as a -D
system property for the process.
The property string is com.ibm.websphere.management.soapConnectorThreadPoolGrowable
.
The value of the property should be true or false.
By default it is true.
Set this property tofalse if do not want to grow the thread pool size.
static final java.lang.String DISCOVERY_THREADS_PROP
This property is specified as a -D
system property for the process.
The property string is com.ibm.websphere.management.processDiscoveryThreads
.
static final java.lang.String NODE_AGENT_LAUNCH_TIMEOUT
This property is specified as a -D
system property for the process.
The property string is com.ibm.websphere.management.nodeAgentLaunchTimeout
.
static final java.lang.String CONFIGURE_MBEAN
The default value for this attribute is false.
static final java.lang.String DEPLOYER_MBEAN
The default value for this attribute is false.
static final java.lang.String SERVER_DISCOVERY_ADDRESS
static final java.lang.String CONTROL_JVM_TYPE
AdminService.isControlJvmType()
method will return true
when a JVM type (string format) is successfully compared to this constant valuestatic final java.lang.String SERVANT_JVM_TYPE
AdminService.isServantJvmType()
method will return true
when a JVM type (string format) is successfully compared to this constant valuestatic final java.lang.String CRA_JVM_TYPE
AdminService.isCRAJvmType()
method will return true
when a JVM type (string format) is successfully compared to this constant valuestatic final java.lang.String SINGLE_JVM_TYPE
AdminService.getJvmType()
method will return this value
when the current process is a
Distributed (Single) JVM.static final java.lang.String DEFAULT_APPLICATION_TYPE
static final java.lang.String ADMIN_AGENT_PROCESS
AdminService.getProcessType()
method will return this value when the current process is
the Admin Agent.static final java.lang.String ADMIN_AGENT_SERVER_TYPE
AdminService.getServerType()
method will return this value when the current process is
the Admin Agent.static final java.lang.String JOB_MANAGER_SERVER_TYPE
AdminService.getServerType()
method will return this value when the current process is
the Job Manager.static final java.lang.String JOB_MANAGER_PROCESS
AdminService.getProcessType()
method will return this value when the current process is
the Job Manager.static final java.lang.String PROFILE_KEY
static final java.lang.String BASE
static final java.lang.String ADMIN_AGENT
static final java.lang.String DEPLOYMENT_MANAGER
static final java.lang.String JOB_MANAGER
static final java.lang.String SECURE_PROXY