|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.framework.server.application.DefaultApplicationPart
com.essbase.eas.framework.server.application.AbstractWorkListener
public abstract class AbstractWorkListener
implementation of an abstract WorkListener
. This is an abstract class because it doesn't implement the WorkListener.handleEvent()
method or the ApplicationPart.getRoles()
method.
Field Summary |
---|
Fields inherited from class com.essbase.eas.framework.server.application.DefaultApplicationPart |
---|
CHAIN_SEPARATOR, manager, parts, serviceContext, serviceManager, state, STATE_BEFORE_WORKERS_ASSIGNED, STATE_CONSTRUCTED, STATE_DESTROYED, STATE_INITIALIZED, STATE_MANAGED, STATE_NULL, STATE_WORKERS_ASSIGNED, STATE_WORKERS_INITIALIZED, storeService |
Constructor Summary | |
---|---|
protected |
AbstractWorkListener() Constructs an AbstractWorkListener object. |
Method Summary | |
---|---|
int |
getWorkflowPosition() Implements the WorkListener.getWorkflowPosition() method. |
Methods inherited from class com.essbase.eas.framework.server.application.DefaultApplicationPart |
---|
destroy, getManager, getManagerChain, getServiceContext, getServiceManager, getStoreService, init, initWorkers, requestPart, requestPartPool, setManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.essbase.eas.framework.server.defs.WorkListener |
---|
handleEvent |
Methods inherited from interface com.essbase.eas.framework.server.defs.ApplicationPart |
---|
assignWorkers, destroy, getManager, getRoles, getServiceContext, getServiceManager, getStoreService, init, initWorkers, setManager |
Constructor Detail |
---|
protected AbstractWorkListener()
AbstractWorkListener
object.Method Detail |
---|
public int getWorkflowPosition() throws ApplicationException
WorkListener.getWorkflowPosition()
method.getWorkflowPosition
in interface WorkListener
ApplicationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |