WASL

WASL0001I: The AdminApplication script library provides script
   procedures that configure, administer, and deploy applications.


   The Adminapplication script library provides the following script procedures.
   To display detailed information about each script procedure, use the help command
   for the AdminApplication script library, specifying the name of the script of interest
   as an argument.




Group 1: Install and uninstall applications


installAppModulesToDiffServersWithPatternMatching:
   Install application modules to different
   application servers using Java pattern matching


installAppModulesToDiffServersWithMapModulesToServersOption:
   Install application modules to
   different application servers with MapModulesToServers option for the AdminApp object.


installAppModulesToMultiServersWithPatternMatching:
   Install application modules to multiple
   application servers using Java pattern matching.


installAppModulesToSameServerWithPatternMatching:
   Install application modules to the same
   application server using Java pattern matching.


installAppModulesToSameServerWithMapModulesToServersOption:
   Install application modules to the same application server
   using the MapModulesToServers option for the AdminApp object.


installAppWithClusterOption:
   Install application to a cluster using the cluster option for the AdminApp object.


installAppWithDefaultBindingOption:
   Install application using the default binding options.


installAppWithDeployEjbOptions:
   Install application using the deployejb option for the AdminApp object.


installAppWithNodeAndServerOptions:
   Install application using the node and server options for the AdminApp object.


installAppWithTargetOption:
   Install application using the target option for the AdminApp object.


installAppWithVariousTasksAndNonTasksOptions:
   Install application using different deployed tasks.


installWarFile:
   Install a Web archive (WAR) file.


uninstallApplication:
   Uninstall application.


Group 2: Queries application configurations


checkIfAppExists:
   Display whether the application exists.


getAppDeployedNodes:
   Display the nodes on which the application is deployed.


getAppDeploymentTarget:
   Display the deployment target for the application.


getTaskInfoForAnApp:
   Display detailed task information for a specific install task.


help:
   Provides general help information for the AdminApplication script library.


listApplications:
   Display each deployed application in your configuration.


listApplicationsWithTarget:
   Display each deployed application for the deployment target.


listModulesInAnApp:
   Display each application module in the deployed application.


Group 3: Update applications


addPartialAppToAnAppWithUpdateCommand:
   Update a partial application to a deployed application.


addSingleFileToAnAppWithUpdateCommand:
   Add a single file to a deployed application.


addSingleModuleFileToAnAppWithUpdateCommand:
   Add a single module file to a deployed application.


addUpdateSingleModuleFileToAnAppWithUpdateCommand:
   Add and updates a single module file to a deployed application.


deletePartialAppToAnAppWithUpdateCommand:
   Delete a partial application from a deployed application.


deleteSingleFileToAnAppWithUpdateCommand:
   Delete a single file in a deployed application.


deleteSingleModuleFileToAnAppWithUpdateCommand:
   Delete a single module file from a deployed application.


updateApplicationUsingDefaultMerge:
   Update application using default merging


updateApplicationWithUpdateIgnoreNewOption:
   Update application using the update.ignore.new option for the AdminApp object.


updateApplicationWithUpdateIgnoreOldOption:
   Update application using the update.ignore.old option for the AdminApp objects.


updateEntireAppToAnAppWithUpdateCommand:
   Update an entire application to a deployed application.


updatePartialAppToAnAppWithUpdateCommand:
   Update a partial application to a deployed application.


updateSingleFileToAnAppWithUpdateCommand:
   Update a single file to a deployed application.


updateSingleModuleFileToAnAppWithUpdateCommand:
   Update a single module file to a deployed application.


Group 4: Export applications


exportAllApplicationsToDir:
   Export each application in your configuration to a specific directory.


exportAnAppDDLToDir:
   Export application data definition language (DDL) to a specific directory.


exportAnAppToFile:
   Export application to a specific file.


Group 5: Configure application deployment


configureApplicationLoading:
   Configure the application loading for the deployed targets.


configureClassLoaderLoadingModeForAnApplication:
   Configure class loader loading mode for application deployment.


configureClassLoaderPolicyForAnApplication:
   Configure a class loader policy for application deployment.


configureConnectorModulesOfAnApplication:
   Configure connector module attributes for application deployment.


configureEJBModulesOfAnApplication:
   Configure enterprise bean (EJB) module settings for application deployment.


configureLibraryReferenceForAnApplication:
   Configure shared library reference for the application.


configureSessionManagementForAnApplication:
   Configure session management settings for application deployment.


configureStartingWeightForAnApplication:
   Configure starting weight settings for application deployment.


configureWebModulesOfAnApplication:
   Configure Web modules settings for application deployment.


Group 6: Administer applications


startApplicationOnAllDeployedTargets:
   Start an application on each deployed target.


startApplicationOnCluster:
   Start an application on a cluster.


startApplicationOnSingleServer:
   Start an application on a single server.


stopApplicationOnAllDeployedTargets:
   Stop an application on each deployed target.


stopApplicationOnCluster:
   Stop an application on a cluster.


stopApplicationOnSingleServer:
   Stop an application on single server
WASL0002I: The AdminServerManagement script library provides script
   procedures that configure, administer, and query server settings.


   The AdminServerManagement script library provides the following script procedures.
   To display detailed information about each script procedure, use the help command for
   the AdminServerManagement script library, specifying the name of the script of interest
   as an argument.




Group 1: ServerConfiguration


checkIfServerExists:
   Determine whether the server of interest exists in your configuration.


checkIfServerTemplateExists:
   Determine whether the server template of interest exists in your configuration.


configureApplicationServerClassloader:
   Configure a class loader for the application server.
   Class loaders enable applications that are deployed on the application server to access repositories of available classes and resources.


configureCookieForServer:
   Configure cookies in your application server configuration. Configure cookies to track sessions.


configureCustomProperty:
   Configure custom properties in your application server configuration.
   You can use custom properties for configuring internal system properties which some components use,
   for example, to pass information to a Web container.


configureEndPointsHost:
   Configure the hostname of the server endpoints.


configureProcessDefinition:
   Configure the server process definition.
   Enhance the operation of an application server by defining command-line information for starting
   or initializing the application server process.


configureSessionManagerForServer:
   This script configures the session manager for the application server.
   Sessions allow applications running in a Web container to keep track of individual users.


createApplicationServer:
   Create a new application server.


createAppServerTemplate:
   Create a new application server template.


createGenericServer:
   Create a new generic server.


createWebServer:
   Create a new Web server.


deleteServer:
   Delete a server.


deleteServerTemplate:
   Delete a server template.


getJavaHome:
   Display the Java home value.


getServerPID:
   Display the server process ID.


getServerProcessType:
   Display the type of server process for a specific server.


listJVMProperties:
   Display the properties that are associated with your Java virtual machine (JVM) configuration.


listServerTemplates:
   Display the server templates in your configuration.


listServerTypes:
   Display the server types available on the node of interest.


listServers:
   Display the servers that exist in your configuration.


queryMBeans:
   Query the application server for Managed Beans (MBeans).


setJVMProperties:
   Set Java Virtual Machine properties


showServerInfo:
   Display server configuration properties for the server of interest.


startAllServers:
   Start each available server on a specific node.


startSingleServer:
   Start a single server on a specific node.


stopAllServers:
   Stop each running server on a specific node.


stopSingleServer:
   Stop a single running server on a specific node.


viewProductInformation:
   Display the application server product version.


Group 2: ServerTracingAndLoggingConfiguration


configureJavaProcessLogs:
   Configure Java process logs for the application server.
   The system creates the JVM logs by redirecting the System.out and System.err streams of the JVM to independent log files.


configureJavaVirtualMachine:
   Configure a Java virtual machine (JVM).
   The application server, being a Java process, requires a JVM in order to run, and to support the Java applications running on it.


configurePerformanceMonitoringService:
   Configure performance monitoring infrastructure (PMI) in your configuration.


configurePMIRequestMetrics:
   Configure PMI request metrics in your configuration.


configureRASLoggingService:
   Configure the RAS logging service.


configureServerLogs:
   Configure server logs for the application server of interest.


configureTraceService:
   Configure trace settings for the application server.
   Configure trace to obtain detailed information about running the application server.


setTraceSpecification:
   Set the trace specification for the server.


Group 3: OtherServicesConfiguration


configureAdminService:
   Configure the AdminService interface.
   The AdminService interface is the server-side interface to the application server administration functions.


configureCustomService:
   Configure a custom service in your application server configuration.
   Each custom services defines a class that is loaded and initialized whenever the server starts and shuts down.


configureDynamicCache:
   Configure the dynamic cache service in your server configuration.
   The dynamic cache service works within an application server Java virtual machine (JVM), intercepting calls to cacheable objects.


configureEJBContainer:
   Configure an Enterprise JavaBeans (EJB) container in your server configuration.
   An EJB container provides a run-time environment for enterprise beans within the application server.


configureFileTransferService:
   Configure the file transfer service for the application server.
   The file transfer service transfers files from the deployment manager to individual remote nodes.


configureHTTPTransportEndPointForWebContainer:
   Configure HTTP transport endpoint for a Web container.


configureHTTPTransportForWebContainer:
   Configure HTTP transports for a Web container.
   Transports provide request queues between application server plug-ins for Web servers and Web containers
   in which the Web modules of applications reside.


configureListenerPortForMessageListenerService:
   Configure the listener port for the message listener service in your server configuration.
   The message listener service is an extension to the Java Messaging Service (JMS) functions of the JMS provider.


configureMessageListenerService:
   Configure the message listener service in your server configuration.
   The message listener service is an extension to the Java Messaging Service (JMS) functions of the JMS provider.


configureORBService:
   Configure an Object Request Broker (ORB) service in your server configuration.
   An Object Request Broker (ORB) manages the interaction between clients and servers, using the Internet InterORB Protocol (IIOP).


configureRuntimeTransactionService:
   Configure the transaction service for your server configuration.
   The transaction service is a server runtime component that coordinates updates to multiple resource managers to ensure atomic updates of data.


configureStateManageable:
   Configure the initial state of the application server.
   The initial state refers to the desired state of the component when the server process starts.


configureThreadPool:
   Configure thread pools in your server configuration.
   A thread pool enables components of the server to reuse threads, which eliminates the need to create new threads at run time.


configureTransactionService:
   Configure the transaction service for your application server.


configureWebContainer:
   Configure Web containers in your application server configuration.
   A Web container handles requests for servlets, JavaServer Pages (JSP) files, and other types of files that include server-side code.


help:
   Provides AdminServerManagement script library online help.
WASL0003I: The AdminClusterManagement script library provides the script
   procedures that configure and administer server clusters.


   The AdminClusterManagement script library provides the following script procedures.
   To display detailed information about each script procedure, use the help command for
   the AdminClusterManagement script library, specifying the name of the script of interest
   as an argument.




checkIfClusterExists:
   Display whether the cluster of interest exists in your configuration.


checkIfClusterMemberExists:
   Display whether the cluster server member of interest exists in your configuration.


createClusterMember:
   Assigns a server cluster member to a specific cluster. When you create the first cluster member,
   a copy of that member is stored as part of the cluster data and becomes the template for all additional cluster members that you create.


createClusterWithFirstMember:
   Create a new cluster configuration and adds the first cluster member to the cluster.


createClusterWithoutMember:
   Create a new cluster configuration in your environment.


createFirstClusterMemberWithTemplate:
   Use a template to add the first server cluster member to a specific cluster.
   A copy of the first cluster member that you create is stored in the cluster scope as a template.


createFirstClusterMemberWithTemplateNodeServer:
   Use a node with an existing application server as a template to create a new cluster member in your configuration.
   When you create the first cluster member, a copy of that member is stored as part of the cluster data and
   becomes the template for all additional cluster members that you create.


deleteCluster:
   Delete the configuration of a server cluster.
   A server cluster consists of a group of application servers that are referred to as cluster members.
   The script deletes the server cluster and each of its cluster members.


deleteClusterMember:
   Remove a cluster member from your cluster configuration.


help:
   Provides AdminClusterManagement script library online help.


immediateStopAllRunningClusters:
   Stop the server cluster members for each active cluster within a specific cell.
   The server ignores any current or pending tasks.


immediateStopSingleCluster:
   Stop the server cluster members for a specific cluster within a cell.
   The server ignores any current or pending tasks.


listClusterMembers:
   Display the server cluster members that exist in a specific cluster configuration.


listClusters:
   Display each cluster that exists in your configuration.


rippleStartAllClusters:
   Stop and restarts each cluster within a cell configuration.


rippleStartSingleCluster:
   Stop and restarts the cluster members within a specific cluster configuration.


startAllClusters:
   Start each cluster within a cell configuration.


startSingleCluster:
   Start a specific cluster in your configuration.


stopAllClusters:
   Stop the server cluster members of each active cluster within a specific cell.
   Each server stops in a manner that allows the server to finish existing requests and allows failover to another member of the cluster.


stopSingleCluster:
   Stop the server cluster members of a specific active cluster within a cell.
   Each server stops in a manner that allows the server to finish existing requests and allows failover to another member of the cluster.
WASL0004I: The AdminNodeGroupManagement script library provides script
   procedures that configure and administer node group settings.


   The AdminNodeGroupManagement script library provides the following script procedures.
   To display detailed information about each script procedure, use the help command for
   the AdminNodeGroupManagement script library, specifying the name of the script of interest
   as an argument.




addNodeGroupMember:
   Add a node to a node group that exists in your configuration.


checkIfNodeExists:
   Display whether the node of interest exists in a specific node group.


checkIfNodeGroupExists:
   Display whether a specific node group exists in your configuration.


createNodeGroup:
   Create a new node group in your configuration.


createNodeGroupProperty:
   Assigns custom properties to the node group of interest.


deleteNodeGroup:
   Delete a node group from your configuration.


deleteNodeGroupMember:
   Remove a node from a specific node group in your configuration.


deleteNodeGroupProperty:
   Remove a specific custom property from a node group.


help:
   Display the script procedures that the AdminNodeGroupManagement script library supports.
   To display detailed help for a specific script, specify the name of the script of interest.


listNodeGroupMembers:
   List the name of each node that is configured within a specific node group.


listNodeGroupProperties:
   List the custom properties that are configured within a specific node group.


listNodeGroups:
   Display the node groups that exist in your configuration.
   If you specify the name of a specific node, the script returns the name of the node group to which the node belongs.


modifyNodeGroup:
   Modify the short name and description of a node group.


modifyNodeGroupProperty:
   modifies the value of a custom property assigned to a node group.
WASL0005I: The AdminAuthorizations script library provides script
   procedures that configure security authorization groups.


   The AdminAuthorizations script library provides the following script procedures.
   To display detailed information about each script procedure, use the help command for
   the AdminAuthorizations script library, specifying the name of the script of interest
   as an argument.




addResourceToAuthorizationGroup:
   Add a resource to an existing authorization group.


createAuthorizationGroup:
   Create a new authorization group.


deleteAuthorizationGroup:
   Delete an existing authorization group.


help:
   Display the script procedures that the AdminClusterManagement script library supports.
   To display detailed help for a specific script, specify the name of the script of interest


listAuthorizationGroups:
   List the existing authorization groups in your configuration.


listAuthorizationGroupsForGroupID:
   List authorization groups to which a specific group has access.


listAuthorizationGroupsForUserID:
   List authorization groups to which a specific user has access.


listAuthorizationGroupsOfResource:
   List each authorization group to which a specific resource is mapped.


listGroupIDsOfAuthorizationGroup:
   Display the group IDs and access level that are associated with a specific authorization group.


listResourcesForGroupID:
   Display the resources that a specific group ID can access.


listResourcesForUserID:
   Display the resources that a specific user ID can access.


listResourcesOfAuthorizationGroup:
   Display the resources that are associated with a specific authorization group.


listUserIDsOfAuthorizationGroup:
   Display the user IDs and access level that are associated with a specific authorization group.


mapGroupsToAdminRole:
   Map group IDs to one or more administrative roles in the authorization group.
   The name of the authorization group that you provide determines the authorization table.
   The group ID can be a short name or fully qualified domain name in case LDAP user registry is used.


mapUsersToAdminRole:
   Map user IDs to one or more administrative roles in the authorization group.
   The name of the authorization group that you provide determines the authorization table.
   The user ID can be a short name or fully qualified domain name in case LDAP user registry is used.


removeGroupFromAllAdminRoles:
   Remove a specific group from an administrative role in each authorization group in your configuration.


removeGroupsFromAdminRole:
   Remove specific groups from an administrative role in the authorization group of interest.


removeResourceFromAuthorizationGroup:
   Remove a specific resource from the authorization group of interest.


removeUsersFromAdminRole:
   Remove specific users from an administrative role in the authorization group of interest.


removeUserFromAllAdminRoles:
   Remove a specific user from an administrative role in each authorization group in your configuration.
WASL0006I: The AdminJ2C script library provides script
   procedures that configure and query J2EE Connector (J2C) resource settings.


   The AdminJ2C script library provides the following script procedures.
   To display detailed information about each procedure, use the help command
   for the AdminJ2C script library, specifying the name of the script of interest
   as an argument.
   The script procedures that take the optional arguments can be specified
   with a list or string format:
   for example, otherAttributeList can be specified as:
      "description=my new resource, isolatedClassLoader=true" or
      [["description", "my new resource"], ["isolatedClassLoader", "true"]]




createJ2CActivationSpec:
   Create a J2C activation specification in your configuration.


createJ2CAdminObject:
   Create a J2C administrative object in your configuration.


createJ2CConnectionFactory:
   Create a new J2C connection factory in your configuration.


installJ2CResourceAdapter:
   Install a J2C resource adapter in your configuration.


listAdminObjectInterfaces:
   Display a list of the administrative object interfaces for the J2C resource adapter of interest.


listConnectionFactoryInterfaces:
   Display a list of the connection factory interfaces for the J2C resource adapter of interest.


listMessageListenerTypes:
   Display a list of the message listener types for the J2C resource adapter of interest.


listJ2CActivationSpecs:
   Display a list of the J2C activation specifications in your J2C configuration.


listJ2CAdminObjects:
   Display a list of the administrative objects in your J2C configuration.


listJ2CConnectionFactories:
   Display a list of J2C connection factories in your J2C configuration.


listJ2CResourceAdapters:
   Display a list of the J2C connection factories in your J2C configuration.


help:
   Provide AdminJ2C script library online help.
WASL0007I: The AdminJDBC script library provides the script
   procedures that configure and query Java Database Connectivity (JDBC) provider and data source settings.


   The AdminJDBC script library provides the following script procedures.
   To display detailed information about each script procedures, use the help command
   for the AdminJDBC script library, specifying the name of the script of interest
   as an argument.
   The script procedures that take the scope argument can be specified
   in following formats (Cell, Node, Server, Cluster):
   for example, a cluster can be specified as:
      "Cell=myCell,Cluster=myCluster" or
      "/Cell:myCell/ServerCluster:myCluster/" or
      "myCluster(cells/myCell/clusters/myCluster|cluster.xml#Cluster_1)"
   A node can be specified as:
      "Cell=myCell,Node=myNode" or
      "/Cell:myCell/Node:myNode/" or
      "myNode(cells/myCell/nodes/myNode|node.xml#Node_1)"
   A server can be specified as:
      "Cell=myCell,Node=myNode,Server=myServer" or
      "/Cell:myCell/Node:myNode/Server:myServer/" or
      "myServer(cells/myCell/nodes/myNode/servers/myServer|server.xml#Server_1)"
   The script procedures that take the optional arguments can be specified
   with a list or string format:
   for example, otherAttributeList can be specified as:
      "description=my new resource, isolatedClassLoader=true" or
      [["description", "my new resource"], ["isolatedClassLoader", "true"]]




createDataSource:
   Create a new data source in your configuration.


createJDBCProviderAtScope:
   Create a new JDBC provider in your environment on the specified scope.


createDataSourceUsingTemplate:
   Use a template to create a new data source in your configuration.


createJDBCProviderUsingTemplateAtScope:
   Use a template to create a new JDBC provider in your environment on the specified scope.


createJDBCProvider:
   Create a new JDBC provider in your environment.


createDataSourceAtScope:
   Create a new data source in your configuration on the specified scope.


createJDBCProviderUsingTemplate:
   Use a template to create a new JDBC provider in your environment.


createDataSourceUsingTemplateAtScope:
   Use a template to create a new data source in your configuration on the specified scope.


listDataSources:
   Display a list of configuration IDs for the data sources in your configuration.


listDataSourceTemplates:
   Display a list of configuration IDs for the data source templates in your environment.


listJDBCProviders:
   Display a list of configuration IDs for the JDBC providers in your environment.


listJDBCProviderTemplates:
   Display a list of configuration IDs for the JDBC provider templates in your environment.


help:
   Display AdminJDBC script library online help.
