WAS v8.5 > Reference > Commands (wsadmin scripting)

WSNotifierCommands command group for AdminTask

We can use the Jython or Jacl scripting languages to configure deployed applications with wsadmin. The commands and parameters in the WSNotifierCommands group can be used to create and manage notifications settings. WS-Notification enables web services to use the "publish and subscribe" messaging pattern, creating a one-to-many message distribution pattern.

The WSNotifierCommands command group for AdminTask includes the following commands:


deleteWSNotifier

The deleteWSNotifier command deletes the settings of a notification configuration.

Parameters and return values

-name

The name that uniquely identifies the notification configuration. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:


getWSNotifier

The getWSNotifier command displays the settings of a particular notification configuration.

Parameters and return values

-name

The name that uniquely identifies the notification configuration. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:


listWSNotifier

The listWSNotifier command lists the notifier from the configuration.

Parameters and return values

-displayObjectNames

If you set Set true to, this command returns all notification configuration objects within the scope. If you set the value of this parameter to false, this command returns a list of strings containing the key set group name and the management scope. (Boolean, optional)

Examples

Batch mode example usage:

Interactive mode example usage:


modifyWSNotifier

The modifyWSNotifier command changes the settings of an existing notification configuration.

Parameters and return values

-name

The name that uniquely identifies the notification configuration. (String, required)

-logToSystemOut

Set Set true to if you want the certificate expiration information to log to system out. If not, set the value of this parameter to false. (Boolean, optional)

-sendEmail

Set Set true to to email the certificate expiration information. If not, set the value of this parameter to false. (Boolean, optional)

-emailList

The list of email addresses where to send certificate expiration information. Separate the values in the list with colons (:). (String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:


Related


Use the wsadmin scripting AdminTask object for scripted administration


Reference:

Commands for AdminTask using wsadmin.sh


+

Search Tips   |   Advanced Search