Application Server Information
The Services Framework task returns the WebSphere® Application
Server information. The cache manager
of Services Framework contains important server information related to the WebSphere hierarchy, including:
- Product qualifier
- Environment variables
- Name of the servers
- Name of the node
- Name of the cluster
- Name of the cell
The getter method for retrieving the WebSphere product qualifier value:
public String getWebSphereProductQualifier()The getter method for retrieving the WebSphere environment variable value:
protected String getWebSphereEnvVarValue(String key)The getter method for retrieving the WebSphere server name:
public String getWebSphereServer()The getter method for retrieving the WebSphere node name:
public String getWebSphereNode()The getter method for retrieving the WebSphere cluster name:
public String getWebSphereCluster()The getter method for retrieving the WebSphere cell name:
public String getWebSphereCell()