WASL0008I: The AdminJMS script library provides the script
   procedures that configure and query Java Messaging Services (JMS) provider and resource settings.


   The AdminJMS script library provides the following script procedures.
   To display detailed information about each script library, use the help command
   for the AdminJMS script library, specifying the name of the script of interest
   as an argument.
   The script procedures that take the scope argument can be specified
   in following formats (Cell, Node, Server, Cluster):
   for example, a cluster can be specified as:
      "Cell=myCell,Cluster=myCluster" or
      "/Cell:myCell/ServerCluster:myCluster/" or
      "myCluster(cells/myCell/clusters/myCluster|cluster.xml#Cluster_1)"
   A node can be specified as:
      "Cell=myCell,Node=myNode" or
      "/Cell:myCell/Node:myNode/" or
      "myNode(cells/myCell/nodes/myNode|node.xml#Node_1)"
   A server can be specified as:
      "Cell=myCell,Node=myNode,Server=myServer" or
      "/Cell:myCell/Node:myNode/Server:myServer/" or
      "myServer(cells/myCell/nodes/myNode/servers/myServer|server.xml#Server_1)"
   The script procedures that take the optional arguments can be specified
   with a list or string format:
   for example, otherAttributeList can be specified as:
      "readAhead=AlwaysOff, maxBatchSize=54" or
      [["readAhead", "AlwaysOff"], ["maxBatchSize", 54]]




createGenericJMSConnectionFactory:
   Create a new GenericJMSConnectionFactory


createGenericJMSConnectionFactoryAtScope:
   Create a new GenericJMSConnectionFactory on the specified scope


createGenericJMSConnectionFactoryUsingTemplate:
   Create a new GenericJMSConnectionFactory using template


createGenericJMSConnectionFactoryUsingTemplateAtScope:
   Create a new GenericJMSConnectionFactory using template on the specified scope


createGenericJMSDestination:
   Create a new GenericJMSDestination


createGenericJMSDestinationAtScope:
   Create a new GenericJMSDestination on the specified scope


createGenericJMSDestinationUsingTemplate:
   Create a new GenericJMSDestination using template


createGenericJMSDestinationUsingTemplateAtScope:
   Create a new GenericJMSDestination using template on the specified scope


createJMSProvider:
   Create a new JMSProvider


createJMSProviderAtScope:
   Create a new JMSProvider on the specified scope


createJMSProviderUsingTemplate:
   Create a new JMSProvider using template


createJMSProviderUsingTemplateAtScope:
   Create a new JMSProvider using template on the specified scope


createSIBJMSActivationSpec:
   Create a SIB JMS ActivationSpec


createSIBJMSConnectionFactory:
   Create a SIB JMS Connection factory


createSIBJMSQueue:
   Create a SIB JMS Queue


createSIBJMSQueueConnectionFactory:
   Create a SIB JMS Queue Connection factory


createSIBJMSTopic:
   Create a SIB JMS Topic


createSIBJMSTopicConnectionFactory:
   Create a SIB JMS Topic Connection factory


createWASTopic:
   Create a new WASTopic


createWASTopicAtScope:
   Create a new WASTopic on the specified scope


createWASTopicConnectionFactory:
   Create a new WASTopicConnectionFactory


createWASTopicConnectionFactoryAtScope:
   Create a new WASTopicConnectionFactory on the specified scope


createWASQueue:
   Create a new WASQueue


createWASQueueAtScope:
   Create a new WASQueue on the specified scope


createWASQueueConnectionFactory:
   Create a new WASQueueConnectionFactory


createWASQueueConnectionFactoryAtScope:
   Create a new WASQueueConnectionFactory on the specified scope


createWMQActivationSpec:
   Create a WMQ ActivationSpec


createWMQConnectionFactory:
   Create a WMQ Connection factory


createWMQQueue:
   Create a WMQ Queue


createWMQQueueConnectionFactory:
   Create a WMQ Queue Connection factory


createWMQTopic:
   Create a WMQ Topic


createWMQTopicConnectionFactory:
   Create a WMQ Topic Connection factory


listGenericJMSConnectionFactories:
   List GenericJMSConnectionFactories


listGenericJMSConnectionFactoryTemplates:
   List GenericJMSConnectionFactory templates


listGenericJMSDestinations:
   List GenericJMSDestinations


listGenericJMSDestinationTemplates:
   List GenericJMSDestination templates


listJMSConnectionFactories:
   List JMSConnectionFactories


listJMSDestinations:
   List JMSDestinations


listJMSProviders:
   List JMSProviders


listJMSProviderTemplates:
   List JMSProvider templates


listWASTopics:
   List WASTopics


listWASTopicConnectionFactories:
   List WASTopicConnectionFactories


listWASQueues:
   List WASQueues


listWASQueueConnectionFactories:
   List WASQueueConnectionFactories


startListenerPort:
   Start the listener port


help:
   Provide AdminJMS script library online help
WASL0009I: The AdminNodeManagement script library provides the script
   procedures that configure and administer node group settings.


   The AdminNodeManagement script library provides the following script procedures.
   To display detailed information about each script procedures, use the help command for
   the AdminNodeManagement script library, specifying the name of the script of interest
   as an argument.






configureDiscoveryProtocolOnNode:
   Configure the node discovery protocol


doesNodeExist:
   Check if node exist in the cell


isNodeRunning:
   Check if node is running


listNodes:
   List available nodes in the cell


restartActiveNodes:
   Restart all running nodes in the cell


restartNodeAgent:
   Restart all running processes in the specified node


stopNode:
   Stop all the proceses in the specified node, including nodeagent and application servers


stopNodeAgent:
   Stop the nodeagent process in the specified node


syncActiveNodes:
   Synchronize all running nodes repository with the cell repository


syncNode:
   Synchronize the specified node repository with the cell repository


help:
   Provide AdminNodeManagement script library online help
WASL0010I: The AdminResources script library provides the script
   procedures that configure and administer mail, URL and resource provider settings.


   The AdminResources script library provides the following script procedures.
   To display detailed information about each script procedures, use the help command
   for the AdminResources script library, specifying the name of the script of interest
   as an argument.
   The script procedures that take the scope argument can be specified
   in the following formats (Cell, Node, Server, Cluster):
   for example, a cluster can be specified as:
      "Cell=myCell,Cluster=myCluster" or
      "/Cell:myCell/ServerCluster:myCluster/" or
      "myCluster(cells/myCell/clusters/myCluster|cluster.xml#Cluster_1)".
   A node can be specified as:
      "Cell=myCell,Node=myNode" or
      "/Cell:myCell/Node:myNode/" or
      "myNode(cells/myCell/nodes/myNode|node.xml#Node_1)"
   A server can be specified as:
      "Cell=myCell,Node=myNode,Server=myServer" or
      "/Cell:myCell/Node:myNode/Server:myServer/" or
      "myServer(cells/myCell/nodes/myNode/servers/myServer|server.xml#Server_1)"
   The script procedures that take the optional arguments can be specified
   with a list or string format:
   for example, otherAttributeList can be specified as:
      "description=my new resource, isolatedClassLoader=true" or
      [["description", "my new resource"], ["isolatedClassLoader", "true"]]




createCompleteMailProvider:
   Create a mail provider with protocol provider, mail session and custom property


createCompleteMailProviderAtScope:
   Create a mail provider with protocol provider, mail session and custom property at the scope


createCompleteResourceEnvProvider:
   Create a resource environment provider with resource environment referenceable, resource environment entry and custom property


createCompleteResourceEnvProviderAtScope:
   Create a resource environment provider with resource environment referenceable, resource environment entry and custom property at the scope


createCompleteURLProvider:
   Create an URL provider with URL and customer property


createCompleteURLProviderAtScope:
   Create an URL provider with URL and customer property at the scope


createJAASAuthenticationAlias:
   Create JAAS authentication alias


createLibraryRef:
   Create library reference


createMailProvider:
   Create a mail provider


createMailProviderAtScope:
   Create a mail provider at the scope


createMailSession:
   Create a mail session for mail provider


createMailSessionAtScope:
   Create a mail session for mail provider at the scope


createProtocolProvider:
   Create a protocol provider for the mail provider


createProtocolProviderAtScope:
   Create a protocol provider for the mail provider at the scope


createResourceEnvEntries:
   Create resource environment entry


createResourceEnvEntriesAtScope:
   Create resource environment entry at the scope


createResourceEnvProvider:
   Create a resource environment provider


createResourceEnvProviderAtScope:
   Create a resource environment provider at the scope


createResourceEnvProviderRef:
   Create resource environment provider referenceable


createResourceEnvProviderRefAtScope:
   Create resource environment provider referenceable at the scope


createScheduler:
   Create a scheduler resource


createSchedulerAtScope:
   Create a scheduler resource at the scope


createSharedLibrary:
   Create shared library


createSharedLibraryAtScope:
   Create shared library at the scope


createURL:
   Create new URL for url provider


createURLAtScope:
   Create new URL for url provider at the scope


createURLProvider:
   Create URL provider


createURLProviderAtScope:
   Create URL provider at the scope


createWorkManager:
   Create work manager


createWorkManagerAtScope:
   Create work manager at the scope


help:
   Provide AdminResources script library online help
WASL0011I: The AdminBLA script library provides the script
   procedures that configure, administer and deploy business level applications.


   The AdminBLA script library provides the following script procedures.
   To display detailed information for each script procedures, use the help command
   for the AdminBLA script library, specifying the name of the script of interest
   as an argument.




addCompUnit:
   Add a composition unit to a business level application


createEmptyBLA:
   Create an empty business level application


deleteAsset:
   Delete a registered asset from WebSphere configuration repository


deleteBLA:
   Delete a business level application


deleteCompUnit:
   Delete a composition unit in a business level application


editAsset:
   Edit an asset metadata


editCompUnit:
   Edit a composition unit in a business level application


exportAsset:
   Export a registered asset to a file


help:
   Provide AdminBLA script library online help


importAsset:
   Import and register an asset to WebSphere management domain


listAssets:
   List registered assets in a cell


listBLAs:
   List business level applications in a cell


listCompUnits:
   List composition units in a business level application


startBLA:
   Start a business level application


stopBLA:
   Stop a business level application


viewAsset:
   View a registered asset


viewCompUnit:
   View a composition unit in a business level application
WASL0012I: The AdminLibHelp provides general help information for the
   Jython script libraries for the wsadmin tool.


   Each script library contains multiple script procedures that perform
   various administration functions. To display detailed information
   for a specific script library, use the help option for the
   AdminLibHelp object, specifying the script library of interest as
   an argument. For example, AdminLibHelp.help("AdminApplication")
   returns the detailed information for the AdminApplication script
   library.




AdminApplication:   Provide script procedures that configure,
         administer and deploy applications.

AdminAuthorizations:   Provide script procedures that configure
         security authorization groups.


AdminBLA:      Provide script procedures that configure, administer
         and deploy business level applications.

AdminClusterManagement:   Provide script procedures that configure
         and administer server clusters.

AdminJ2C:      Provide script procedures that configure and query
         J2EE Connector (J2C) resource settings.

AdminJDBC:      Provide scirpt procedures that configure and query
         Java Database Connectivity (JDBC) and data source settings.

AdminJMS:      Provide script procedures that configure and query
         Java Messaging Service (JMS) provider and resource setttings.


AdminLibHelp:      Provide general help information for the the script
         library.

AdminNodeGroupManagement:   Provide script procedures that configure
         and administer node group settings.

AdminNodeManagement:   Provide script procedures that configure and
         administer node settings.

AdminResources:      Provide script procedures that configure and
         administer mail, URL and resource provider settings.

AdminServerManagement:   Provide script procedures that configure,
         administer and query server settings.

AdminUtilities:      Provide scipt procedures that administer utilities
         settings.
WASL0013I: The AdminUtilities script library provides the script
   procedures that administer utilities settings.


   The AdminUtilities script library provides the following script procedures.
   To display detailed information about each script procedures, use the help command
   for the AdminUtilities script library, specifying the name of the script of interest
   as an argument.




convertToList:
   Convert string to list


configureAutoSave:
   Configure the configuration automation save


debugNotice:
   Set debug notice


getExceptionText:
   Get exception text


fail:
   failure message


fileSearch:
   Recrusive file search


getResourceBundle:
   Get resource bundle


getScriptLibraryFiles:
   Get the script library files


getScriptLibraryList:
   Get the script library names of list


getScriptLibraryPath:
   Get the script library path


help:
   Provide online help


infoNotice:
   Set information notice


save:
   Save all configuration change


setDebugNotices:
   Set debug notice


setFailOnErrorDefault:
   Set failonerror default


sleepDelay:
   Set sleep delay


warningNotice:
   Set warning notice
WASL1002I: Procedure: installAppWithDefaultBindingOption
   Arguments: appName, earFile, dsJNDIName, dsUserName, dsPassword, connFactory, EJBprefix, virtualHostName
   Description: Install application using the default binding options.
   Usage: AdminApplication.installAppWithDefaultBindingOption( appName, earFile, dsJNDIName, dsUserName, dsPassword, connFactory, EJBprefix, virtualHostName)
   Return: If the command is successful, a value of 1 is returned.
WASL1003I: Procedure: installAppWithNodeAndServerOptions
   Arguments: appName, earFile, nodeName, serverName
   Description: Install application using the node and server options for the AdminApp object.
   Usage: AdminApplication.installAppWithNodeAndServerOptions( appName, earFile, nodeName, serverName)
   Return: If the command is successful, a value of 1 is returned.
WASL1004I: Procedure: installAppWithClusterOption
   Arguments: appName, earFile, clusterName
   Description: Install application to a cluster using the cluster option for the AdminApp object.
   Usage: AdminApplication.installAppWithClusterOption(appName, earFile, clusterName)
   Return: If the command is successful, a value of 1 is returned.
WASL1005I: Procedure: installAppModulesToSameServerWithMapModulesToServersOption
   Arguments: appName, earFile, nodeName, serverName
   Description: Install application modules to the same application server using the MapModulesToServers option for the AdminApp object.
   Usage: AdminApplication.installAppModulesToSameServerWithMapModulesToServersOption( appName, earFile, nodeName, serverName)
   Return: If the command is successful, a value of 1 is returned.
WASL1006I: Procedure: installAppModulesToDiffServersWithMapModulesToServersOption
   Arguments: appName, earFile, nodeName, serverName1, serverName2
   Description: Install application modules to different application servers using the MapModulesToServers option for the AdminApp object.
   Usage: AdminApplication.installAppModulesToDiffServersWithMapModulesToServersOption( appName, earFile, nodeName, serverName1, serverName2)
   Return: If the command is successful, a value of 1 is returned.
WASL1007I: Procedure: installAppModulesToSameServerWithPatternMatching
   Arguments: appName, earFile, nodeName, serverName
   Description: Install application modules to the same applicaton server using Java pattern matching.
   Usage: AdminApplication.installAppModulesToSameServerWithPatternMatching( appName, earFile, nodeName, serverName)
   Return: If the command is successful, a value of 1 is returned.
WASL1008I: Procedure: installAppModulesToDiffServersWithPatternMatching
   Arguments: appName, earFile, nodeName, serverName1, serverName2
   Description: Install application modules to different application servers using Java pattern matching.
   Usage: AdminApplication.installAppModulesToDiffServersWithPatternMatching( appName, earFile, nodeName, serverName1, serverName2)
   Return: If the command is successful, a value of 1 is returned.
WASL1009I: Procedure: installAppModulesToMultiServersWithPatternMatching
   Arguments: appName, earFile, nodeName, serverName1, serverName2
   Description: Install application modules to multiple application servers using Java pattern matching.
   Usage: AdminApplication.installAppModulesToMultiServersWithPatternMatching( appName, earFile, nodeName, serverName1, serverName2)
   Return: If the command is successful, a value of 1 is returned.
WASL1010I: Procedure: installAppWithTargetOption
   Arguments: appName, earFile, nodeName, serverName1, serverName2
   Description: Install application to application servers using the target option for the AdminApp object.
   Usage: AdminApplication.installAppWithTargetOption( appName, earFile, nodeName, serverName1, serverName2)
   Return: If the command is successful, a value of 1 is returned.
WASL1011I: Procedure: installAppWithDeployEjbOptions
   Arguments: appName, earFile
   Description: Install application using the deployejb option for the AdminApp object.
   Usage: AdminApplication.installAppWithDeployEjbOptions( appName, earFile)
   Return: If the command is successful, a value of 1 is returned.
WASL1012I: Procedure: installAppWithVariousTasksAndNonTasksOptions
   Arguments: appName, earFile
   Description: Install application using different deployed tasks.
   Usage: AdminApplication.installAppWithVariousTasksAndNonTasksOptions( appName, earFile)
   Return: If the command is successful, a value of 1 is returned.
WASL1013I: Procedure: installWarFile
   Arguments: appName, wartName, nodeName, serverName, contextRoot
   Description: Install a Web archive (WAR) file.
   Usage: AdminApplication.installWarFile( appName, wartName, nodeName, serverName, contextRoot)
   Return: If the command is successful, a value of 1 is returned.
WASL1014I: Procedure: uninstallApplication
   Arguments: appName
   Description: Uninstall application.
   Usage: AdminApplication.uninstallApplication( appName)
   Return: If the command is successful, a value of 1 is returned.
WASL1015I: Procedure: listApplications
   Arguments: None
   Description: Display each deployed application in your configuration.
   Usage: AdminApplication.listApplications()
   Return: List of the available application names in the respective cell.
WASL1016I: Procedure: listApplicationsWithTarget
   Arguments: nodeName, serverName
   Description: Display each deployed application for the deployment target.
   Usage: AdminApplication.listApplicationsWithTarget( nodeName, serverName)
   Return: List of the available application names for the given deployment target.
WASL1017I: Procedure: listModulesInAnApp
   Arguments: appName, serverName
   Description: Display each application module in the deployed application.
   Usage: AdminApplication.listModulesInAnApp( appName, serverName)
   Return: List of the modules for the given application name, or modules for the given application name and server name.
WASL1018I: Procedure: getTaskInfoForAnApp
   Arguments: earFile, taskName
   Description: Display detailed task information for a specific install task.
   Usage: AdminApplication.getTaskInfoForAnApp( earFile, taskName)
   Return: Provide information about a particular installation task for the given application enterprise archive (EAR) file.
WASL1019I: Procedure: updateApplicationUsingDefaultMerge
   Arguments: appName, earFile
   Description: Update application using default merging.
   Usage: AdminApplication.updateApplicationUsingDefaultMerge( appName, earFile)
   Return: If the command is successful, a value of 1 is returned.
WASL1020I: Procedure: updateApplicationWithUpdateIgnoreNewOption
   Arguments: appName, earFile
   Description: Update application using the update.ignore.new option. The bindings from the new version of the application are ignored.
   Usage: AdminApplication.updateApplicationWithUpdateIgnoreNewOption( appName, earFile)
   Return: If the command is successful, a value of 1 is returned.
WASL1021I: Procedure: updateApplicationWithUpdateIgnoreOldOption
   Arguments: appName, earFile
   Description: Update application using the update.ignore.old option. The bindings from the installed version of the application are ignored.
   Usage: AdminApplication.updateApplicationWithUpdateIgnoreOldOption( appName, earFile)
   Return: If the command is successful, a value of 1 is returned.
WASL1022I: Procedure: addSingleFileToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Add a single file to a deployed application.
   Usage: AdminApplication.addSingleFileToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1023I: Procedure: updateSingleFileToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Update a single file to a deployed application.
   Usage: AdminApplication.updateSingleFileToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1024I: Procedure: deleteSingleFileToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Delete a single file from a deployed application.
   Usage: AdminApplication.deleteSingleFileToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1025I: Procedure: addSingleModuleFileToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Add a single module file to a deployed application.
   Usage:AdminApplication.addSingleModuleFileToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1026I: Procedure: updateSingleModuleFileToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Update a single module file to a deployed application.
   Usage: AdminApplication.updateSingleModuleFileToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1027I: Procedure: addUpdateSingleModuleFileToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Add and updates a single module file to a deployed application.
   Usage: AdminApplication.addUpdateSingleModuleFileToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1028I: Procedure: deleteSingleModuleFileToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Delete a single module file from a deployed application.
   Usage: AdminApplication.deleteSingleModuleFileToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1029I: Procedure: addPartialAppToAnAppWithUpdateCommand
   Arguments: appName, fileContent
   Description: Add a partial application to a deployed application.
   Usage: AdminApplication.addPartialAppToAnAppWithUpdateCommand( appName, fileContent)
   Return: If the command is successful, a value of 1 is returned.
WASL1030I: Procedure: updatePartialAppToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Update a partial application to a deployed application.
   Usage:AdminApplication.updatePartialAppToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1031I: Procedure: deletePartialAppToAnAppWithUpdateCommand
   Arguments: appName, fileContent, contentURI
   Description: Delete a partial application from a deployed application.
   Usage: AdminApplication.deletePartialAppToAnAppWithUpdateCommand( appName, fileContent, contentURI)
   Return: If the command is successful, a value of 1 is returned.
WASL1032I: Procedure: updateEntireAppToAnAppWithUpdateCommand
   Arguments: appName, fileContent
   Description: Update an entire application to a deployed application.
   Usage: AdminApplication.updateEntireAppToAnAppWithUpdateCommand( appName, fileContent)
   Return: If the command is successful, a value of 1 is returned.
WASL1033I: Procedure: exportAnAppToFile
   Arguments: appName, exportFile
   Description: Export an application to a specific file.
   Usage: AdminApplication.exportAnAppToFile( appName, exportFile)
   Return: If the command is successful, a value of 1 is returned.
WASL1034I: Procedure: exportAllApplicationsToDir
   Arguments: exportDir
   Description: Export each applications in your configuration to a specific directory.
   Usage: AdminApplication.exportAllApplicationsToDir( exportDir)
   Return: If the command is successful, a value of 1 is returned.
WASL1035I: Procedure: exportAnAppDDLToDir
   Arguments: appName, exportDir, options (optional)
   Description: Export application data definition language (DDL) files to a specific directory.
   Usage:AdminApplication.exportAnAppDDLToDir( appName, exportDir, options)
   Return: If the command is successful, a value of 1 is returned.
WASL1036I: Procedure: configureStartingWeightForAnApplication
   Arguments: appName, startingWeight
   Description: Configure starting weight settings for application deployment.
   Usage: AdminApplication.configureStartingWeightForAnApplication( appName, startingWeight)
   Return: If the command is successful, a value of 1 is returned.
WASL1037I: Procedure: configureClassLoaderPolicyForAnApplication
   Arguments: appName, classloaderPolicy
   Description: Configure a class loader policy for application deployment.
   Usage: AdminApplication.configureClassLoaderPolicyForAnApplication( appName, classloaderPolicy)
   Return: If the command is successful, a value of 1 is returned.
WASL1038I: Procedure: configureClassLoaderLoadingModeForAnApplication
   Arguments: appName, classloaderMode
   Description: Configure class loader loading mode for application deployment.
   Usage: AdminApplication.configureClassLoaderLoadingModeForAnApplication( appName, classloaderMode)
   Return: If the command is successful, a value of 1 is returned.
WASL1039I: Procedure: configureSessionManagementForAnApplication
   Arguments: appName, enableCookie, enableProtSwitching, enableURLRewriting, enableSSLTracking, allowSessionAccess, sessionTimeout, maxWaitTime, persistMode, overflow, sessionCount, invalidTimeout, sessionEnable
   Description: Configure session management settings for the application deployment.
   Usage: AdminApplication.configureSessionManagementForAnApplication( appName, enableCookie, enableProtSwitching, enableURLRewriting, enableSSLTracking, allowSessionAccess, sessionTimeout, maxWaitTime, persistMode, overflow, sessionCount, invalidTimeout, sessionEnable)
   Return: If the command is successful, a value of 1 is returned.
WASL1040I: Procedure: configureApplicationLoading
   Arguments: appName, enableTargetMapping
   Description: Configure the application loading attribute for deployed targets
   Usage:AdminApplication.configureApplicationLoading( appName, enableTargetMapping)
   Return: If the command is successful, a value of 1 is returned.
WASL1041I: Procedure: configureLibraryReferenceForAnApplication
   Arguments: appName, sharedLibrary
   Description: Configure shared library reference for the application.
   Usage: AdminApplication.configureLibraryReferenceForAnApplication( appName, sharedLibrary)
   Return: If the command is successful, a value of 1 is returned.
WASL1042I: Procedure: configureEJBModulesOfAnApplication
   Arguments: appName, startingWeight, enableTargetMapping
   Description: Configure enterprise bean (EJB) module settings for application deployment.
   Usage: AdminApplication.configureEJBModulesOfAnApplication( appName, startingWeight, enableTargetMapping)
   Return: If the command is successful, a value of 1 is returned.
WASL1043I: Procedure: configureWebModulesOfAnApplication
   Arguments: appName, webModule, startingWeight, classloaderMode
   Description: Configure Web modules settings for application deployment.
   Usage: AdminApplication.configureWebModulesOfAnApplication( appName, webModule, startingWeight, classloaderMode)
   Return: If the command is successful, a value of 1 is returned.
WASL1044I: Procedure: configureConnectorModulesOfAnApplication
   Arguments: appName, j2cconnFactory, jndiName, authDataAlias, connTimeout
   Description: Configure connector modules settings for application deployment.
   Usage: AdminApplication.configureConnectorModulesOfAnApplication( appName, j2cconnFactory, jndiName, authDataAlias, connTimeout)
   Return: If the command is successful, a value of 1 is returned.
WASL1045I: Procedure: startApplicationOnSingleServer
   Arguments: appName, nodeName, serverName
   Description: Start an application on a single server.
   Usage:AdminApplication.startApplicationOnSingleServer( appName, nodeName, serverName)
   Return: If the command is successful, a value of 1 is returned.
WASL1046I: Procedure: startApplicationOnAllDeployedTargets
   Arguments: appName, nodeName
   Description: Start an application on each deployed target.
   Usage: AdminApplication.startApplicationOnAllDeployedTargets( appName, nodeName)
   Return: If the command is successful, a value of 1 is returned.
WASL1047I: Procedure: stopApplicationOnSingleServer
   Arguments: appName, nodeName, serverName
   Description: Stop an application on a single server.
   Usage: AdminApplication.stopApplicationOnSingleServer( appName, nodeName, serverName)
   Return: If the command is successful, a value of 1 is returned.
WASL1048I: Procedure: stopApplicationOnAllDeployedTargets
   Arguments: appName, nodeName
   Description: Stop an application on each deployed target
   Usage: AdminApplication.stopApplicationOnAllDeployedTargets( appName, nodeName)
   Return: If the command is successful, a value of 1 is returned.
WASL1049I: Procedure: checkIfAppExists
   Arguments: appName
   Description: Display whether the application exists.
   Usage: AdminApplication.checkIfAppExists ( appName)
   Return: Checks whether the application exists. If the application exists, a true value is returned.
WASL1050I: Procedure: getAppDeploymentTarget
   Arguments: appName
   Description: Display the deployment target for the application.
   Usage:AdminApplication.getAppDeploymentTarget (appName)
   Return: List the application deployment target for a specified application.
WASL1051I: Procedure: getAppDeployedNodes
   Arguments: appName
   Description: Display the nodes on which the application is deployed.
   Usage: AdminApplication.getAppDeployedNodes (appName)
   Return: List the node names on which the specified application is deployed.
WASL1052I: Procedure: startApplicationOnCluster
   Arguments: appName, clusterName
   Description: Start an application on a cluster.
   Usage: AdminApplication.startApplicationOnCluster( appName, clusterName)
   Return: If the command is successful, a value of 1 is returned.
WASL1053I: Procedure: stopApplicationOnCluster
   Arguments: appName, clusterName
   Description: Stop an application on a cluster.
   Usage: AdminApplication.stopApplicationOnCluster( appName, clusterName)
   Return: If the command is successful, a value of 1 is returned.
WASL1054I: Procedure: help
   Arguments: procedure
   Description: Provide general help information for the AdminApplication script library.
   Usage: AdminApplication.help(procedure)
   Return: List the help information for the specified AdminApplication script library function or list the help information for all of the AdminApplication script library functions if parameters are not passed.
WASL1201I: Procedure: createEmptyBLA
   Arguments: blaName, description
   Description: Create an empty business level application
   Usage: AdminBLA.createEmptyBLA( blaName, description)
   Return: Create an empty business-level application.
WASL1202I: Procedure: listBLAs
   Arguments: blaID, includeDescription
   Description: List business level applications in a cell
   Usage: AdminBLA.listBLAs( blaID, includeDescription)
   Return: List of the business-level applications in the cell or list the business-level application for the specified name
WASL1203I: Procedure: deleteBLA
   Arguments: blaName
   Description: Delete a business level application
   Usage: AdminBLA.deleteBLA( blaName)
   Return: Business-level application that is deleted.
WASL1204I: Procedure: importAsset
   Arguments: source, storageType (FULL, METADATA, NONE)
   Description: Import and register an asset to WebSphere management domain
   Usage: AdminBLA.importAsset( source, storageType)
   Return: Asset name that is imported to WebSphere management domain.
WASL1205I: Procedure: exportAsset
   Arguments: assetID, fileName
   Description: Export a registered asset to a file
   Usage: AdminBLA.exportAsset( assetID, fileName)
   Return: If the command is successful, a value of 1 is returned.
WASL1206I: Procedure: editAsset
   Arguments: assetID, description, destinationURL, typeAspect, relationship, filePermission, validate
   Description: Edit an asset metadata
   Usage: AdminBLA.editAsset( assetID, description, destinationURL, typeAspect, relationship, filePermission, validate)
   Return: If the command is successful, a value of 1 is returned.
WASL1207I: Procedure: listAssets
   Arguments: assetID, includeDescription, includeDeployUnit
   Description: List registered assets in a cell
   Usage: AdminBLA.listAssets( assetID, includeDescription, includeDeployUnit)
   Return: List of registered assets in the respective cell.
WASL1208I: Procedure: deleteAsset
   Arguments: assetID
   Description: Delete a registered cell from WebSphere configuration repository
   Usage: AdminBLA.deleteAsset( assetID)
   Return: Asset name that is deleted from the configuration.
WASL1209I: Procedure: viewAsset
   Arguments: assetID
   Description: View a registered asset
   Usage: AdminBLA.viewAsset( assetID)
   Return: List the configuration attributes for a specified registered asset.
WASL1210I: Procedure: addCompUnit
   Arguments: blaName, cuSourceID, deployUnits, cuName, cuDescription, startingWeight, server, activationPlan
   Description: Add a composition unit to a business level application
   Usage: AdminBLA.addCompUnit( blaName, cuSourceID, deployUnits, cuName, cuDescription, startingWeight, server, activationPlan)
   Return: Composition unit name that is added to the given business-level application.
WASL1212I: Procedure: listCompUnits
   Arguments: blaName, includeDescription
   Description: List composition units in a business level application
   Usage: AdminBLA.listCompUnits( blaName, includeDescription)
   Return: List the composition units within the specified business-level application.
WASL1213I: Procedure: editCompUnit
   Arguments: blaName, compUnitID, cuDescription, startingWeight, server, activationPlan
   Description: Edit a composition unit in a business level application
   Usage: AdminBLA.editCompUnit( blaName, compUnitID, cuDescription, startingWeight, server, activationPlan)
   Return: Composition unit name that is edited in the given business-level application
WASL1214I: Procedure: deleteCompUnit
   Arguments: blaName, compUnitID
   Description: Delete a composition unit
   Usage: AdminBLA.deleteCompUnit( blaName, compUnitID)
   Return: Composition unit name that is deleted from the given business-level application
WASL1215I: Procedure: viewCompUnit
   Arguments: blaName, compUnitID
   Description: View a composition unit in a business level application
   Usage: AdminBLA.viewCompUnit( blaName, compUnitID)
   Return: Configuration attributes for a given composition unit within the business-level application.
WASL1216I: Procedure: startBLA
   Arguments: blaName
   Description: Start a business level application
   Usage: AdminBLA.startBLA(blaName)
   Return: State that the business-level application is started.
WASL1217I: Procedure: stopBLA
   Arguments: blaName
   Description: Stop a business level application
   Usage: AdminBLA.stopBLA( blaName)
   Return: State that the business-level application name is stopped.
WASL1218I: Procedure: help
   Arguments: procedure
   Description: Provide AdminBLA script library online help
   Usage: AdminBLA.help(procedure)
   Return: List the help information for the specified AdminBLA library function or list the help information for all of the AdminBLA script library function if parameters are not passed.
WASL2001I: Procedure: listServers
   Arguments: (Optional) serverType, nodeName
   Description: List available servers on a given server type and node
   Usage: AdminServerManagement.listServers(serverType, nodeName)
   Return: List of the servers in the cell. The list is filtered based on the server type and node name parameters if they are provided.
WASL2002I: Procedure: listServerTypes
   Arguments: (Optional) nodeName
   Description: List available server types on a given node
   Usage: AdminServerManagement.listServerTypes(nodeName)
   Return: List of the server types in the cell. The list is filtered based on the node name parameter if it is provided.
WASL2003I: Procedure: listServerTemplates
   Arguments: (Optional) version, serverType, templateName
   Description: List available servers templates on a given template version, server type and template name
   Usage: AdminServerManagement.listServerTemplates( version, serverType, templateName)
   Return: List of server templates in the cell. The list is filtered based on the template version, server type, and template name parameters if they are provided.
WASL2004I: Procedure: createApplicationServer
   Arguments: nodeName, serverName, (Optional) templateName
   Description: Create a new application server
   Usage: AdminServerManagement.createApplicationServer( nodeName, serverName, templateName)
   Return: The configuration ID of the new application server.
WASL2005I: Procedure: createAppServerTemplate
   Arguments: nodeName, serverName, newTemplate
   Description: Create a new application server template
   Usage: AdminServerManagement. createAppServerTemplate( nodeName, serverName, newTemplate)
   Return: The configuration ID of the new application server template.
WASL2006I: Procedure: createGenericServer
   Arguments: nodeName, serverName, (Optional) templateName, startCmd, startCmdArgs, workingDir, stopCmd, stopCmdArgs
   Description: Create a new generic server on a given node
   Usage: AdminServerManagement.createGenericServer( nodeName, serverName, templateName, startCmd, startCmdArgs, workingDir, stopCmd, stopCmdArgs)
   Return: The configuration ID of the new generic server.
WASL2007I: Procedure: createWebServer
   Arguments: nodeName, serverName, (Optional) webPort, webInstallPath, pluginInstallPath, configfile, serviceName, errorLog, accessLog, protocol
   Description: Create a new web server on a given node
   Usage: AdminServerManagement.createWebServer( nodeName, serverName, webPort, webInstallPath, pluginInstallPath, configfile, serviceName, errorLog, accessLog, protocol)
   Return: The configuration ID of the new web server.
WASL2008I: Procedure: deleteServer
   Arguments: nodeName, serverName
   Description: Delete a server
   Usage: AdminServerManagement.deleteServer( nodeName, serverName)
   Return: None
WASL2009I: Procedure: deleteServerTemplate
   Arguments: templateName
   Description: Delete a server template
   Usage: AdminServerManagement.deleteServerTemplate( templateName)
   Return: None
WASL2010I: Procedure: startAllServers
   Arguments: nodeName
   Description: Start all servers on a given node
   Usage: AdminServerManagement.startAllServers( nodeName)
   Return: None
WASL2011I: Procedure: startSingleServer
   Arguments: nodeName, serverName
   Description: Start a single server on a given node
   Usage: AdminServerManagement.startSingleServer( nodeName, serverName)
   Return: None
WASL2012I: Procedure: stopAllServers
   Arguments: nodeName
   Description: Stop all running server on a given node
   Usage: AdminServerManagement.stopAllServers( nodeName)
   Return: None
WASL2013I: Procedure: stopSingleServer
   Arguments: nodeName, serverName
   Description: Stop a single server on a given node
   Usage: AdminServerManagement.stopSingleServer( nodeName, serverName)
   Return: None
WASL2014I: Procedure: listJVMProperties
   Arguments: nodeName, serverName, (Optional) JVMProperty
   Description: List Java Virtual Machine properties on a given node and server
   Usage: AdminServerManagement.listJVMProperties( nodeName, serverName, JVMProperty)
   Return: The Java virtual machine (JVM) properties of the specified server. If the optional property name parameter is provided, only the JVM property with that name is returned.
WASL2015I: Procedure: showServerInfo
   Arguments: nodeName, serverName
   Description: Show server information on a given node and server
   Usage: AdminServerManagement.showServerInfo( nodeName, serverName)
   Return: The server information for the specified server including the product version, server type, and cell name.
WASL2016I: Procedure: getJavaHome
   Arguments: nodeName, serverName
   Description: Get Java home value
   Usage: AdminServerManagement.getJavaHome( nodeName, serverName)
   Return: The Java Home value for the specified server.
WASL2017I: Procedure: setJVMProperties
   Arguments: nodeName, serverName, (Optional) classpath, bootClasspath, initHeapsize, maxHeapsize, debugMode, debugArgs
   Description: Set JVM properties to a given server
   Usage: AdminServerManagement.setJVMProperties( nodeName, serverName, classpath, bootClasspath, initHeapsize, maxHeapsize, debugMode, debugArgs)
   Return: If the command is successful, a true value is returned.
WASL2018I: Procedure: setTraceSpecification
   Arguments: nodeName, serverName, traceSpec
   Description: Set trace specification on the server
   Usage: AdminServerManagement.setTraceSpecification( nodeName, serverName, traceSpec)
   Return: If the command is successful, a true value is returned.
WASL2019I: Procedure: checkIfServerExists
   Arguments: nodeName, serverName
   Description: Check if server exists
   Usage: AdminServerManagement.checkIfServerExists ( nodeName, serverName)
   Return: If the server exists, a true value is returned. Otherwise, a false value is returned.
WASL2020I: Procedure: checkIfServerTemplateExists
   Arguments: templateName
   Description: Check if server template exists
   Usage: AdminServerManagement.checkIfServerTemplateExists ( templateName)
   Return: If the server template exists, a true value is returned. Otherwise, a false value is returned.
WASL2021I: Procedure: help
   Arguments: procedure
   Description: Help
   Usage: AdminServerManagement.help (procedure)
   Return: Receive help information for the specified script library function.
WASL2022I: Procedure: configureProcessDefinition
   Arguments: nodeName, serverName
   Optional Arguments: argList, such as [[arg1, value1], [arg2, value2], ...]
   Description: Configure JavaProcessDefinition on the specified node and server
   Usage: AdminServerManagement.configureProcessDefintion(nodeName, serverName)
   Usage: AdminServerManagement.configureProcessDefintion(nodeName, serverName, argList)
   Return: If the command is successful, a true value is returned.
WASL2023I: Procedure: configureEndPointsHost
   Arguments: nodeName, serverName, hostName
   Description: Configure the end points hostname
   Usage: AdminServerManagement.configureEndPointsHost(nodeName, serverName, hostName)
   Return: If the command is successful, a value of 1 is returned.
WASL2024I: Procedure: configureApplicationServerClassloader
   Arguments: nodeName, serverName, policy, mode, libraryName
   Description: Configure ApplicationServer classloader
   Usage: AdminServerManagement.configureApplicationServerClassloader(nodeName, serverName, policy, mode, libraryName)
   Return: If the command is successful, a value of 1 is returned.
WASL2025I: Procedure: queryMBeans
   Arguments: nodeName, serverName, mbeanType
   Description: Querying the specified mbean type on the specified nodeName and serverName
   Usage: AdminServerManagement.queryMBeans(nodeName, serverName, mbeanType)
   Return: List of the ObjectName values of the specified type on the specified server.
WASL2026I: Procedure: viewProductInformation
   Arguments: None
   Description: View server version of a running Server in the cell
   Usage: AdminServerManagement.viewProductInformation()
   Return: If the command is successful, a value of 1 is returned.
WASL2027I: Procedure: getServerPID
   Arguments: nodeName, serverName
   Description: Show the running Server PID on the specified nodeName and serverName
   Usage: AdminServerManagement.getServerPID(nodeName, serverName)
   Return: The process ID of the specified server.
WASL2028I: Procedure: getServerProcessType
   Arguments: nodeName, serverName
   Description: Show the running Server process type on the specified nodeName and serverName
   Usage: AdminServerManagement.getServerProcessType(nodeName, serverName)
   Return: The process type of the specified server.
