Name

action

Null Action — Action that does absolutely nothing

<action/>

Name:action
Required by Parent Tag:No
Multiple Tag Instances supported:Yes

Table 5. Attributes for action tag (for xms.action.NullAction)

NameFriendly NameDescriptionTypeDefault ValueRequired
classClassThe class name the service manager loads. To load: Null Action use: class xms.action.NullActionClass Name A fully qualified class name for a class that is part of the java classpath.xms.action.NullActionYes
eventeventThe event to fire this action onString Any character combination is valid.noneYes

Example 5. Example configuration for Null Action

Required attributes are marked with a bold typeface

<action class="xms.action.NullAction"
  event="event" />