Class JoinedAndReadyNotificationActionImpl
- java.lang.Object
-
- com.sun.enterprise.ee.cms.impl.client.JoinedAndReadyNotificationActionImpl
-
- All Implemented Interfaces:
com.sun.enterprise.ee.cms.core.Action,com.sun.enterprise.ee.cms.core.JoinedAndReadyNotificationAction
public class JoinedAndReadyNotificationActionImpl extends java.lang.Object implements com.sun.enterprise.ee.cms.core.JoinedAndReadyNotificationActionReference Implementation of JoinedAndReadyNotificationAction- Author:
- Sheetal Vartak
-
-
Constructor Summary
Constructors Constructor Description JoinedAndReadyNotificationActionImpl(com.sun.enterprise.ee.cms.core.CallBack callBack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsumeSignal(com.sun.enterprise.ee.cms.core.Signal s)Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
-
-
-
Method Detail
-
consumeSignal
public void consumeSignal(com.sun.enterprise.ee.cms.core.Signal s) throws com.sun.enterprise.ee.cms.core.ActionExceptionImplementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.- Specified by:
consumeSignalin interfacecom.sun.enterprise.ee.cms.core.Action- Throws:
com.sun.enterprise.ee.cms.core.ActionException
-
-