|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkEvent | |
---|---|
commonj.work | Provides interfaces for commonj Work and WorkManager. |
Uses of WorkEvent in commonj.work |
---|
Methods in commonj.work with parameters of type WorkEvent | |
---|---|
void |
WorkListener.workAccepted(WorkEvent we)
This is called when the Work is accepted for dispatching. |
void |
WorkListener.workCompleted(WorkEvent we)
This is called once Work.run returns. |
void |
WorkListener.workRejected(WorkEvent we)
This is called when the Work cannot be processed prior to starting but after accept. |
void |
WorkListener.workStarted(WorkEvent we)
This is called when the Work is about to start. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |