BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.event.actions
Class ActionNull

java.lang.Object
  |
  +--weblogic.event.actions.ActionNull

public class ActionNull
extends java.lang.Object
implements ActionDef

A simple action method that does nothing.

Author:
Copyright (c) 1996-1998, WebLogic, Inc. All Rights Reserved., Copyright (c) 1998-2000 BEA Systems, Inc. All Rights Reserved.
See Also:
EventServicesDef, EventRegistrationDef

Constructor Summary
ActionNull()
           
 
Method Summary
 void action(EventMessageDef ev)
          Creates an Action with the specified EventMessage (which implements the EventMessageDef interface).
 void registerInit(ParamSet params)
          Registers an Action with the specified set of parameters.
 void setServices(T3ServicesDef services)
          Saves the services object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionNull

public ActionNull()
Method Detail

setServices

public void setServices(T3ServicesDef services)
Saves the services object. Provides a handle to a services object.
Specified by:
setServices in interface ActionDef


registerInit

public void registerInit(ParamSet params)
Registers an Action with the specified set of parameters.
Specified by:
registerInit in interface ActionDef

Parameters:
params - ParamSet object

action

public void action(EventMessageDef ev)
Creates an Action with the specified EventMessage (which implements the EventMessageDef interface).
Specified by:
action in interface ActionDef

Parameters:
ev - EventMessage object

Documentation is available at
http://www.weblogic.com/docs51