com.sun.enterprise.ee.cms.impl.client
Class MessageActionImpl
java.lang.Object
com.sun.enterprise.ee.cms.impl.client.MessageActionImpl
- All Implemented Interfaces:
- Action, MessageAction
public class MessageActionImpl
- extends Object
- implements MessageAction
Reference implementation of MessageAction interface.
- Version:
- $Revision: 1.3 $
- Author:
- Shreedhar Ganapathy
Date: Jan 21, 2004
Method Summary |
void |
consumeSignal(Signal signal)
Implementations of consumeSignal should strive to return control
promptly back to the thread that has delivered the Signal. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageActionImpl
public MessageActionImpl(CallBack callback)
consumeSignal
public void consumeSignal(Signal signal)
throws ActionException
- Implementations of consumeSignal should strive to return control
promptly back to the thread that has delivered the Signal.
- Specified by:
consumeSignal
in interface Action
- Parameters:
signal
- A Signal specifying a particular event in the group
- Throws:
ActionException
- thrown when a exception condition occurs
wihle the Signal is consumed.
Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.