WASL2029I: Procedure: configureTraceService
   Arguments: nodeName, serverName, traceString
   Optional Parameter: outputType
   Optional Attributes: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring the TraceService
   Usage: AdminServerManagement.configureTraceService(nodeName, serverName, traceString)
   Usage: AdminServerManagement.configureTraceService(nodeName, serverName, traceString, outputType, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2030I: Procedure: configureJavaVirtualMachine
   Arguments: JavaVirtualMachine configID, debugMode, debugArgs
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring JavaVirtualMachine
   Usage: AdminServerManagement.configureJavaVirtualMachine(jvmConfigID, debugMode, debugArgs)
   Usage: AdminServerManagement.configureJavaVirtualMachine(jvmConfigID, debugMode, debugArgs, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2031I: Procedure: configureServerLogs
   Arguments: nodeName, serverName, logRoot
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring server logs
   Usage: AdminServerManagement.configureServerLogs(nodeName, serverName, logRoot)
   Usage: AdminServerManagement.configureServerLogs(nodeName, serverName, logRoot, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2032I: Procedure: configureJavaProcessLogs
   Arguments: JavaProcessDef configID, logRoot
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring java process logs
   Usage: AdminServerManagement.configureJavaProcessLogs(jpdConfigID, logRoot)
   Usage: AdminServerManagement.configureJavaProcessLogs(jpdConfigID, logRoot, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2033I: Procedure: configureRASLoggingService
   Arguments: nodeName, serverName, logRoot
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring RAS logging service
   Usage: AdminServerManagement.configureRASLoggingService(nodeName, serverName, logRoot)
   Usage: AdminServerManagement.configureRASLoggingService(nodeName, serverName, logRoot, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2034I: Procedure: configurePerformanceMonitoringService
   Arguments: nodeName, serverName, enable, initialSpecLevel
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring performance monitoring service
   Usage: AdminServerManagement.configurePerformanceMonitoringService(nodeName, serverName, enable, initialSpecLevel)
   Usage: AdminServerManagement.configurePerformanceMonitoringService(nodeName, serverName, enable, initialSpecLevel, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2035I: Procedure: configurePMIRequestMetrics
   Arguments: enable, traceLevel
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring PMI request metrics
   Usage: AdminServerManagement.configurePMIRequestMetrics(enable, traceLevel)
   Usage: AdminServerManagement.configurePMIRequestMetrics(enable, traceLevel, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2036I: Procedure: configureRuntimeTransactionService
   Arguments: nodeName, serverName, totalTranLifetimeTimeout, clientInactivityTimeout
   Description: Configuring runtime transaction service
   Usage: Usage: AdminServerManagement.configureRuntimeTransactionService(nodeName, serverName, totalTranLifetimeTimeout, clientInactivityTimeout)
   Return: If the command is successful, a value of 1 is returned.
WASL2037I: Procedure: configureEJBContainer
   Arguments: nodeName, serverName, passivationDir, defaultDatasourceJNDIName
   Description: Configuring Enterprise Java Bean container
   Usage: AdminServerManagement.configureEJBContainer(nodeName, serverName, passivationDir, defaultDatasourceJNDIName)
   Return: If the command is successful, a value of 1 is returned.
WASL2038I: Procedure: configureDynamicCache
   Arguments: nodeName, serverName, defaultPriority, cacheSize, externalCacheGroupName, externalCacheGroupType
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring dynamic cache
   Usage: AdminServerManagement.configureDynamicCache(nodeName, serverName, defaultPriority, cacheSize, externalCacheGroupName, externalCacheGroupType)
   Usage: AdminServerManagement.configureDynamicCache(nodeName, serverName, defaultPriority, cacheSize, externalCacheGroupName, externalCacheGroupType, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2039I: Procedure: configureMessageListenerService
   Arguments: nodeName, serverName, maxListenerRetry, listenerRecoveryInterval, poolingThreshold, poolingTimeout
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring message listener service
   Usage: AdminServerManagement.configureMessageListenerService(nodeName, serverName, maxListenerRetry, listenerRecoveryInterval, poolingThreshold, poolingTimeout)
   Usage: AdminServerManagement.configureMessageListenerService(nodeName, serverName, maxListenerRetry, listenerRecoveryInterval, poolingThreshold, poolingTimeout, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2040I: Procedure: configureListenerPortForMessageListenerService
   Arguments: nodeName, serverName, lpName, connFactoryJNDIName, destJNDIName, maxMessages, maxRetries, maxSession
   Description: Configuring listener port for message listener service
   Usage: AdminServerManagement.configureListenerPortForMessageListenerService(nodeName, serverName, lpName, connFactoryJNDIName, destJNDIName, maxMessages, maxRetries, maxSession)
   Return: If the command is successful, a value of 1 is returned.
WASL2041I: Procedure: configureThreadPool
   Arguments: nodeName, serverName, parentType, threadPoolName, maxSize, minSize, inactivityTimeout
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring thread pool
   Usage: AdminServerManagement.configureThreadPool(nodeName, serverName, parentType, threadPoolName, maxSize, minSize, inactivityTimeout)
   Usage: AdminServerManagement.configureThreadPool(nodeName, serverName, parentType, threadPoolName, maxSize, minSize, inactivityTimeout, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2042I: Procedure: configureStateManageable
   Arguments: nodeName, serverName, parentType, initialState
   Description: Configuring state manageable
   Usage: AdminServerManagement.configureStateManageable(nodeName, serverName, parentType, initialState)
   Return: If the command is successful, a value of 1 is returned.
WASL2043I: Procedure: configureORBService
   Arguments: nodeName, serverName, requestTimeout, requestRetriesCount, requestRetriesDelay, connCacheMax, connCacheMin, locateRequestTimeout
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring Object Request Broker service
   Usage: AdminServerManagement.configureORBService(nodeName, serverName, requestTimeout, requestRetriesCount, requestRetriesDelay, connCacheMax, connCacheMin, locateRequestTimeout)
   Usage: AdminServerManagement.configureORBService(nodeName, serverName, requestTimeout, requestRetriesCount, requestRetriesDelay, connCacheMax, connCacheMin, locateRequestTimeout, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2044I: Procedure: configureCustomProperty
   Arguments: nodeName, serverName, parentType, propName, propValue
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring custom property for a specified parenType on the specified nodeName and serverName
   Usage: AdminServerManagement.configureCustomProperty(nodeName, serverName, parentType, propName, propValue)
   Usage: AdminServerManagement.configureCustomProperty(nodeName, serverName, parentType, propName, propValue, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2045I: Procedure: configureTransactionService
   Arguments: nodeName, serverName, totalTranLifetimeTimeout, clientInactivityTimeout, maxTransactionTimeout, heuristicRetryLimit, heuristicRetryWait, propogateOrBMTTranLifetimeTimeout, asyncResponseTimeout
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring transaction service
   Usage: AdminServerManagement.configureTransactionService(nodeName, serverName, totalTranLifetimeTimeout, clientInactivityTimeout, maxTransactionTimeout, heuristicRetryLimit, heuristicRetryWait, propogateOrBMTTranLifetimeTimeout, asyncResponseTimeout)
   Usage: AdminServerManagement.configureTransactionService(nodeName, serverName, totalTranLifetimeTimeout, clientInactivityTimeout, maxTransactionTimeout, heuristicRetryLimit, heuristicRetryWait, propogateOrBMTTranLifetimeTimeout, asyncResponseTimeout, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2046I: Procedure: configureWebContainer
   Arguments: nodeName, serverName, defaultVirtualHostName, enabledServletCaching
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configuring WEB container
   Usage: AdminServerManagement.configureWebContainer(nodeName, serverName, defaultVirtualHostName, enabledServletCaching)
   Usage: AdminServerManagement.configureWebContainer(nodeName, serverName, defaultVirtualHostName, enabledServletCaching, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2047I: Procedure: configureHTTPTransportForWebContainer
   Arguments: nodeName, serverName, adjustPort, external, sslConfig, sslEnabled
   Description: Configuring HTTP transport for WEB container
   Usage: AdminServerManagement.configureHTTPTransportForWebContainer(nodeName, serverName, adjustPort, external, sslConfig, sslEnabled)
   Return: If the command is successful, a value of 1 is returned.
WASL2048I: Procedure: configureHTTPTransportEndPointForWebContainer
   Arguments: nodeName, serverName, newHostName, newPort
   Description: Configuring HTTP transport end point for WEB container with the specified newHostName and newPort
   Usage: AdminServerManagement.configureHTTPTransportEndPointForWebContainer(nodeName, serverName, newHostName, newPort)
   Return: If the command is successful, a value of 1 is returned.
WASL2049I: Procedure: configureSessionManagerForServer
   Arguments: nodeName, serverName, sessionPersistenceMode
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configure session manager for specified serverName on specified nodeName
   Usage: AdminServerManagement.configureSessionManagerForServer(nodeName, serverName, sessionPersistenceMode)
   Usage: AdminServerManagement.configureSessionManagerForServer(nodeName, serverName, sessionPersistenceMode, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2050I: Procedure: configureCookieForServer
   Arguments: nodeName, serverName, cookieName, domain, maxAge, secure
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configure cookie for specified serverName on specified nodeName
   Usage: AdminServerManagement.configureCookieForServer(nodeName, serverName, cookieName, domain, maxAge, secure)
   Usage: AdminServerManagement.configureCookieForServer(nodeName, serverName, cookieName, domain, maxAge, secure, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2051I: Procedure: configureFileTransferService
   Arguments: nodeName, serverName, retriesCount, retryWaitTime
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configure file transfer service
   Usage: AdminServerManagement.configureFileTransferService(nodeName, serverName, retriesCount, retryWaitTime)
   Usage: AdminServerManagement.configureFileTransferService(nodeName, serverName, retriesCount, retryWaitTime, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2053I: Procedure: configureAdminService
   Arguments: nodeName, serverName, localAdminProtocolType, remoteAdminProtocol
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configure admin service
   Usage: AdminServerManagement.configureAdminService(nodeName, serverName, localAdminProtocolType, remoteAdminProtocolType)
   Usage: AdminServerManagement.configureAdminService(nodeName, serverName, localAdminProtocolType, remoteAdminProtocolType, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2054I: Procedure: configureCustomService
   Arguments: nodeName, serverName, className, displayName, classpath
   optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
   Description: Configure custom service
   Usage: AdminServerManagement.configureCustomService(nodeName, serverName, className, displayName, classpath)
   Usage: AdminServerManagement.configureCustomService(nodeName, serverName, className, displayName, classpath, argList)
   Return: If the command is successful, a value of 1 is returned.
WASL2101I: Procedure: listClusters
   Arguments: None
   Description: List clusters
   Usage: AdminClusterManagement.listClusters()
   Return: List of the clusters in the cell.
WASL2102I: Procedure: listClusterMembers
   Arguments: clusterName
   Description: List cluster server members
   Usage: AdminClusterManagement.listClusterMembers( clusterName)
   Return: List of the cluster members in the specified cluster.
WASL2103I: Procedure: createClusterWithoutMember
   Arguments: clusterName
   Description: Create cluster without any server member
   Usage: AdminClusterManagement.createClusterWithoutMember( clusterName)
   Return: The configuration ID of the new cluster.
WASL2104I: Procedure: createClusterWithFirstMember
   Arguments: clusterName, clusterType, nodeName, serverName
   Description: Create cluster with first server member
   Usage: AdminClusterManagement.createClusterWithFirstMember( clusterName, clusterType, nodeName, serverName)
   Return: The configuration ID of the new cluster.
WASL2105I: Procedure: createClusterMember
   Arguments: clusterName, nodeName, newMember
   Description: Create a new cluster member
   Usage: AdminClusterManagement.createClusterMember( clusterName, nodeName, newMember)
   Return: The configuration ID of the new cluster member.
WASL2106I: Procedure: createFirstClusterMemberWithTemplate
   Arguments: clusterName, nodeName, newMember, templateName
   Description: Create first cluster member using template name
   Usage: AdminClusterManagement.createFirstClusterMemberWithTemplate( clusterName, nodeName, newMember, templateName)
   Return: The configuration ID of the new cluster member.
WASL2107I: Procedure: createFirstClusterMemberWithTemplateNodeServer
   Arguments: clusterName, nodeName, newMember, templateNameNode, templateNameServer
   Description: Create first cluster member with template node and server information
   Usage: AdminClusterManagement.createFirstClusterMemberWithTemplateNodeServer( clusterName, nodeName, newMember, templateNameNode, templateNameServer)
   Return: The configuration ID of the new cluster member.
WASL2108I: Procedure: deleteCluster
   Arguments: clusterName
   Description: Delete a cluster
   Usage: AdminClusterManagement.deleteCluster( clusterName)
   Return: If the command is successful, the ADMG9228I message is returned.
WASL2109I: Procedure: deleteClusterMember
   Arguments: clusterName, nodeName, serverMember
   Description: Delete a cluster member
   Usage: AdminClusterManagement.deleteClusterMember( clusterName, nodeName, serverMember)
   Return: If the command is successful, the ADMG9239I message is returned.
WASL2110I: Procedure: startAllClusters
   Arguments: None
   Description: Start all clusters on the cell
   Usage: AdminClusterManagement.startAllClusters()
   Return: If the command is successful, a value of 1 is returned.
WASL2111I: Procedure: startSingleCluster
   Arguments: clusterName
   Description: Start a specific cluster
   Usage: AdminClusterManagement.startSingleCluster(clusterName)
   Return: If the command is successful, a value of 1 is returned.
WASL2112I: Procedure: stopAllClusters
   Arguments: None
   Description: Stop all running clusters on the cell
   Usage: AdminClusterManagement.stopAllClusters()
   Return: If the command is successful, a value of 1 is returned.
WASL2113I: Procedure: stopSingleCluster
   Arguments: clusterName
   Description: Stop a specific cluster
   Usage: AdminClusterManagement.stopSingleCluster(clusterName)
   Return: If the command is successful, a value of 1 is returned.
WASL2114I: Procedure: rippleStartAllClusters
   Arguments: None
   Description: Ripple start all clusters on the cell
   Usage: AdminClusterManagement.rippleStartAllClusters()
   Return: If the command is successful, a value of 1 is returned.
WASL2115I: Procedure: rippleStartSingleCluster
   Arguments: clusterName
   Description: Ripple start a specific cluster
   Usage: AdminClusterManagement.rippleStartSingleCluster(clusterName)
   Return: If the command is successful, a value of 1 is returned.
WASL2116I: Procedure: immediateStopAllRunningClusters
   Arguments: None
   Description: Immediate stop all running clusters on the cell
   Usage: AdminClusterManagement.immediateStopAllRunningClusters()
   Return: If the command is successful, a value of 1 is returned.
WASL2117I: Procedure: immediateStopSingleCluster
   Arguments: clusterName
   Description: Immediate stop a specific cluster
   Usage: AdminClusterManagement.immediateStopSingleCluster( clusterName)
   Return: If the command is successful, a value of 1 is returned.
WASL2118I: Procedure: checkIfClusterExists
   Arguments: clusterName
   Description: Check if cluster exists
   Usage: AdminClusterManagement.checkIfClusterExists ( clusterName)
   Return: If the cluster exists, a true value is returned. Otherwise, a false value is returned
WASL2119I: Procedure: checkIfClusterMemberExists
   Arguments: clusterName, serverMember
   Description: Check if cluster member exists
   Usage: AdminClusterManagement.checkIfClusterMemberExists ( clusterName, serverMember)
   Return: If the cluster member exists, a true value is returned. Otherwise, a false value is returned
WASL2120I: Procedure: help
   Arguments: procedure
   Description: Help
   Usage: AdminClusterManagement.help(procedure)
   Return: Receive help information for the specified script library function.
WASL3001I: Procedure: listNodeGroups
   Arguments: (Optional) nodeName
   Description: List available node groups in the cell
   Usage: AdminNodeGroupManagement.listNodeGroups( nodeName)
   Return: List the node groups to which a given node belongs or list of all of the node groups if a node is not specified.
WASL3002I: Procedure: listNodeGroupMembers
   Arguments: (Optional) nodeGroupName
   Description: List nodes in the cell or in the node group
   Usage: AdminNodeGroupManagement.listNodeGroupMembers( nodeGroupName)
   Return: List the nodes in a specified node group.
WASL3003I: Procedure: listNodeGroupProperties
   Arguments: nodeGroupName
   Description: List custom property of a node group
   Usage: AdminNodeGroupManagement.listNodeGroupProperties( nodeGroupName)
   Return: List the custom properties for a specified node group.
WASL3004I: Procedure: createNodeGroup
   Arguments: nodeGroupName
   Description: Create a new node group
   Usage: AdminNodeGroupManagement.createNodeGroup( nodeGroupName)
   Return: The configuration ID of the new node group.
WASL3005I: Procedure: createNodeGroupProperty
   Arguments: nodeGroupName, propName, propValue, (Optional) propDesc, required
   Description: Create a new node group custom property
   Usage: AdminNodeGroupManagement.createNodeGroupProperty( nodeGroupName, propName, propValue, propDesc, required)
   Return: The configuration ID of the new node group property.
WASL3006I: Procedure: addNodeGroupMember
   Arguments: nodeGroupName, nodeName
   Description: Add new node member to a node group
   Usage: AdminNodeGroupManagement.addNodeGroupMember( nodeGroupName, nodeName)
   Return: The configuration ID of the added new node group member.
WASL3007I: Procedure: modifyNodeGroup
   Arguments: nodeGroupName, (Optional) shortName, description
   Description: Mndify a node group configuration
   Usage: AdminNodeGroupManagement.modifyNodeGroup( nodeGroupName, shortName, description)
   Return: The configuration ID of the modified node group.
WASL3008I: Procedure: modifyNodeGroupProperty
   Arguments: nodeGroupName, propName, (Optional) propValue, propDesc, required
   Description: Modify a node group property
   Usage: AdminNodeGroupManagement.modifyNodeGroupProperty(nodeGroupName, propName, propValue, propDesc, required)
   Return: The configuration ID of the modified node group property.
WASL3009I: Procedure: deleteNodeGroup
   Arguments: nodeGroupName
   Description: Delete a node group
   Usage: AdminNodeGroupManagement.deleteNodeGroup( nodeGroupName)
   Return: The configuration ID of the deleted node group.
WASL3010I: Procedure: deleteNodeGroupMember
   Arguments: nodeGroupName, nodeName
   Description: Delete a node group member
   Usage: AdminNodeGroupManagement.deleteNodeGroupMember( nodeGroupName, nodeName)
   Return: The configuration ID of the deleted node group member.
WASL3011I: Procedure: deleteNodeGroupProperty
   Arguments: nodeGroupName, propName
   Description: Delete a node group property
   Usage: AdminNodeGroupManagement.deleteNodeGroupProperty( nodeGroupName, propName)
   Return: The configuration ID of the deleted node group property.
WASL3012I: Procedure: checkIfNodeGroupExists
   Arguments: nodeGroupName
   Description: Check if node group exists in the cell
   Usage: AdminNodeGroupManagement.checkIfNodeGroupExists ( nodeGroupName)
   Return: If the node group exists, a true value is returned.
WASL3013I: Procedure: checkIfNodeExists
   Arguments: nodeGroupName, nodeName
   Description: Check if node member exists in the node group
   Usage: AdminNodeGroupManagement.checkIfNodeExists ( nodeGroupName, nodeName)
   Return: If the node exists in the node group, a true value is returned.
WASL3014I: Procedure: help
   Arguments: Procedure
   Description: Help
   Usage: AdminNodeGroupManagement.help ( procedure)
   Return: Receive help information for the specified AdminNodeGroupManagement script library function.
WASL3101I: Procedure: listNodes
   Optional Arguments: nodeName
   Description: List available nodes in the cell
   Usage: AdminNodeManagement.listNodes()
   Usage: AdminNodeManagement.listNodes(nodeName)
   Return: List the specified node or list all of the nodes if a node is not specified.
WASL3102I: Procedure: doesNodeExist
   Arguments: nodeName
   Description: Check if node exist in the cell
   Usage: AdminNodeManagement.doesNodeExist(nodeName)


   Return: If the node exists, a true value is returned.
WASL3103I: Procedure: isNodeRunning
   Arguments: nodeName
   Description: Check if node is running
   Usage: AdminNodeManagement.isNodeRunning(nodeName)
   Return: If a node is running, a value of 1 is returned.
WASL3104I: Procedure: stopNode
   Arguments: nodeName
   Description: Stop all the processes in the specified node, including node agent and application servers
   Usage: AdminNodeManagement.stopNode(nodeName)
   Return: If the command is successfully invoked, a value of 1 is returned.
WASL3105I: Procedure: stopNodeAgent
   Arguments: nodeName
   Description: Stop the node agent process in the specified node
   Usage: AdminNodeManagement.stopNodeAgent(nodeName)
   Return: If the command is successfully invoked, a value of 1 is returned.
WASL3106I: Procedure: restartNodeAgent
   Arguments: nodeName
   Description: Restart all running processes in the specified node
   Usage: AdminNodeManagement.restartNodeAgent(nodeName)
   Return: If the command is successfully invoked, a value of 1 is returned.
WASL3107I: Procedure: restartActiveNodes
   Arguments: None
   Description: Restart all running nodes in the cell
   Usage: AdminNodeManagement.restartActiveNodes()
   Return: If the command is successfully invokved, a value of 1 is returned.
WASL3108I: Procedure: syncNode
   Arguments: nodeName
   Description: Synchronize the specified node repository with the cell repository
   Usage: AdminNodeManagement.syncNode(nodeName)
   Return: If the command is successfully invoked, a value of 1 is returned.
WASL3109I: Procedure: syncActiveNodes
   Arguments: None
   Description: Synchronize all running nodes repository with the cell repository
   Usage: AdminNodeManagement.syncActiveNodes()
   Return: If the command is successfully invoked, a value of 1 is returned.
WASL3110I: Procedure: configureDiscoveryProtocolOnNode
   Arguments: nodeName
    discoveryProtocol (UDP, TCP, MULTICAST)
   Description: Configure the node discovery protocol, available value to set are UDP, TCP and MULTICAST
   Usage: AdminNodeManagement.configureDiscoveryProtocolOnNode(nodeName, discoveryProtocol)
   Return: If the command is successful, a value of 1 is returned.
WASL3111I: Procedure: help
   Arguments: Procedure
   Description: Help on the specified procedure
   Usage: AdminNodeGroupManagement.help(procedure)
   Return: Receive help information for the specified AdminNodeManagement script library function.
WASL4001I: Procedure: createAuthorizationGroup
   Arguments: authGroup
   Description: Create a new authorization group
   Usage: AdminAuthorizations.createAuthorizationGroup( authGroup)
   Return: The configuration ID of the new authorization group.
WASL4002I: Procedure: addResourceToAuthorizationGroup
   Arguments: authGroup, resourceName
   Description: Add a resource instance to an existing authorization group
   Usage: AdminAuthorizations.addResourceToAuthorizationGroup( authGroup, resourceName)
   Return: If the command is successful, a value of 1 is returned.
WASL4003I: Procedure: mapUsersToAdminRole
   Arguments: authGroup, roleName, userids
   Description: Map user ids to an admin role
   Usage: AdminAuthorizations.mapUsersToAdminRole( authGroup, roleName, userids)
   Return: If the command is successful, a true value is returned.
WASL4004I: Procedure: mapGroupsToAdminRole
   Arguments: authGroup, roleName, groupids
   Description: Map group ids to an admin role
   Usage: AdminAuthorizations.mapGroupsToAdminRole( authGroup, roleName, groupids)
   Return: If the command is successful, a true value is returned.
WASL4005I: Procedure: listAuthorizationGroups
   Arguments: None
   Description: List the existing authorization groups
   Usage: AdminAuthorizations.listAuthorizationGroups()
   Return: List of the authorization group names.
WASL4006I: Procedure: listAuthorizationGroupsForUserID
   Arguments: userid
   Description: List authorization groups to which a given user has access
   Usage: AdminAuthorizations.listAuthorizationGroupsForUserID(userid)
   Return: List of the authorization groups to which specified user has access and has the granted role.
WASL4007I: Procedure: listAuthorizationGroupsForGroupID
   Arguments: groupid
   Description: List authorization groups to which a given group has access
   Usage: AdminAuthorizations.listAuthorizationGroupsForGroupID(groupid)
   Return: List of the authorization groups to which a specified user group has access.
WASL4008I: Procedure: listAuthorizationGroupsOfResource
   Arguments: resourceName
   Description: List authorization groups for a given resource
   Usage: AdminAuthorizations.listAuthorizationGroupsOfResource(resourceName)
   Return: List of the authorization groups for a given resource.
WASL4009I: Procedure: listUserIDsOfAuthorizationGroup
   Arguments: authGroup
   Description: List user ids within the given authorization group
   Usage: AdminAuthorizations.listUserIDsOfAuthorizationGroup(authGroup)
   Return: List of the users and roles in a specified authorization group.
WASL4010I: Procedure: listGroupIDsOfAuthorizationGroup
   Arguments: authGroup
   Description: List group ids within the given authorization group
   Usage: AdminAuthorizations.listGroupIDsOfAuthorizationGroup(authGroup)
   Return: List of the user groups and roles in a specified authorization group.
WASL4011I: Procedure: listResourcesOfAuthorizationGroup
   Arguments: authGroup
   Description: List resources within an authorization group
   Usage: AdminAuthorizations.listResourcesOfAuthorizationGroup(authGroup)
   Return: List of the resources to which a specified authorization group has access.
WASL4012I: Procedure: listResourcesForUserID
   Arguments: userid
   Description: List resources that a given user has access to
   Usage: AdminAuthorizations.listResourcesForUserID(userid)
   Return: List of the resources to which a specified user has access.
WASL4013I: Procedure: listResourcesForGroupID
   Arguments: groupid
   Description: List resources that a given group has access
   Usage: AdminAuthorizations.listResourcesForGroupID(groupid)
   Return: List of the resources to which a specified user group has access.
WASL4014I: Procedure: deleteAuthorizationGroup
   Arguments: authGroup
   Description: Delete an existing authorization group
   Usage: AdminAuthorizations.deleteAuthorizationGroup( authGroup)
   Return: If the command is successful, a true value is returned.
WASL4015I: Procedure: removeUsersFromAdminRole
   Arguments: authGroup, roleName, userids
   Description: Remove previously mapped users from admin role in authorization group
   Usage: AdminAuthorizations.removeUsersFromAdminRole( authGroup, roleName, userids)
   Return: If the command is successful, a true value is returned.
WASL4016I: Procedure: removeGroupsFromAdminRole
   Arguments: authGroup, roleName, groupids
   Description: Remove previously mapped groups from admin role in authorization group
   Usage: AdminAuthorizations.removeGroupsFromAdminRole( authGroup, roleName, groupids)
   Return: If the command is successful, a true value is returned.
WASL4017I: Procedure: removeResourceFromAuthorizationGroup
   Arguments: authGroup, resourceName
   Description: Remove resource from authorization group
   Usage: AdminAuthorizations.removeResourceFromAuthorizationGroup( authGroup, resourceName)
   Return: If the command is successful, a true value is returned.
WASL4018I: Procedure: removeUserFromAllAdminRoles
   Arguments: userid
   Description: Remove a user from all admin roles in authorization groups
   Usage: AdminAuthorizations.removeUserFromAllAdminRoles ( userid)
   Return: If the command is successful, a true value is returned.
WASL4019I: Procedure: removeGroupFromAllAdminRoles
   Arguments: groupid
   Description: Remove a group from all admin roles in authorization groups
   Usage: AdminAuthorizations.removeGroupFromAllAdminRoles ( groupid)
   Return: If the command is successful, a true value is returned.
WASL4020I: Procedure: help
   Arguments: procedure
   Description: Provide AdminAuthorizations script library online help
   Usage: AdminAuthorizations.help(procedure)
   Return: Receive help information for the specified AdminAuthorizations script library function.
WASL5001I: Procedure: help
   Arguments: procedure
   Description: Provide AdminJ2C script library online help
   Usage: AdminJ2C.help(procedure)
   Return: Receive help information for the specified AdminJDBC script library function or provide help information for all of the AdminJDBC script library functions if parameters are not passed
WASL5002I: Procedure: listMessageListenerTypes
   Arguments: J2CResourceAdapter configID
   Description: List message listener types for the specified J2CResourceAdapter
   Usage: AdminJ2C.listMessageListenerTypes(J2CResourceAdapter)
   Return: List the message listener types for the specified Java 2 Connectivity (J2C) resource adapter configuration ID parameter in the respective cell
WASL5003I: Procedure: listConnectionFactoryInterfaces
   Arguments: J2CRAConfigID
   Description: List connection factory interfaces for the specified J2CResourceAdapter
   Usage: AdminJ2C.listConnectionFactoryInterfaces(J2CRAConfigID)
   Return: List the Java 2 Connectivity (J2C) connection factory interfaces for the specified J2C resource adapter configuration ID parameter in the respective cell
WASL5004I: Procedure: listAdminObjectInterfaces
   Arguments: J2CRAConfigID
   Description: List admin object interfaces for the specified J2CResourceAdapter
   Usage: AdminJ2C.listAdminObjectInterfaces(J2CRAConfigID)
   Return: List the Java 2 Connectivity (J2C) administrative object interfaces for the specified J2C resource adapter configuration ID parameter in the respective cell
WASL5005I: Procedure: installJ2CResourceAdapter
   Arguments: nodeName, rarPath, J2CRAName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      rar.desc, rar.archivePath, rar.classpath, rar.nativePath, rar.threadPoolAlias, rar.propertiesSet, rar.DeleteSourceRar,
      rar.isolatedClassLoader, rar.enableHASupport, rar.HACapability
   Description: Installing a new J2CResourceAdapter on the specified nodeName
   Usage: AdminJ2C.installJ2CResourceAdapter(nodeName, rarPath, J2CRAName)
   Usage: AdminJ2C.installJ2CResourceAdapter(nodeName, rarPath, J2CRAName, argList)
   Return: The configuration ID of the installed Java 2 Connectivity (J2C) resource adapter
WASL5006I: Procedure: createJ2CConnectionFactory
   Arguments: J2CRAConfigID, J2CCFName, connFactoryInterface, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description, authDataAlias
   Description: Create a new J2CConnectionFactory on the specified J2CResourceAdapter
   Usage: AdminJ2C.createJ2CConnectionFactory(J2CRAConfigID, J2CFName, connFactoryInterface, jndiName)
   Usage: AdminJ2C.createJ2CConnectionFactory(J2CRAConfigID, J2CFName, connFactoryInterface, jndiName, argList)
   Return: The configuration ID of the created Java 2 Connectivity (J2C) connection factory
WASL5007I: Procedure: createJ2CActivationSpec
   Arguments: J2CRAConfigID, J2CASName, msgListenerType, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      destinationJndiName, description, authenticationAlias
   Description: Create a new J2CActivationSpec on the specified J2CResourceAdapter
   Usage: AdminJ2C.createJ2CActivationSpec(J2CRAConfigID, J2CASName, msgListenerType, jndiName)
   Usage: AdminJ2C.createJ2CActivationSpec(J2CRAConfigID, J2CASName, msgListenerType, jndiName, argList)
   Return: The configuration ID of the created Java 2 Connectivity (J2C) activation specification
WASL5008I: Procedure: createJ2CAdminObject
   Arguments: J2CRAConfigID, J2CAOName, aoInterface, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description
   Description: Create a new J2CAdminObject on the specified J2CResourceAdapter
   Usage: AdminJ2C.createJ2CAdminObject(J2CRAConfigID, J2CAOName, aoInterface, jndiName)
   Usage: AdminJ2C.createJ2CAdminObject(J2CRAConfigID, J2CAOName, aoInterface, jndiName, argList)
   Return: The configuration ID of the created Java 2 Connectivity (J2C) administrative object
WASL5009I: Procedure: listJ2CResourceAdapters
   Optional argument: J2CRAName
   Description: List all J2CResourceAdapter in a cell or list the specific one if J2CRAName is specified.
   Usage: AdminJ2C.listJ2CResourceAdapters()
   Usage: AdminJ2C.listJ2CResourceAdapters(J2CRAName)
   Return: List the Java 2 Connectivity (J2C) resource adapter configuration IDs that are associated with the specified J2C resource adapter name or list all the J2C resource adapter configuration IDs that are available in the respective cell
WASL5010I: Procedure: listJ2CConnectionFactories
   Arguments: J2CRAConfigID, cfInterface
   Description: List J2CConnectionFactory on the specified J2CResourceAdapter with the specified ConnectionFactoryInterface
   Usage: AdminJ2C.listJ2CConnectionFactories(J2CRAConfigID, cfInterface)
   Return: List the Java 2 Connectivity (J2C) Connection Factory IDs associated with the specified J2C Resource Adapter configuration ID and Connection Factory Interface in the respective cell
WASL5011I: Procedure: listJ2CActivationSpecs
   Arguments: J2CRAConfigID, msgListenerType
   Description: List J2CActivationSpec on the specified J2CResourceAdapter with the specified MessageListenerType
   Usage: AdminJ2C.listJ2CActivationSpecs(J2CRAConfigID, msgListenerType)
   Return: List the configuration IDs for the Java 2 Connectivity (J2C) administrative specification for the specified J2C resource adapter configuration ID and message listener type in the respective cell
WASL5012I: Procedure: listJ2CAdminObjects
   Arguments: J2CRAConfigID, aoInterface
   Description: List J2CAdminObject on the specified J2CResourceAdapter with the specified AdminObjectInterface
   Usage: AdminJ2C.listJ2CAdminObjects(J2CRAConfigID, aoInterface)
   Return: List the Java 2 Connectivity (J2C) Admin Objects configuration IDs for the specified J2C Resource Adapter configuration ID and Admin Object Interface in the respective cell
WASL5101I: Procedure: help
   Arguments: procedure
   Description: Provide AdminJDBC script library online help
   Usage: AdminJDBC.help(procedure)
   Return: Receive help information for the specified AdminJDBC script library function or provide help information for all of the AdminJDBC script library functions if parameters are not passed
WASL5102I: Procedure: createJDBCProvider
   Arguments: nodeName, serverName, jdbcName, implClassName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, propertySet, providerType, xa
   Description: Create a new JDBProvider on the specified nodeName and serverName
   Usage: AdminJDBC.createJDBCProvider(nodeName, serverName, jdbcName, implClassName)
   Usage: AdminJDBC.createJDBCProvider(nodeName, serverName, jdbcName, implClassName, argList)
   Return: The configuration ID of the created JDBC Provider
WASL5103I: Procedure: createJDBCProviderUsingTemplate
   Arguments: nodeName, serverName, jdbcTemplateConfigID, jdbcName, implClassName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, propertySet, providerType, xa
   Description: Create a new JDBCProvider on the specified nodeName and serverName using the specified JDBC template
   Usage: AdminJDBC.createJDBCProviderUsingTemplate(nodeName, serverName, jdbcTemplateConfigID, jdbcName, implClassName)
   Usage: AdminJDBC.createJDBCProviderUsingTemplate(nodeName, serverName, jdbcTemplateConfigID, jdbcName, implClassName, argList)
   Return: The configuration ID of the created JDBC Provider using a template
WASL5104I: Procedure: listJDBCProviderTemplates
   Optional argument: templateName
   Description: List all JDBCProvider templates or list the specific one if templateName is specified.
   Usage: AdminJDBC.listJDBCProviderTemplates()
   Usage: AdminJDBC.listJDBCProviderTemplates(templateName)
   Return: List the configuration IDs for the Java Database Connectivity (JDBC) provider templates of the requested template name or list all of the available JDBC provider configuration IDs if a template name parameter is not specified in the respective cell
WASL5105I: Procedure: createDataSource
   Arguments: nodeName, serverName, jdbcName, datasourceName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      authDataAlias, authMechanismPreference, category, connectionPool, datasourceHelperClassname, description,
      diagnoseConnectionUsage, jndiName, logMissingTransactionContext, manageCachedHandles, mapping,
      preTestConfig, properties, propertySet, providerType, relationalResourceAdapter, statementCacheSize, xaRecoveryAuthAlias
   Description: Create a new DataSource on the specified nodeName, serverName and jdbcName
   Usage: AdminJDBC.createDataSource(nodeName, serverName, jdbcName, datasourceName)
   Usage: AdminJDBC.createDataSource(nodeName, serverName, jdbcName, datasourceName, argList)
   Return: The configuration ID of the created data source
WASL5106I: Procedure: createDataSourceUsingTemplate
   Arguments: nodeName, serverName, jdbcName, datasourceTemplateConfigID, datasourceName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      authDataAlias, authMechanismPreference, category, connectionPool, datasourceHelperClassname, description,
      diagnoseConnectionUsage, jndiName, logMissingTransactionContext, manageCachedHandles, mapping, preTestConfig,
      properties, propertySet, providerType, relationalResourceAdapter, statementCacheSize, xaRecoveryAuthAlias
   Description: Create a new DataSource on the specified nodeName, serverName, jdbcName using the specified DataSource template
   Usage: AdminJDBC.createDataSourceUsingTemplate(nodeName, serverName, jdbcName, datasourceTemplateConfigID, datasourceName)
   Usage: AdminJDBC.createDataSourceUsingTemplate(nodeName, serverName, jdbcName, datasourceTemplateConfigID, datasourceName, argList)
   Return: The configuration ID of the created data source using a template
WASL5107I: Procedure: listDataSourceTemplates
   Optional argument: templateName
   Description: List all DataSource templates or list the specific one if templateName is specified.
   Usage: AdminJDBC.listDataSourceTemplate()
   Usage: AdminJDBC.listDataSourceTemplate(templateName)
   Return: List the configuration IDs of the requested data source template name or list all of the available data source template configuration IDs if a data source template name parameter is not specified in the respective cell
WASL5108I: Procedure: listJDBCProviders
   Optional arguments: jdbcName
   Description: List all JDBCProvider in a cell or list the specific one if jdbcName is specified.
   Usage: AdminJDBC.listJDBCProvider()
   Usage: AdminJDBC.listJDBCProvider(jdbcName)
   Return: List the JDBC provider configuration IDs of the requested Java Database Connectivity (JDBC) name or list all of the available JDBC provider configuration IDs if a JDBC name parameter is not specified in the respective cell
WASL5109I: Procedure: listDataSources
   Optional arguments: datasourceName
   Description: List all DataSource in a cell or list the specific one if datasourceName is specified.
   Usage: AdminJDBC.listDataSources()
   Usage: AdminJDBC.listDataSources(datasourceName)
   Return: List the Data source connection configuration IDs of the requested data source name or list all of the available data source connection configuration IDs if a data source connection name is not specified in the respective cell
WASL5110I: Procedure: createJDBCProviderAtScope
   Arguments: scope, databaseType, providerType, implType, jdbcName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description, implementationClassName, classpath, nativepath, isolated
   Description: Create a new JDBCProvider on the specified scope
   Usage: AdminJDBC.createJDBCProviderAtScope(scope, databaseType, providerType, implType, jdbcName)
   Usage: AdminJDBC.createJDBCProviderAtScope(scope, databaseType, providerType, implType, jdbcName, argList)
   Return: The configuration ID of the created JDBC Provider
WASL5111I: Procedure: createJDBCProviderUsingTemplateAtScope
   Arguments: scope, templateID, JDBCName, implClassName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, providerType, xa
   Description: Create a new JDBCProvider on the specified scope using the specified JDBC template
   Usage: AdminJDBC.createJDBCProviderUsingTemplateAtScope(scope, jdbcTemplateConfigID, jdbcName, implClassName)
   Usage: AdminJDBC.createJDBCProviderUsingTemplateAtScope(scope, jdbcTemplateConfigID, jdbcName, implClassName, argList)
   Return: The configuration ID of the created JDBC Provider using a template
WASL5112I: Procedure: createDataSourceAtScope
   Arguments: scope, jdbcName, datasourceName, jndiName, dataStoreHelperClassName, dbName
   Optional Arguments: cmdArgList, such as [[attr1, value1], [attr2, value2], ...]
      category, componentManagedAuthenticationAlias, containerManagedPersistence, dbType, description, xaRecoveryAuthAlias
   Optional Arguments: resArgList, such as [[attr1, value1], [attr2, value2], ...]
      DB2: portNumber, serverName, driverType, Informix: portNumber, serverName, ifxIFXHOST, informixLockModeWait,
      Sybase: portNumber, serverName, SQLServer: portNumber, serverName
   Description: Create a new DataSource on the specified scope and jdbcName
   Usage: AdminJDBC.createDataSourceAtScope(scope, jdbcName, datasourceName, jndiName, dataStoreHelperClassName, dbName)
   Usage: AdminJDBC.createDataSourceAtScope(scope, jdbcName, datasourceName, jndiName, dataStoreHelperClassName, dbName, cmdArgList, resArgList)
   Return: The configuration ID of the created data source
WASL5113I: Procedure: createDataSourceUsingTemplateAtScope
   Arguments: scope, jdbcName, datasourceTemplateConfigID, datasourceName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      authDataAlias, authMechanismPreference, category, connectionPool, datasourceHelperClassname, description,
      diagnoseConnectionUsage, jndiName, logMissingTransactionContext, manageCachedHandles, mapping, preTestConfig,
      properties, propertySet, providerType, relationalResourceAdapter, statementCacheSize, xaRecoveryAuthAlias
   Description: Create a new DataSource on the specified scope and jdbcName using the specified DataSource template
   Usage: AdminJDBC.createDataSourceUsingTemplateAtScope(scope, jdbcName, datasourceTemplateConfigID, datasourceName)
   Usage: AdminJDBC.createDataSourceUsingTemplateAtScope(scope, jdbcName, datasourceTemplateConfigID, datasourceName, argList)
   Return: The configuration ID of the created data source using a template
WASL5201I: Procedure: help
   Arguments: procedure
   Description: Provide AdminJMS script library online help
   Usage: AdminJMS.help(procedure)
   Return: Receive help information for the specified AdminJMS library function or provide help information on all of the AdminJMS script library functions if parameters are not passed
WASL5202I: Procedure: createJMSProvider
   Arguments: nodeName, serverName, jmsProviderName, extInitContextFactory, extProviderURL
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, propertySet, providerType, supportsASF
   Description: Create a new JMSProvider on the specified nodeName and serverName
   Usage: AdminJMS.createJMSProvider(nodeName, serverName, jmsProviderName, extInitContextFactory, extProviderURL)
   Usage: AdminJMS.createJMSProvider(nodeName, serverName, jmsProviderName, extInitContextFactory, extProviderURL, argList)
   Return: The configuration ID of the created Java Message Service (JMS) provider
WASL5203I: Procedure: createJMSProviderUsingTemplate
   Arguments: nodeName, serverName, jmsProviderTemplateConfigID, jmsProviderName, extInitContextFactory, extProviderURL
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, propertySet, providerType, supportsASF
   Description: Create a new JMSProvider on the specified nodeName and serverName using template
   Usage: AdminJMS.createJMSProviderUsingTemplate(nodeName, serverName, jmsProviderTemplateConfigID, jmsProviderName, extInitContextProvider, extProviderURL)
   Usage: AdminJMS.createJMSProviderUsingTemplate(nodeName, serverName, jmsProviderTemplateConfigID, jmsProviderName, extInitContextProvider, extProviderURL, argList)
   Return: The configuration ID of the created Java Message Service (JMS) provider using a template
WASL5204I: Procedure: createGenericJMSConnectionFactory
   Arguments: nodeName, serverName, jmsProviderName, jmsCFName, jndiName, extJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, connectionPool, description, diagnoseConnectionUsage,
      logMissingTransactionContext, manageCachedHandles, mapping, preTestConfig, properties, propertySet, providerType,
      sessionPool, type, xaRecoveryAuthAlias
   Description: Create a new GenericJMSConnectionFactory on the specified nodeName, serverName and jmsProviderName
   Usage: AdminJMS.createGenericJMSConnectionFactory(nodeName, serverName, jmsProviderName, jmsCFName, jndiName, extJndiName)
   Usage: AdminJMS.createGenericJMSConnectionFactory(nodeName, serverName, jmsProviderName, jmsCFName, jndiName, extJndiName, argList)
   Return: The configuration ID of the created generic Java Message Service (JMS) connection factory
WASL5205I: Procedure: createGenericJMSConnectionFactoryUsingTemplate
   Arguments: nodeName, serverName, jmsProviderName, jmsCFTemplateConfigID, jmsCFName, jndiName, extJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, connectionPool, description, diagnoseConnectionUsage,
      logMissingTransactionContext, manageCachedHandles, mapping, preTestConfig, properties, propertySet, providerType,
      sessionPool, type, xaRecoveryAuthAlias
   Description: Create a new GenericJMSConnectionFactory on the specified nodeName, serverName and jmsProviderName using template
   Usage: AdminJMS.createGenericJMSConnectionFactoryUsingTemplate(nodeName, serverName, jmsProviderName, jmsCFTemplateConfigID, jmsCFName, jndiName, extJndiName)
   Usage: AdminJMS.createGenericJMSConnectionFactoryUsingTemplate(nodeName, serverName, jmsProviderName, jmsCFTemplateConfigID, jmsCFName, jndiName, extJndiName, argList)
   Return: The configuration ID of the created Java Message Service (JMS) connection factory using a template
WASL5206I: Procedure: createGenericJMSDestination
   Arguments: nodeName, serverName, jmsProviderName, jmsDestName, jndiName, extJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, propertySet, providerType
   Description: Create a new GenericJMSDestination on the specified nodeName, serverName and jmsProviderName
   Usage: AdminJMS.createGenericJMSDestination(nodeName, serverName, jmsProviderName, jmsDestName, jndiName, extJndiName)
   Usage: AdminJMS.createGenericJMSDestination(nodeName, serverName, jmsProviderName, jmsDestName, jndiName, extJndiName, argList)
   Return: The configuration ID of the created Java Message Service (JMS) destination
WASL5207I: Procedure: createGenericJMSDestinationUsingTemplate
   Arguments: nodeName, serverName, jmsProviderName, jmsDestTemplateConfigID, jmsDestName, jndiName, extJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, propertySet, providerType
   Description: Create a new GenericJMSDestination on the specified nodeName, serverName and jmsProviderName using template
   Usage: AdminJMS.createGenericJMSDestinationUsingTemplate(nodeName, serverName, jmsProviderName, jmsDestTemplateConfigID, jmsDestName, jndiName, extJndiName)
   Usage: AdminJMS.createGenericJMSDestinationUsingTemplate(nodeName, serverName, jmsProviderName, jmsDestTemplateConfigID, jmsDestName, jndiName, extJndiName, argList)
   Return: The configuration ID of the created generic Java Message Service (JMS) destination using a template
WASL5208I: Procedure: createWASQueue
   Arguments: nodeName, serverName, jmsProviderName, wasQueueName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, expiry, node, persistence, priority, propertySet, providerType, specifiedExpiry, specifiedPriority
   Description: Create a new WASQueue on the specified nodeName, serverName and jmsProviderName
   Usage: AdminJMS.createWASQueue(nodeName, serverName, jmsProviderName, wasQueueName, jndiName)
   Usage: AdminJMS.createWASQueue(nodeName, serverName, jmsProviderName, wasQueueName, jndiName, argList)
   Return: The configuration ID of the created WebSphere queue
WASL5209I: Procedure: createWASQueueUsingTemplate
   Arguments: nodeName, serverName, jmsProviderName, wasQueueTemplateConfigID, wasQueueName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, expiry, node, persistence, priority, propertySet, providerType, specifiedExpiry, specifiedPriority
   Description: Create a new WASQueue on the specified nodeName, serverName and jmsProviderName using template
   Usage: AdminJMS.createWASQueueUsingTemplate(nodeName, serverName, jmsProviderName, wasQueueTemplateConfigID, wasQueueName, jndiName)
   Usage: AdminJMS.createWASQueueUsingTemplate(nodeName, serverName, jmsProviderName, wasQueueTemplateConfigID, wasQueueName, jndiName, argList)
   Return: The configuration ID of the created WebSphere queue using a template
WASL5210I: Procedure: createWASQueueConnectionFactory
   Arguments: nodeName, serverName, jmsProviderName, wasQueueCFName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, connectionPool, description, diagnoseConnectionUsage,
      logMissingTransactionContext, manageCacheHandles, mapping, node, preTestConfig, properties, propertySet, providerType,
      serverName, sessionPool, xaRecoveryAuthAlias
   Description: Create a new WASQueueConnectionFactory on the specified nodeName, serverName and jmsProviderName
   Usage: AdminJMS.createWASQueueConnectionFactory(nodeName, serverName, jmsProviderName, wasQueueCFName, jndiName)
   Usage: AdminJMS.createWASQueueConnectionFactory(nodeName, serverName, jmsProviderName, wasQueueCFName, jndiName, argList)
   Return: The configuration ID of the created WebSphere queue connection factory
WASL5211I: Procedure: createWASQueueConnectionFactoryUsingTemplate
   Arguments: nodeName, serverName, jmsProviderName, wasQueueCFTemplateConfigID, wasQueueCFName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, connectionPool, description, diagnoseConnectionUsage,
      logMissingTransactionContext, manageCacheHandles, mapping, node, preTestConfig, properties, propertySet, providerType,
      serverName, sessionPool, xaRecoveryAuthAlias
   Description: Create a new WASQueueConnectionFactory on the specified nodeName, serverName and jmsProviderName using template
   Usage: AdminJMS.createWASQueueConnectionFactory(nodeName, serverName, jmsProviderName, wasQueueCFTemplateConfigID, wasQueueCFName, jndiName)
   Usage: AdminJMS.createWASQueueConnectionFactory(nodeName, serverName, jmsProviderName, wasQueueCFTemplateConfigID, wasQueueCFName, jndiName, argList)
   Return: The configuration ID of the created WebSphere queue connection factory using a template
WASL5212I: Procedure: createWASTopic
   Arguments: nodeName, serverName, jmsProviderName, wasTopicName, jndiName, topic
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, expiry, persistence, priority, propertySet, providerType, specifiedExpiry, specifiedPriority
   Description: Create a new WASTopic on the specified nodeName, serverName and jmsProviderName
   Usage: AdminJMS.createWASTopic(nodeName, serverName, jmsProviderName, wasTopicName, jndiName, topic)
   Usage: AdminJMS.createWASTopic(nodeName, serverName, jmsProviderName, wasTopicName, jndiName, topic, argList)
   Return: The configuration ID of the created WebSphere topic
WASL5213I: Procedure: createWASTopicUsingTemplate
   Arguments: nodeName, serverName, jmsProviderName, wasTopicTemplateConfigID, wasTopicName, jndiName, topic
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, expiry, persistence, priority, propertySet, providerType, specifiedExpiry, specifiedPriority
   Description: Create a new WASTopic on the specified nodeName, serverName and jmsProviderName using template
   Usage: AdminJMS.createWASTopicUsingTemplate(nodeName, serverName, jmsProviderName, wasTopicTemplateConfigID, wasTopicName, jndiName, topic)
   Usage: AdminJMS.createWASTopicUsingTemplate(nodeName, serverName, jmsProviderName, wasTopicTemplateConfigID, wasTopicName, jndiName, topic, argList)
   Return: The configuration ID of the created WebSphere topic using a template
WASL5214I: Procedure: createWASTopicConnectionFactory
   Arguments: nodeName, serverName, jmsProviderName, wasTopicCFName, jndiName, port
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, clientID, cloneSupport, connectionPool, description,
      diagnoseConnectionUsage, logMissingTransactionContext, manageCachedHandles, mapping, node, preTestConfig, properties,
      propertySet, providerType, serverName, sessionPool, xaRecoveryAuthAlias
   Description: Create a new WASTopicConnectionFactory on the specified nodeName, serverName and jmsProviderName
   Usage: AdminJMS.createWASTopicConnectionFactory(nodeName, serverName, jmsProviderName, wasTopicCFName, jndiName, port)
   Usage: AdminJMS.createWASTopicConnectionFactory(nodeName, serverName, jmsProviderName, wasTopicCFName, jndiName, port, argList)
   Return: The configuration ID of the created WebSphere topic connection factory
WASL5215I: Procedure: createWASTopicConnectionFactoryUsingTemplate
   Arguments: nodeName, serverName, jmsProviderName, wasTopicCFTemplateConfigID, wasTopicCFName, jndiName, port
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, clientID, cloneSupport, connectionPool, description,
      diagnoseConnectionUsage, logMissingTransactionContext, manageCachedHandles, mapping, node, preTestConfig, properties,
      propertySet, providerType, serverName, sessionPool, xaRecoveryAuthAlias
   Description: Create a new WASTopicConnectionFactory on the specified nodeName, serverName and jmsProviderName using template
   Usage: AdminJMS.createWASTopicConnectionFactoryUsingTemplate(nodeName, serverName, jmsProviderName, wasTopicCFTemplateConfigID, wasTopicCFName, jndiName, port)
   Usage: AdminJMS.createWASTopicConnectionFactoryUsingTemplate(nodeName, serverName, jmsProviderName, wasTopicCFTemplateConfigID, wasTopicCFName, jndiName, port, argList)
   Return: The configuration ID of the created WebSphere topic unsing a template
WASL5216I: Procedure: listJMSProviderTemplates
   Optional argument: templateName
   Description: List all JMSProvider templates or list the specific one if templateName is specified.
   Usage: AdminJMS.listJMSProviderTemplates()
   Usage: AdminJMS.listJMSProviderTemplates(templateName)
   Return: List the configuration IDs for the Java Message Service (JMS) provider template for the specified template name parameter or list of all of the available configuration IDs for the JMS provider template if a template name parameter is not specified in the respective cell
WASL5217I: Procedure: listGenericJMSConnectionFactoryTemplates
   Optional argument: templateName
   Description: List all JMSConnectionFactory templates or list the specific one if templateName is specified.
   Usage: AdminJMS.listGenericJMSConnectionFactoryTemplates()
   Usage: AdminJMS.listGenericJMSConnectionFactoryTemplates(templateName)
   Return: List the configuration IDs for the generic Java Message Service (JMS) connection factory template for the specified template name parameter or list all of the available configuration IDs for the generic Java Message Servicce (JMS) connection factory template if a template name parameter is not specified in the respective cell
WASL5218I: Procedure: listGenericJMSDestinationTemplates
   Optional argument: templateName
   Description: List all GenericJMSDestination templates or list the specific one if templateName is specified.
   Usage: AdminJMS.listGenericJMSDestinationTemplates()
   Usage: AdminJMS.listGenericJMSDestinationTemplates(templateName)
   Return: List the configuration IDs for the generic Java Message Service (JMS) destination template for the specified template name parameter or list all of the available configuration IDs for the generic JMS destination template if a template name parameter is not specified in the respective cell
WASL5219I: Procedure: listWASQueueTemplates
   Optional argument: templateName
   Description: List all WASQueue templates or list the specific one if templateName is specified.
   Usage: AdminJMS.listWASQueueTemplates()
   Usage: AdminJMS.listWASQueueTemplates(templateName)
   Return: List the configuration IDs for the generic WebSphere queue template for the specified template name parameter or list all of the available generic IDs for the WebSphere queue template if a template name parameter is not specified in the respective cell
WASL5220I: Procedure: listWASQueueConnectionFactoryTemplates


   Argument: templateName


   Description: List all WASQueueConnectionFactory templates with the specified templateName


   Usage: AdminJMS.listWASQueueConnectionFactoryTemplates(templateName)


   Return: List the configuration IDs for the WebSphere queue connection factory template for a specified template name parameter or list all of the available configuration IDs for the WebSphere queue connection factory template if a template name parameter is not specified in the respective cell
WASL5221I: Procedure: listWASTopicTemplates
   Optional argument: templateName
   Description: List all WASTopic templates or list the specific one if templateName is specified.
   Usage: AdminJMS.listWASTopicTemplates()
   Usage: AdminJMS.listWASTopicTemplates(templateName)
   Return: List the configuration IDs for the WebSphere topic template for a specified template name parameter or list all of the available configuration IDs for the WebSphere topic template if a template name parameter is not specified in the respective cell
WASL5222I: Procedure: listWASTopicConnectionFactoryTemplates
   Optional argument: templateName
   Description: List all WASTopicConnectionFactory templates or list the specific one if templateName is specified.
   Usage: AdminJMS.listWASTopicConnectionFactoryTemplates()
   Usage: AdminJMS.listWASTopicConnectionFactoryTemplates(templateName)
   Return: List the configuration IDs for the WebSphere topic connection factory for a specified template name parameter or list all of the available configuration IDs for the WebSphere topic connection factory if a template name parameter is not specified in a given cell
WASL5223I: Procedure: listJMSProviders
   Optional argument: jmsProviderName
   Description: List all JMSProvider in a cell or list the specific one if jmsProviderName is specified.
   Usage: AdminJMS.listJMSProviders()
   Usage: AdminJMS.listJMSProviders(jmsProviderName)
   Return: List the configuration IDs for the Java Message Service (JMS) provider for a specified JMS provider name parameter or list all of the available configuration IDs for the JMS provider if a template name paramter is not specified in the respective cell
WASL5224I: Procedure: listGenericJMSConnectionFactories
   Optional argument: jmsCFName
   Description: List all JMSConnectionFactory in a cell or list the specific one if jmsCFName is specified.
   Usage: AdminJMS.listGenericJMSConnectionFactories(jmsCFName)
   Return: List the configuration IDs for the generic Java Message Service (JMS) connection factory for a specified JMSConnection Factory parameter name or list all of the available configuration IDs for the generic JMS connection factory if a JMSConnection Factory parameter name is not specified in the respective cell
WASL5225I: Procedure: listGenericJMSDestinations
   Optional argument: jmsDestName
   Description: List all GenericJMSDestination in a cell or list the specific one if jmsDestName is specified.
   Usage: AdminJMS.listGenericJMSDestinations()
   Usage: AdminJMS.listGenericJMSDestinations(jmsDestName)
   Return: List the configuration IDS for the generic Java Message Service (JMS) destination for a specified JMSDestination name parameter or list all of the available configuration IDs for a generic JMS destination if a Generic JMSDestination name parameter is not specified in the respective cell
WASL5226I: Procedure: listWASQueues
   Optional argument: wasQueueName
   Description: List all WASQueues in a cell or list the specific one if wasQueueName is specified.
   Usage: AdminJMS.listWASQueues()
   Usage: AdminJMS.listWASQueues(wasQueueName)
   Return: List the WebSphere queue configuration IDs for a specified WebSphere Queue name parameter or list all of the available WebSphere queue configuration IDs if a WebSpphere Queue name parameter is not specified in the respective cell
WASL5227I: Procedure: listWASQueueConnectionFactories
   Optional argument: wasQueueCFName
   Description: List all WASQueueConnectionFactory in a cell or list the specific one if wasQueueCFName is specified.
   Usage: AdminJMS.listWASQueueConnectionFactories()
   Usage: AdminJMS.listWASQueueConnectionFactories(wasQueueCFName)
   Return:List the configuration IDs for the WebSphere queue connection factory for a specified Connection Factory parameter name or list all of the available configuration IDs for the WebSphere queue connection factory if a connection factory parameter name is not specified in the respective cell
WASL5228I: Procedure: listWASTopics
   Optional argument: wasTopicName
   Description: List all WASTopic in a cell or list the specific one if wasTopicName is specified.
   Usage: AdminJMS.listWASTopics()
   Usage: AdminJMS.listWASTopics(wasTopicName)
   Return: List the configuration IDs for the WebSphere topic for a specified Topic parameter name, or all available WebSphere Application Server Topic Config IDs if no Topic parameter name is given in the respective cell
WASL5229I: Procedure: listWASTopicConnectionFactories
   Optional argument: wasTopicCFName
   Description: List all WASTopicConnectionFactory in a cell or list the specific one if wasTopicCFName is specified.
   Usage: AdminJMS.listWASTopicConnectionFactories()
   Usage: AdminJMS.listWASTopicConnectionFactories(wasTopicCFName)
   Return: List the configuration IDs for the WebSphere topic connection factory for a specified Topic Connection Factory parameter name or list all of the available configuration IDs for the WebSphere topic connection factory if a Topic Connection Factory parameter name is not specified in the respective cell
WASL5230I: Procedure: listJMSConnectionFactories
   Optional argument: jmsCFName
   Description: List all JMSConnectionFactory in a cell or list the specific one if jmsCFName is specified.
   Usage: AdminJMS.listJMSConnectionFactories()
   Usage: AdminJMS.listJMSConnectionFactories(jmsCFName)
   Return: List the configuration IDs for the Java Database Connectivity (JDBC) provider for a specified JDBCProvider name parameter or list all of the available configuration IDs for the JDBC provider if a JDBCProvider name parameter is not specified in the respective cell
WASL5231I: Procedure: listJMSDestinations
   Optional argument: jmsDestName
   Description: List all JMSDestination in a cell or list the specific one if jmsDestName is specified.
   Usage: AdminJMS.listJMSDestinations()
   Usage: AdminJMS.listJMSDestinations(jmsDestName)
   Return: List the configuration IDs for the Java Message Service (JMS) destination for a specified JMSDestination name parameter or list all of the available configuration IDs for the JMS destination if a JMSDestination name parameter is not specified in the respective cell
WASL5232I: Procedure: startListenerPort
   Arguments: nodeName, serverName
   Description: Start the listener port
   Usage: AdminJMS.startListenerPort(nodeName, serverName)
   Return: Starts the listener port. If the command is successful, a value of 1 is returned
WASL5233I: Procedure: createJMSProviderAtScope
   Arguments: scope, jmsProviderName, extInitContextFactory, extProviderURL
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, propertySet, providerType, supportsASF
   Description: Create a new JMSProvider on the specified scope
   Usage: AdminJMS.createJMSProviderAtScope(scope, jmsProviderName, extInitContextFactory, extProviderURL)
   Usage: AdminJMS.createJMSProviderAtScope(scope, jmsProviderName, extInitContextFactory, extProviderURL, argList)
   Return: The configuration ID of the created Java Message Service (JMS) provider
WASL5234I: Procedure: createJMSProviderUsingTemplateAtScope
   Arguments: scope, jmsProviderTemplateConfigID, jmsProviderName, extInitContextFactory, extProviderURL
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, propertySet, providerType, supportsASF
   Description: Create a new JMSProvider on the specified scope using template
   Usage: AdminJMS.createJMSProviderUsingTemplateAtScope(scope, jmsProviderTemplateConfigID, jmsProviderName, extInitContextProvider, extProviderURL)
   Usage: AdminJMS.createJMSProviderUsingTemplateAtScope(scope, jmsProviderTemplateConfigID, jmsProviderName, extInitContextProvider, extProviderURL, argList)
   Return: The configuration ID of the created Java Message Service (JMS) provider using a template
WASL5235I: Procedure: createGenericJMSConnectionFactoryAtScope
   Arguments: scope, jmsProviderName, jmsCFName, jndiName, extJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, connectionPool, description, diagnoseConnectionUsage,
      logMissingTransactionContext, manageCachedHandles, mapping, preTestConfig, properties, propertySet, providerType,
      sessionPool, type, xaRecoveryAuthAlias
   Description: Create a new GenericJMSConnectionFactory on the specified scope and jmsProviderName
   Usage: AdminJMS.createGenericJMSConnectionFactoryAtScope(scope, jmsProviderName, jmsCFName, jndiName, extJndiName)
   Usage: AdminJMS.createGenericJMSConnectionFactoryAtScope(scope, jmsProviderName, jmsCFName, jndiName, extJndiName, argList)
   Return: The configuration ID of the created Generic Java Message Service (JMS) connection factory
WASL5236I: Procedure: createGenericJMSConnectionFactoryUsingTemplateAtScope
   Arguments: scope, jmsProviderName, jmsCFTemplateConfigID, jmsCFName, jndiName, extJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, connectionPool, description, diagnoseConnectionUsage,
      logMissingTransactionContext, manageCachedHandles, mapping, preTestConfig, properties, propertySet, providerType,
      sessionPool, type, xaRecoveryAuthAlias
   Description: Create a new GenericJMSConnectionFactory on the specified scope and jmsProviderName using template
   Usage: AdminJMS.createGenericJMSConnectionFactoryUsingTemplateAtScope(scope, jmsProviderName, jmsCFTemplateConfigID, jmsCFName, jndiName, extJndiName)
   Usage: AdminJMS.createGenericJMSConnectionFactoryUsingTemplateAtScope(scope, jmsProviderName, jmsCFTemplateConfigID, jmsCFName, jndiName, extJndiName, argList)
   Return: The configuration ID of the created Java Message Service (JMS) connection factory using a template
WASL5237I: Procedure: createGenericJMSDestinationAtScope
   Arguments: scope, jmsProviderName, jmsDestName, jndiName, extJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, propertySet, providerType, type
   Description: Create a new GenericJMSDestination on the specified scope and jmsProviderName
   Usage: AdminJMS.createGenericJMSDestinationAtScope(scope, jmsProviderName, jmsDestName, jndiName, extJndiName)
   Usage: AdminJMS.createGenericJMSDestinationAtScope(scope, jmsProviderName, jmsDestName, jndiName, extJndiName, argList)
   Return: The configuration ID of the created generic Java Message Service (JMS) destination
WASL5238I: Procedure: createGenericJMSDestinationUsingTemplateAtScope
   Arguments: scope, jmsProviderName, jmsDestTemplateConfigID, jmsDestName, jndiName, extJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, propertySet, providerType, type
   Description: Create a new GenericJMSDestination on the specified scope and jmsProviderName using template
   Usage: AdminJMS.createGenericJMSDestinationUsingTemplateAtScope(scope, jmsProviderName, jmsDestTemplateConfigID, jmsDestName, jndiName, extJndiName)
   Usage: AdminJMS.createGenericJMSDestinationUsingTemplateAtScope(scope, jmsProviderName, jmsDestTemplateConfigID, jmsDestName, jndiName, extJndiName, argList)
   Return: The configuration ID of the created Java Message Service (JMS) destination using a template
WASL5239I: Procedure: createWASQueueAtScope
   Arguments: scope, jmsProviderName, wasQueueName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, expiry, node, persistence, priority, propertySet, providerType, specifiedExpiry, specifiedPriority
   Description: Create a new WASQueue on the specified scope and jmsProviderName
   Usage: AdminJMS.createWASQueueAtScope(scope, jmsProviderName, wasQueueName, jndiName)
   Usage: AdminJMS.createWASQueueAtScope(scope, jmsProviderName, wasQueueName, jndiName, argList)
   Return: The configuration ID of the created WebSphere queue
WASL5240I: Procedure: createWASQueueUsingTemplateAtScope
   Arguments: scope, jmsProviderName, wasQueueTemplateConfigID, wasQueueName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, expiry, node, persistence, priority, propertySet, providerType, specifiedExpiry, specifiedPriority
   Description: Create a new WASQueue on the specified scope and jmsProviderName using template
   Usage: AdminJMS.createWASQueueUsingTemplateAtScope(scope, jmsProviderName, wasQueueTemplateConfigID, wasQueueName, jndiName)
   Usage: AdminJMS.createWASQueueUsingTemplateAtScope(scope, jmsProviderName, wasQueueTemplateConfigID, wasQueueName, jndiName, argList)
   Return: The configuration ID of the created WebSphere queue using a template
WASL5241I: Procedure: createWASQueueConnectionFactoryAtScope
   Arguments: scope, jmsProviderName, wasQueueCFName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, connectionPool, description, diagnoseConnectionUsage,
      logMissingTransactionContext, manageCacheHandles, mapping, node, preTestConfig, properties, propertySet, providerType,
      serverName, sessionPool, xaRecoveryAuthAlias
   Description: Create a new WASQueueConnectionFactory on the specified scope and jmsProviderName
   Usage: AdminJMS.createWASQueueConnectionFactoryAtScope(scope, jmsProviderName, wasQueueCFName, jndiName)
   Usage: AdminJMS.createWASQueueConnectionFactoryAtScope(scope, jmsProviderName, wasQueueCFName, jndiName, argList)
   Return: The configuration ID of the created WebSphere queue connection factory
WASL5242I: Procedure: createWASQueueConnectionFactoryUsingTemplateAtScope
   Arguments: scope, jmsProviderName, wasQueueCFTemplateConfigID, wasQueueCFName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, connectionPool, description, diagnoseConnectionUsage,
      logMissingTransactionContext, manageCacheHandles, mapping, node, preTestConfig, properties, propertySet, providerType,
      serverName, sessionPool, xaRecoveryAuthAlias
   Description: Create a new WASQueueConnectionFactory on the specified scope and jmsProviderName using template
   Usage: AdminJMS.createWASQueueConnectionFactoryUsingTemplateAtScope(scope, jmsProviderName, wasQueueCFTemplateConfigID, wasQueueCFName, jndiName)
   Usage: AdminJMS.createWASQueueConnectionFactoryUsingTemplateAtScope(scope, jmsProviderName, wasQueueCFTemplateConfigID, wasQueueCFName, jndiName, argList)
   Return: The configuration ID of the created WebSphere queue connection factory using a template
WASL5243I: Procedure: createWASTopicAtScope
   Arguments: scope, jmsProviderName, wasTopicName, jndiName, topic
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, expiry, persistence, priority, propertySet, providerType, specifiedExpiry, specifiedPriority
   Description: Create a new WASTopic on the specified scope and jmsProviderName
   Usage: AdminJMS.createWASTopicAtScope(scope, jmsProviderName, wasTopicName, jndiName, topic)
   Usage: AdminJMS.createWASTopicAtScope(scope, jmsProviderName, wasTopicName, jndiName, topic, argList)
   Return: The configuration ID of the created WebSphere topic
WASL5244I: Procedure: createWASTopicUsingTemplateAtScope
   Arguments: scope, jmsProviderName, wasTopicTemplateConfigID, wasTopicName, jndiName, topic
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, expiry, persistence, priority, propertySet, providerType, specifiedExpiry, specifiedPriority
   Description: Create a new WASTopic on the specified scope and jmsProviderName using template
   Usage: AdminJMS.createWASTopicUsingTemplateAtScope(scope, jmsProviderName, wasTopicTemplateConfigID, wasTopicName, jndiName, topic)
   Usage: AdminJMS.createWASTopicUsingTemplateAtScope(scope, jmsProviderName, wasTopicTemplateConfigID, wasTopicName, jndiName, topic, argList)
   Return: The configuration ID of the created WebSphere topic using a template
WASL5245I: Procedure: createWASTopicConnectionFactoryAtScope
   Arguments: scope, jmsProviderName, wasTopicCFName, jndiName, port
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, clientID, cloneSupport, connectionPool, description,
      diagnoseConnectionUsage, logMissingTransactionContext, manageCachedHandles, mapping, node, preTestConfig, properties,
      propertySet, providerType, serverName, sessionPool, xaRecoveryAuthAlias
   Description: Create a new WASTopicConnectionFactory on the specified scope and jmsProviderName
   Usage: AdminJMS.createWASTopicConnectionFactoryAtScope(scope, jmsProviderName, wasTopicCFName, jndiName, port)
   Usage: AdminJMS.createWASTopicConnectionFactoryAtScope(scope, jmsProviderName, wasTopicCFName, jndiName, port, argList)
   Return: The configuration ID of the created WebSphere topic connection factory
WASL5246I: Procedure: createWASTopicConnectionFactoryUsingTemplateAtScope
   Arguments: scope, jmsProviderName, wasTopicCFTemplateConfigID, wasTopicCFName, jndiName, port
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      XAEnabled, authDataAlias, authMechanismPreference, category, clientID, cloneSupport, connectionPool, description,
      diagnoseConnectionUsage, logMissingTransactionContext, manageCachedHandles, mapping, node, preTestConfig, properties,
      propertySet, providerType, serverName, sessionPool, xaRecoveryAuthAlias
   Description: Create a new WASTopicConnectionFactory on the specified scope and jmsProviderName using template
   Usage: AdminJMS.createWASTopicConnectionFactoryUsingTemplateAtScope(scope, jmsProviderName, wasTopicCFTemplateConfigID, wasTopicCFName, jndiName, port)
   Usage: AdminJMS.createWASTopicConnectionFactoryUsingTemplateAtScope(scope, jmsProviderName, wasTopicCFTemplateConfigID, wasTopicCFName, jndiName, port, argList)
   Return: The configuration ID of the created WebSphere topic using a template
WASL5247I: Procedure: createSIBJMSConnectionFactory
   Arguments: scope, name, jndiName, busName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      authDataAlias,containerAuthAlias, mappingAlias, xaRecoveryAuthAlias, category, description,
      logMissingTransactionContext, manageCachedHandles,clientID, userName,
      password,nonPersistentMapping, persistentMapping, durableSubscriptionHome,
      readAhead, target, targetType, targetSignificance, targetTransportChain,
      providerEndPoints, connectionProximity, tempQueueNamePrefix,
      tempTopicNamePrefix, shareDataSourceWithCMP, shareDurableSubscriptions,
      consumerDoesNotModifyPayloadAfterGet, producerDoesNotModifyPayloadAfterSet
   Description: Create a SIB JMS Connection Factory on the specified scope
   Usage: AdminJMS.createSIBJMSConnectionFactory(scope, name, jndiName)
   Usage: AdminJMS.createSIBJMSConnectionFactory(scope, name, jndiName, argList )
   Return: The Configuration ID of the new SIB JMS Connection Factory
WASL5248I: Procedure: createWMQConnectionFactory
   Arguments: scope, name, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      maxBatchSize, brokerCCSubQueue, brokerCtrlQueue, brokerQmgr, brokerSubQueue, brokerVersion, brokerPubQueue,
      ccdtQmgrName, ccdtUrl, ccsid, cleanupInterval, cleanupLevel, clientId, clonedSubs,
      componentAuthAlias, compressHeaders, compressPayload, containerAuthAlias, description,
      failIfQuiescing, localAddress, mappingAlias, modelQueue, msgRetention, msgSelection,
      pollingInterval, providerVersion, pubAckInterval, qmgrHostname, qmgrName, qmgrPortNumber,
      qmgrSvrconnChannel, rcvExitInitData, rcvExit, replyWithRFH2, rescanInterval, secExitInitData,
      secExit, sendExitInitData, sendExit, sparseSubs, sslConfiguration, sslCrl, sslPeerName, sslResetCount,
      sslType, stateRefreshInt, subStore, support2PCProtocol, tempQueuePrefix, tempTopicPrefix,
      wildcardFormat, wmqTransportType, xaRecoveryAuthAlias
   Description: Create a WMQ Connection Factory on the specified scope
   Usage: AdminJMS.createWMQConnectionFactory(scope, name, jndiName)
   Usage: AdminJMS.createWMQConnectionFactory(scope, name, jndiName, argList)
   Return: The Configuration ID of the new WMQ Connection Factory
WASL5249I: Procedure: createSIBJMSQueueConnectionFactory
   Arguments: scope, name, jndiName, busName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      authDataAlias, containerAuthAlias, mappingAlias, xaRecoveryAuthAlias, category,
      description, logMissingTransactionContext, manageCachedHandles, clientID, userName,
      password, nonPersistentMapping, persistentMapping, durableSubscriptionHome,
      readAhead, target, targetType, targetSignificance, targetTransportChain,
      providerEndPoints, connectionProximity, tempQueueNamePrefix, tempTopicNamePrefix,
      shareDataSourceWithCMP, shareDurableSubscriptions, consumerDoesNotModifyPayloadAfterGet,
      producerDoesNotModifyPayloadAfterSet
   Description: Create a SIB JMS Queue Connection Factory on the specified scope
   Usage: AdminJMS.createSIBJMSQueueConnectionFactory(scope, name, jndiName, busName)
   Usage: AdminJMS.createSIBJMSQueueConnectionFactory(scope, name, jndiName, busName, argList)
   Return: The Configuration ID of the new SIB JMS Queue Connection Factory
WASL5250I: Procedure: createWMQQueueConnectionFactory
   Arguments: scope, name, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      maxBatchSize, brokerCCSubQueue, brokerCtrlQueue, brokerQmgr, brokerSubQueue, brokerVersion,
      brokerPubQueue, ccdtQmgrName, ccdtUrl, ccsid, cleanupInterval, cleanupLevel, clientId,
      clonedSubs, componentAuthAlias, compressHeaders, compressPayload, containerAuthAlias,
      description, failIfQuiescing, localAddress, mappingAlias, modelQueue, msgRetention,
      msgSelection, pollingInterval, providerVersion, pubAckInterval, qmgrHostname, qmgrName,
      qmgrPortNumber, qmgrSvrconnChannel, rcvExitInitData, rcvExit, replyWithRFH2,
      rescanInterval, secExitInitData, secExit, sendExitInitData, sendExit, sparseSubs,
      sslConfiguration, sslCrl, sslPeerName, sslResetCount, sslType, stateRefreshInt, subStore,
      support2PCProtocol, tempQueuePrefix, tempTopicPrefix, wildcardFormat, wmqTransportType,
      xaRecoveryAuthAlias
   Description: Create a WMQ Queue Connection Factory on the specified scope
   Usage: AdminJMS.createWMQQueueConnectionFactory(scope, name, jndiName)
   Usage: AdminJMS.createWMQQueueConnectionFactory(scope, name, jndiName, argList)
   Return: The Configuration ID of the new WMQ Queue Connection Factory
WASL5251I: Procedure: createSIBJMSTopicConnectionFactory
   Arguments: scope, name, jndiName , busName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      authDataAlias, containerAuthAlias, mappingAlias, xaRecoveryAuthAlias, category,
      description, logMissingTransactionContext, manageCachedHandles, clientID, userName,
      password, nonPersistentMapping, persistentMapping, durableSubscriptionHome, readAhead,
      target, targetType, targetSignificance, targetTransportChain, providerEndPoints,
      connectionProximity, tempQueueNamePrefix, tempTopicNamePrefix, shareDataSourceWithCMP,
      shareDurableSubscriptions, consumerDoesNotModifyPayloadAfterGet,
      producerDoesNotModifyPayloadAfterSet
   Description: Create a SIB JMS Topic Connection Factory on the specified scope
   Usage: AdminJMS.createSIBJMSTopicConnectionFactory(scope, name, jndiName, busName)
   Usage: AdminJMS.createSIBJMSTopicConnectionFactory(scope, name, jndiName, busName, argList)
   Return: The Configuration ID of the new SIB JMS Topic Connection Factory
WASL5252I: Procedure: createWMQTopicConnectionFactory
   Arguments: scope, name ,jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      maxBatchSize, brokerCCSubQueue, brokerCtrlQueue, brokerQmgr, brokerSubQueue, brokerVersion,
      brokerPubQueue, ccdtQmgrName, ccdtUrl, ccsid, cleanupInterval, cleanupLevel, clientId,
      clonedSubs, componentAuthAlias, compressHeaders, compressPayload, containerAuthAlias,
      description, failIfQuiescing, localAddress, mappingAlias, modelQueue, msgRetention,
      msgSelection, pollingInterval, providerVersion, pubAckInterval, qmgrHostname, qmgrName,
      qmgrPortNumber, qmgrSvrconnChannel, rcvExitInitData, rcvExit, replyWithRFH2,
      rescanInterval, secExitInitData, secExit, sendExitInitData, sendExit, sparseSubs,
      sslConfiguration, sslCrl, sslPeerName, sslResetCount, sslType, stateRefreshInt,
      subStore, support2PCProtocol, tempQueuePrefix, tempTopicPrefix, wildcardFormat,
      wmqTransportType, xaRecoveryAuthAlias
   Description: Create a WMQ Topic Connection Factory on the specified scope
   Usage: AdminJMS.createWMQTopicConnectionFactory(scope, name, jndiName )
   Usage: AdminJMS.createWMQTopicConnectionFactory(scope, name, jndiName, argList)
   Return: The Configuration ID of the new WMQ Topic Connection Factory
WASL5253I: Procedure: createSIBJMSQueue
   Arguments: scope, name, jndiName , queueName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description, deliveryMode, timeToLive, priority, readAhead, busName, scopeToLocalQP,
      producerBind, producerPreferLocal, gatherMessages
   Description: Create a SIB JMS Queue on the specified scope
   Usage: AdminJMS.createSIBJMSQueue(scope, name, jndiName, queueName)
   Usage: AdminJMS.createSIBJMSQueue(scope, name, jndiName, queueName, argList )
   Return: The Configuration ID of the new SIB JMS Queue
WASL5254I: Procedure: createWMQQueue
   Arguments: scope, name, jndiName , queueName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      ccsid, decimalEncoding, description, expiry, floatingPointEncoding, integerEncoding,
      persistence, priority, qmgr, readAheadClose, readAhead, sendAsync, useRFH2, useNativeEncoding
   Description: Create a WMQ Queue on the specified scope
   Usage: AdminJMS.createWMQQueue(scope, name, jndiName, queueName)
   Usage: AdminJMS.createWMQQueue(scope, name, jndiName, queueName, argList)
   Return: The Configuration ID of the new WMQ Queue
WASL5255I: Procedure: createSIBJMSTopic
   Arguments: scope, name, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description, topicSpace, topicName, deliveryMode, timeToLive, priority,
      readAhead, busName
   Description: Create a SIB JMS Topic on the specified scope
   Usage: AdminJMS.createSIBJMSTopic(scope, name, jndiName)
   Usage: AdminJMS.createSIBJMSTopic(scope, name, jndiName, argList)
   Return: The Configuration ID of the new SIB JMS Topic
WASL5256I: Procedure: createWMQTopic
   Arguments: scope, name, jndiName , topicName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      brokerCCDurSubQueue, brokerDurSubQueue, brokerPubQmgr, brokerPubQueue, brokerVersion,
      ccsid, decimalEncoding, description, expiry, floatingPointEncoding, integerEncoding,
      persistence, priority, readAheadClose, readAhead, sendAsync, useRFH2, useNativeEncoding,
      wildcardFormat
   Description: Create a WMQ Topic on the specified scope
   Usage: AdminJMS.createWMQTopic(scope, name, jndiName, topicName)
   Usage: AdminJMS.createWMQTopic(scope, name, jndiName, topicName, argList)
   Return: The Configuration ID of the new WMQ Topic
WASL5257I: Procedure: createSIBJMSActivationSpec
   Arguments: scope, name, jndiName , destinationJndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description, acknowledgeMode, authenticationAlias, busName, clientId, destinationType,
      durableSubscriptionHome, maxBatchSize, maxConcurrency, messageSelector, password,
      subscriptionDurability, subscriptionName, shareDurableSubscriptions, userName, readAhead,
      target, targetType, targetSignificance, targetTransportChain, providerEndPoints,
      shareDataSourceWithCMP, consumerDoesNotModifyPayloadAfterGet,
      forwarderDoesNotModifyPayloadAfterSet, alwaysActivateAllMDBs, retryInterval,
      autoStopSequentialMessageFailure, failingMessageDelay
   Description: Create a SIB JMS ActivationSpec on the specified scope
   Usage: AdminJMS.createSIBJMSActivationSpec(scope, name, jndiName, destinationJndiName )
   Usage: AdminJMS.createSIBJMSActivationSpec(scope, name, jndiName, destinationJndiName, argList)
   Return: The Configuration ID of the new SIB JMS ActivationSpec
WASL5258I: Procedure: createWMQActivationSpec
   Arguments: scope, name, jndiName, destinationJndiName, destinationType
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      authAlias, brokerCCDurSubQueue, brokerCCSubQueue, brokerCtrlQueue, brokerQmgr,
      brokerSubQueue, brokerVersion, ccdtQmgrName, ccdtUrl, ccsid, cleanupInterval,
      cleanupLevel, clientId, clonedSubs, compressHeaders, compressPayload, description,
      failIfQuiescing, failureDeliveryCount, maxPoolSize, messageSelector, msgRetention,
      msgSelection, poolTimeout, providerVersion, qmgrHostname, qmgrName, qmgrPortNumber,
      qmgrSvrconnChannel, rcvExitInitData, rcvExit, rescanInterval, secExitInitData, secExit,
      sendExitInitData, sendExit, sparseSubs, sslConfiguration, sslCrl, sslPeerName,
      sslResetCount, sslType, startTimeout, stateRefreshInt, stopEndpointIfDeliveryFails,
      subscriptionDurability, subscriptionName, subStore, wildcardFormat, wmqTransportType,
      localAddress
   Description: Create a WMQ ActivationSpec on the specified scope
   Usage: AdminJMS.createWMQActivationSpec(scope, name, jndiName, destinationJndiName, destinationType)
   Usage: AdminJMS.createWMQActivationSpec(scope, name, jndiName, destinationJndiName, destinationType, argList )
   Return: The Configuration ID of the new WMQ ActivationSpec
WASL5301I: Procedure: createMailProvider
   Arguments: nodeName, serverName, mailProviderName
   Description: Create a mail provider
   Usage: AdminResources.createMailProvider( nodeName, serverName, mailProviderName)
   Return: The configuration ID of the created Mail Provider
WASL5302I: Procedure: createProtocolProvider
   Arguments: nodeName, serverName, mailProviderName, protocolProviderName, className, type
   Description: Create a protocol provider for the mail provider
   Usage: AdminResources.createProtocolProvider( nodeName, serverName, mailProviderName, protocolProviderName, className, type)
   Return: The configuration ID of the created Protocol Provider
WASL5303I: Procedure: createMailSession
   Arguments: nodeName, serverName, mailProviderName, mailSessionName, jndiName
   Description: Create a mail session for the mail provider
   Usage: AdminResources.createMailSession( nodeName, serverName, mailProviderName, mailSessionName, jndiName)
   Return: The configuration ID of the created Mail Session
WASL5304I: Procedure: createCompleteMailProvider
   Arguments: nodeName, serverName, mailProviderName, propertyName, propertyValue, protocolProviderName, className, mailSessionName, jndiName, mailStoreServer, mailStoreUser, mailStorePassword
   Description: Configure a mail provider with protocol provider, mail session and custom property
   Usage: AdminResources.configMailProvider( nodeName, serverName, mailProviderName, propertyName, propertyValue, protocolProviderName, className, mailSessionName, jndiName, mailStoreServer, mailStoreUser, mailStorePassword)
   Return: The configuration ID of the created Mail Provider
WASL5305I: Procedure: createResourceEnvProvider
   Arguments: nodeName, serverName, resEnvProviderName
   Description: Create a resource environment provider
   Usage: AdminResources.createResourceEnvProvider( nodeName, serverName, resEnvProviderName)
   Return: The configuration ID of the created Resource Environment Provider
WASL5306I: Procedure: createResourceEnvProviderRef
   Arguments: nodeName, serverName, resEnvProviderName, resEnvFactoryClass, resEnvClassName
   Description: Create a resource environment provider referenceable
   Usage: AdminResources.createResourceEnvProviderRef( nodeName, serverName, resEnvProviderName, resEnvFactoryClass, resEnvClassName)
   Return: The configuration ID of the created Resource Environment Provider Reference
WASL5307I: Procedure: createResourceEnvEntries
   Arguments: nodeName, serverName, resEnvProviderName, resEnvRef, resEnvEntryName, jndiName
   Description: Create resource environment entries
   Usage: AdminResources.createResourceEnvEntries( nodeName, serverName, resEnvProviderName, resEnvRef, resEnvEntryName, jndiName)
   Return: The configuration ID of the created Resource Environment Entry
WASL5308I: Procedure: createCompleteResourceEnvProvider
   Arguments: nodeName, serverName, resEnvProviderName, propertyName, propertyValue, resEnvFactoryClass, resEnvClassName, resEnvEntryName, jndiName
   Description: Configure a resource environment provider with resource environment referenceable, resource environment entry and custom property
   Usage: AdminResources.configResourceEnvProvider( nodeName, serverName, resEnvProviderName, propertyName, propertyValue, resEnvFactoryClass, resEnvClassName, resEnvEntryName, jndiName)
   Return: The configuration ID of the created Resource Environment Provider
WASL5309I: Procedure: createURLProvider
   Arguments: nodeName, serverName, urlProviderName, streamHandlerClass, protocol
   Description: Create a URL provider
   Usage: AdminResources.createURLProvider( nodeName, serverName, urlProviderName, streamHandlerClass, protocol)
   Return: The configuration ID of the created URL Provider
WASL5310I: Procedure: createURL
   Arguments: nodeName, serverName, urlProviderName, urlName, jndiName, urlSpec
   Description: Create a URL
   Usage: AdminResources.createURL( nodeName, serverName, urlProviderName, urlName, jndiName, urlSpec)
   Return: The configuration ID of the created URL
WASL5311I: Procedure: createCompleteURLProvider
   Arguments: nodeName, serverName, urlProviderName, streamHandlerClass, protocol, propertyName, propertyValue, urlName, jndiName, urlSpec
   Description: Create a URL provider with URL and custom property
   Usage: AdminResources.configURLProvider( nodeName, serverName, urlProviderName, streamHandlerClass, protocol, propertyName, propertyValue, urlName, jndiName, urlSpec)
   Return: The configuration ID of the created URL Provider
WASL5312I: Procedure: createScheduler
   Arguments: nodeName, serverName, schedName, schedJNDI, schedCategory, schedDSJNDI, schedTablePrefix, schedPollInterval, wmName
   Description: Create a scheduler
   Usage: AdminResources.createScheduler( nodeName, serverName, schedName, schedJNDI, schedCategory, schedDSJNDI, schedTablePrefix, schedPollInterval, wmName)


   Return: The configuration ID of the created Scheduler
WASL5313I: Procedure: createJAASAuthenticationAlias
   Arguments: authAlias, uid, password
   Description: Create a JAAS authentication alias
   Usage: AdminResources.createJAASAuthenticationAlias( authAlias, uid, password)
   Return: The configuration ID of the created Java Authentication and Authorization Service (JAAS) Authentication Alias
WASL5314I: Procedure: createWorkManager
   Arguments: nodeName, serverName, wmName, wmDesc, wmJNDI, wmCategory, wmNumAlarmThreads, wmMinThreads, wmMaxThreads, wmThreadPriority, wmIsGrowable, wmServiceNames
   Description: Create a work manager
   Usage: AdminResources.createWorkManager( nodeName, serverName, wmName, wmDesc, wmJNDI, wmCategory, wmNumAlarmThreads, wmMinThreads, wmMaxThreads, wmThreadPriority, wmIsGrowable, wmServiceNames)
   Return: The configuration ID of the created Work Manager
WASL5315I: Procedure: createSharedLibrary
   Arguments: nodeName, serverName, libName, classpath
   Description: Create a shared library
   Usage: AdminResources.createSharedLibrary(nodeName, serverName, libName, classpath)
   Return: The configuration ID of the created Shared Library
WASL5316I: Procedure: createLibraryRef
   Arguments: libName, appName
   Description: Create a library reference
   Usage: AdminResources.createLibraryRef(libName, appName)
   Return: The configuration ID of the created LibraryRef
WASL5317I: Procedure: help
   Arguments: procedure
   Description: Provide AdminResources script library online help
   Usage: AdminResources.help(procedure)
   Return: Receive help information for the specified AdminResources library function or provide help information on all of the AdminResources script library function if parameters are not passed
WASL5318I: Procedure: createMailProviderAtScope
   Arguments: scope, mailProviderName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, nativepath, providerType, isolatedClassLoader
   Description: Create a mail provider on the specified scope
   Usage: AdminResources.createMailProviderAtScope(scope, mailProviderName)
   Usage: AdminResources.createMailProviderAtScope(scope, mailProviderName, argList)
   Return: The Configuration ID of the created Mail Provider
WASL5319I: Procedure: createProtocolProviderAtScope
   Arguments: scope, mailProviderName, protocolProviderName, className, type
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath
   Description: Create a protocol provider on the specified scope and mailProviderName
   Usage: AdminResources.createProtocolProviderAtScope(scope, mailProviderName, protocolProviderName, className, type)
   Usage: AdminResources.createProtocolProviderAtScope(scope, mailProviderName, protocolProviderName, className, type, argList)
   Return: The Configuration ID of the created Protocol Provider
WASL5320I: Procedure: createMailSessionAtScope
   Arguments: scope, mailProviderName, mailSessionName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, debug, description, mailFrom, mailStoreUser, mailStorePassword, mailStoreHost, mailStorePort, mailStoreProtocol,
      mailTransportUser, mailTransportPassword, mailTransportHost, mailTransportPort, mailTransportProtocol, providerType, strict
   Description: Create a mail session on the specified scope and mailProviderName
   Usage: AdminResources.createMailSessionAtScope(scope, mailProviderName, mailSessionName, jndiName)
   Usage: AdminResources.createMailSessionAtScope(scope, mailProviderName, mailSessionName, jndiName, argList)
   Return: The Configuration ID of the created Mail Session
WASL5321I: Procedure: createCompleteMailProviderAtScope
   Arguments: scope, mailProviderName, propertyName, propertyValue, protocolProviderName, className, type, mailSessionName, jndiName
   Optional Arguments: mailProviderArgList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, nativepath, providerType, isolatedClassLoader
   Optional Arguments: mailSessionArgList, such as [[attr1, value1], [attr2, value2], ...]
      category, debug, description, mailFrom, mailStoreUser, mailStorePassword, mailStoreHost, mailStorePort, mailTransportUser, mailTransportPassword, mailTransportHost, mailTransportPort, providerType, strict
   Description: Create a mail provider with protocol provider, mail session and custom property on the specified scope
   Usage: AdminResources.createCompleteMailProviderAtScope(scope, mailProviderName, propertyName, propertyValue, protocolProviderName, className, type, mailSessionName, jndiName)
   Usage: AdminResources.createCompleteMailProviderAtScope(scope, mailProviderName, propertyName, propertyValue, protocolProviderName, className, type, mailSessionName, jndiName, mailProviderArgList, mailSessionArgList)
   Return: The configuration ID of the created Mail Provider
WASL5322I: Procedure: createResourceEnvProviderAtScope
   Arguments: scope, resEnvProviderName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, nativepath, providerType, isolatedClassLoader
   Description: Create a resource environment provider on the specified scope
   Usage: AdminResources.createResourceEnvProviderAtScope(scope, resEnvProviderName)
   Usage: AdminResources.createResourceEnvProviderAtScope(scope, resEnvProviderName, argList)
   Return: The configuration ID of the created Resource Environment Provider
WASL5323I: Procedure: createResourceEnvProviderRefAtScope
   Arguments: scope, resEnvProviderName, resEnvFactoryClass, resEnvClassName
   Description: Create a resource environment provider referenceable on the specified scope and resEnvProviderName
   Usage: AdminResources.createResourceEnvProviderRefAtScope(scope, resEnvProviderName, resEnvFactoryClass, resEnvClassName)
   Return: The configuration ID of the created Resource Environment Provider Reference
WASL5324I: Procedure: createResourceEnvEntriesAtScope
   Arguments: scope, resEnvProviderName, resEnvEntryName, jndiName
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, providerType, referenceable
   Description: Create a resource environment entry on the specified scope and resEnvProviderName
   Usage: AdminResources.createResourceEnvEntriesAtScope(scope, resEnvProviderName, resEnvRef, resEnvEntryName, jndiName)
   Usage: AdminResources.createResourceEnvEntriesAtScope(scope, resEnvProviderName, resEnvRef, resEnvEntryName, jndiName, argList)
   Return: The configuration ID of the created Resource Environment Entry
WASL5325I: Procedure: createCompleteResourceEnvProviderAtScope
   Arguments: scope, resEnvProviderName, propertyName, propertyValue, resEnvFactoryClass, resEnvClassName, resEnvEntryName, jndiName
   Optional Arguments: resEnvProviderArgList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, nativepath, providerType, isolatedClassLoader
   Optional Arguments: resEnvEntryArgList, such as [[attr1, value1], [attr2, value2], ...]
      category, description, providerType
   Description: Create a resource environment provider with resource environment referenceable, resource environment entry and custom property on the specified scope
   Usage: AdminResources.createCompleteResourceEnvProviderAtScope(scope, resEnvProviderName, propertyName, propertyValue, resEnvFactoryClass, resEnvClassName, resEnvEntryName, jndiName)
   Usage: AdminResources.createCompleteResourceEnvProviderAtScope(scope, resEnvProviderName, propertyName, propertyValue, resEnvFactoryClass, resEnvClassName, resEnvEntryName, jndiName, resEnvProviderArgList, resEnvEntryArgList)
   Return: The configuration ID of the created Resource Environment Provider
WASL5326I: Procedure: createURLProviderAtScope
   Arguments: scope, urlProviderName, streamHandlerClass, protocol
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, providerType
   Description: Create a URL provider on the specified scope
   Usage: AdminResources.createURLProviderAtScope(scope, urlProviderName, streamHandlerClass, protocol)
   Usage: AdminResources.createURLProviderAtScope(scope, urlProviderName, streamHandlerClass, protocol, argList)
   Return: The configuration ID of the created URL Provider
WASL5327I: Procedure: createURLAtScope
   Arguments: scope, urlProviderName, urlName, jndiName, urlSpec
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description, category, providerType
   Description: Create a URL on the specified scope and urlProviderName
   Usage: AdminResources.createURLAtScope(scope, urlProviderName, urlName, jndiName, urlSpec)
   Usage: AdminResources.createURLAtScope(scope, urlProviderName, urlName, jndiName, urlSpec, argList)
   Return: The configuration ID of the created URL
WASL5328I: Procedure: createCompleteURLProviderAtScope
   Arguments: scope, urlProviderName, streamHandlerClass, protocol, propertyName, propertyValue, urlName, jndiName, urlSpec
   Optional Arguments: urlProviderArgList, such as [[attr1, value1], [attr2, value2], ...]
      classpath, description, isolatedClassLoader, nativepath, providerType
   Optional Arguments: urlArgList, such as [[attr1, value1], [attr2, value2], ...]
      description, category, providerType
   Description: Create a URL provider with URL and custom property on the specified scope
   Usage: AdminResources.createCompleteURLProviderAtScope(scope, urlProviderName, streamHandlerClass, protocol, propertyName, propertyValue, urlName, jndiName, urlSpec)
   Usage: AdminResources.createCompleteURLProviderAtScope(scope, urlProviderName, streamHandlerClass, protocol, propertyName, propertyValue, urlName, jndiName, urlSpec, urlProviderArgList, urlArgList)
   Return: The configuration ID of the created URL Provider
WASL5329I: Procedure: createSchedulerAtScope
   Arguments: scope, schedName, schedJNDI, schedDSJNDI, schedTablePrefix, schedPollInterval, wmName, schedProviderID
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      category, datasourceAlias, description, loginConfigName, providerType, securityRole, useAdminRoles, referenceable
   Description: Create a scheduler on the specified scope
   Usage: AdminResources.createSchedulerAtScope(scope, schedName, schedJNDI, schedDSJNDI, schedTablePrefix, schedPollInterval, wmName, schedProviderID)
   Usage: AdminResources.createSchedulerAtScope(scope, schedName, schedJNDI, schedDSJNDI, schedTablePrefix, schedPollInterval, wmName, schedProviderID, argList)
   Return: The configuration ID of the created Scheduler
WASL5330I: Procedure: createWorkManagerAtScope
   Arguments: scope, wmName, wmJNDI, wmNumAlarmThreads, wmMinThreads, wmMaxThreads, wmThreadPriority, wmProviderID
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description, category, daemonTranClass, defTranClass, isDistributable, isGrowable, providerType, serviceNames, workReqQFullAction, workReqQSize, workTimeout, referenceable
   Description: Create a work manager on the specified scope
   Usage: AdminResources.createWorkManagerAtScope(scope, wmName, wmJNDI, wmNumAlarmThreads, wmMinThreads, wmMaxThreads, wmThreadPriority, wmProviderID)
   Usage: AdminResources.createWorkManagerAtScope(scope, wmName, wmJNDI, wmNumAlarmThreads, wmMinThreads, wmMaxThreads, wmThreadPriority, wmProviderID, argList)
   Return: The configuration ID of the created Work Manager
WASL5331I: Procedure: createSharedLibraryAtScope
   Arguments: scope, libName, classpath
   Optional Arguments: argList, such as [[attr1, value1], [attr2, value2], ...]
      description, isolatedClassLoader, nativepath
   Description: Create a shared library on the specified scope
   Usage: AdminResources.createSharedLibraryAtScope(scope, libName, classpath)
   Usage: AdminResources.createSharedLibraryAtScope(scope, libName, classpath, argList)
   Return: The configuration ID of the created shared library
WASL6001I: Procedure: save
   Arguments: None
   Description: Save the configuration change
   Usage: AdminUtilities.save()
   Return: None
WASL6002I: Procedure: sleepDelay
   Arguments: secs
   Description: Set sleep delay
   Usage: AdminUtilities.sleepDelay(secs)
   Return: None
WASL6003I: Procedure: getExceptionText
   Arguments: type, value, tb
   Description: Get exception text
   Usage: AdminUtilities.getExceptionText(typ, value, tb)
   Return: Exception message with exception type, exception value or traceback information
WASL6004I: Procedure: infoNotice
   Arguments: msg
   Description: Set information notice
   Usage: AdminUtilities.infoNotice(msg)
   Return: Informational message
WASL6005I: Procedure: warningNotice
   Arguments: msg
   Description: Set the warning notice
   Usage: AdminUtilities.warningNotice(msg)
   Return: Warning message
WASL6006I: Procedure: debugNotice
   Arguments: msg
   Description: Set debug notice message
   Usage: AdminUtilities.debugNotice(msg)
   Return: Debugging message
WASL6007I: Procedure: fail
   Arguments: msg
   Description: Set failure message
   Usage: AdminUtilities.fail(msg)
   Return: Failure message
WASL6008I: Procedure: setDebugNotices
   Arguments: debug
   Description: Set debug notices
   Usage: AdminUtilities.setDebugNotices(debug)
   Return: True if debug notice is set
WASL6009I: Procedure: setFailOnErrorDefault
   Arguments: failonerror
   Description: Set failonerror as default
   Usage: AdminUtilities.setFailOnErrorDefault(failonerror)
   Return: True if FAIL_ON_ERROR is set
WASL6010I: Procedure: convertToList
   Arguments: inlist
   Description: Convert string to list
   Usage: AdminUtilities.convertToList(inlist)
   Return: Converted list
WASL6011I: Procedure: getResourceBundle
   Arguments: bundleName
   Description: Get resource bundle
   Usage: AdminUtilities.getResourceBundle(bundleName)
   Return: Instance of the resource bundle.
WASL6012I: Procedure: getScriptLibraryList
   Arguments: None
   Description: get script library names of list
   Usage: AdminUtilities.getScriptLibraryList()
   Return: List of the script library names.
WASL6013I: Procedure: getScriptLibraryPath
   Arguments: None
   Description: Get the script library path
   Usage: AdminUtilities.getScriptLibraryPath()
   Return: List of the script library paths.
WASL6014I: Procedure: getScriptLibraryFiles
   Arguments: None
   Description: Get the script library files
   Usage: AdminUtilities.getScriptLibraryFiles()
   Return: List of the full path of script library files.
WASL6015I: Procedure: fileSearch
   Arguments: directory, paths
   Description: Recursive search file through directory
   Usage: AdminUtilities.fileSearch( directory, paths)
   Return: List of files in the given directory and paths
WASL6016I: Procedure: help
   Arguments: procedure
   Description: Provide the online help
   Usage: AdminUtilities.help(procedure)
   Return: Receive help information for the specified AdminUtilities library function or provide help information on all of the AdminUtilities script library function if parameters are not passed
WASL6017I: Procedure: configureAutoSave
   Arguments: autosave
   Description: Configure the configuration automation save
   Usage: AdminUtilities.configureAutoSave(autosave)
   Return: None
WASL6040E: The {0}:{1} specified argument does not exist.
WASL6041E: The following argument value is not valid: {0}:{1}.
WASL6042E: The {0} object was not found in the configuration.
WASL6043E: The {0}:{1} MBean is running.
WASL6044E: The {0}:{1} MBean is not running.
WASL6045E: Multiple {0} objects exist in your configuration.
WASL6046E: The system can not create the {0} object because it already exists in your configuration.
WASL6047E: The {0} type of object does not exist.
WASL6048E: The {0} application is not deployed on the {1} target.
WASL6049E: The script syntax error. Either the syntax specified for the optional attributes is incorrect or the optional attribute is invalid: {0}.