|
||||||||||
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
com.essbase.eas.framework.server.application.EventDispatcherWorkListener
public class EventDispatcherWorkListener
Field Summary | |
---|---|
protected EventController |
eventController |
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 | |
---|---|
EventDispatcherWorkListener() Constructs a EventDispatcherWorkListener object. |
Method Summary | |
---|---|
void |
assignWorkers(ServiceContext context) Implementation of the ApplicationPart.assignWorkers() method. |
java.lang.Class[] |
getRoles() Implementation of the DefaultApplicationPart.getRoles() method. |
void |
handleEvent(WorkEvent event) Implementation of the WorkListener.handleEvent() method. |
java.lang.Object |
init(ServiceContext context) Initializes and stores mandatory and optimizing references. |
Methods inherited from class com.essbase.eas.framework.server.application.AbstractWorkListener |
---|
getWorkflowPosition |
Methods inherited from class com.essbase.eas.framework.server.application.DefaultApplicationPart |
---|
destroy, getManager, getManagerChain, getServiceContext, getServiceManager, getStoreService, 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.ApplicationPart |
---|
destroy, getManager, getServiceContext, getServiceManager, getStoreService, initWorkers, setManager |
Field Detail |
---|
protected EventController eventController
Constructor Detail |
---|
public EventDispatcherWorkListener()
EventDispatcherWorkListener
object.Method Detail |
---|
public java.lang.Object init(ServiceContext context) throws ApplicationException
DefaultApplicationPart
init
in interface ApplicationPart
init
in class DefaultApplicationPart
context
- the current service contextthis
object.ApplicationException
public java.lang.Class[] getRoles()
DefaultApplicationPart.getRoles()
method.WorkListener
class object.public void assignWorkers(ServiceContext context) throws ApplicationException
ApplicationPart.assignWorkers()
method.context
- the service contextApplicationException
public void handleEvent(WorkEvent event) throws ApplicationException
WorkListener.handleEvent()
method.event
-ApplicationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |