com.ibm.websphere.management
Interface AdminConstants


public interface AdminConstants

AdminConstants holds many of the public constant strings needed by various other admin APIs.

The Strings representing the possible types of WebSphere processes are defined in this interface. Several property key strings are also defined in this interface.


Field Summary
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.getJvmType() method will return this value when the current process is a Control JVM.
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 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 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 SERVANT_JVM_TYPE
          The AdminService.getJvmType() method will return this value when the current process is a Servant JVM.
static java.lang.String SERVER_DISCOVERY_ADDRESS
          This is the EndPoint name for appservers.
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_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).
 

Field Detail

DEPLOYMENT_MANAGER_PROCESS

public static final java.lang.String DEPLOYMENT_MANAGER_PROCESS
The AdminService.getProcessType() method will return this value when the current process is the Deployment Manager.

See Also:
AdminService.getProcessType(), Constant Field Values

NODE_AGENT_PROCESS

public static final java.lang.String NODE_AGENT_PROCESS
The AdminService.getProcessType() method will return this value when the current process is the Node Agent.

See Also:
AdminService.getProcessType(), Constant Field Values

MANAGED_PROCESS

public static final 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.

See Also:
AdminService.getProcessType(), Constant Field Values

STANDALONE_PROCESS

public static final 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).

See Also:
AdminService.getProcessType(), Constant Field Values

ENABLE_CONFIG_MBEAN_PROP

public static final 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. Typically these MBeans will only be active in Deployment Manager or in unmanaged single server processes.

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).

See Also:
Constant Field Values

ENABLE_FILE_SERVICE_MBEAN_PROP

public static final java.lang.String ENABLE_FILE_SERVICE_MBEAN_PROP
Users will set this property to enable/disable the File Service MBean in the node agent.

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.

See Also:
Constant Field Values

SOAP_SERVER_THREADS_PROP

public static final java.lang.String SOAP_SERVER_THREADS_PROP
This property defines the maximum number of threads used by the Soap Connector for administrative messages. The default value is 5.

This property is specified as a -D system property for the process. The property string is com.ibm.websphere.management.soapThreads.

See Also:
Constant Field Values

DISCOVERY_THREADS_PROP

public static final java.lang.String DISCOVERY_THREADS_PROP
This property defines the maximum number of threads used by the process discovery system for process discovery messages. The default value is 2.

This property is specified as a -D system property for the process. The property string is com.ibm.websphere.management.processDiscoveryThreads.

See Also:
Constant Field Values

NODE_AGENT_LAUNCH_TIMEOUT

public static final 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. The node agent launcher will wait this number of seconds for a status callback from the launched server before assuming that the server process failed to initialize. The default value is 1200 seconds.

This property is specified as a -D system property for the process. The property string is com.ibm.websphere.management.nodeAgentLaunchTimeout.

See Also:
Constant Field Values

CONFIGURE_MBEAN

public static final 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.

The default value for this attribute is false.

See Also:
Constant Field Values

SERVER_DISCOVERY_ADDRESS

public static final java.lang.String SERVER_DISCOVERY_ADDRESS
This is the EndPoint name for appservers. It's used when multicasting is turned off. The discovery protocol associated with this discovery endpoint is the same as that of the nodeagent process.

See Also:
Constant Field Values

CONTROL_JVM_TYPE

public static final java.lang.String CONTROL_JVM_TYPE
The AdminService.getJvmType() method will return this value when the current process is a Control JVM.

See Also:
AdminService.getJvmType(), Constant Field Values

SERVANT_JVM_TYPE

public static final java.lang.String SERVANT_JVM_TYPE
The AdminService.getJvmType() method will return this value when the current process is a Servant JVM.

See Also:
AdminService.getJvmType(), Constant Field Values

SINGLE_JVM_TYPE

public static final java.lang.String SINGLE_JVM_TYPE
The AdminService.getJvmType() method will return this value when the current process is a Distributed (Single) JVM.

See Also:
AdminService.getJvmType(), Constant Field Values


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.