BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.event.actions
Class ActionUDP

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

public class ActionUDP
extends java.lang.Object
implements ActionDef

Class for creating an Action that sends a UDP message to the log.

Author:
Copyright (c) 1996, WebLogic, Inc.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ActionUDP()
           
 
Method Summary
 void action(EventMessageDef ev)
          Creates an Action with the specified EventMessage.
 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

ActionUDP

public ActionUDP()
Method Detail

setServices

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

Parameters:
services - T3ServicesDef object

registerInit

public void registerInit(ParamSet params)
Registers an Action with the specified set of parameters. The ParamSet should contain a Value for each of the following:
Specified by:
registerInit in interface ActionDef

Parameters:
params - ParamSet object

action

public void action(EventMessageDef ev)
Creates an Action with the specified EventMessage. This sends a UDP packet to the address of the host specified in the EventMessage parameters. Expects that the parameter Value Entry is not empty.
Specified by:
action in interface ActionDef

Parameters:
ev - EventMessage object

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.