|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.task.RoleSynchronizer
Field Summary | |
protected ObjectCache |
_cache
Object cache from WorkflowContext. |
protected com.waveset.repository.Repository |
_repo
Repository from WorkflowContext. |
protected Session |
_session
Session for the task |
protected TaskInstance |
_task
TaskInstance referenced in the workflow context; |
protected static WSTrace |
trace
|
Constructor Summary | |
RoleSynchronizer()
|
Method Summary | |
WavesetResult |
call(WorkflowContext ctx)
Main method of this base class, assigns class variables and then queries resource roles and updates lighthouse roles |
void |
destroy()
|
void |
init()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static WSTrace trace
protected com.waveset.repository.Repository _repo
protected ObjectCache _cache
protected TaskInstance _task
protected Session _session
Constructor Detail |
public RoleSynchronizer()
Method Detail |
public void destroy()
destroy
in interface WorkflowApplication
public void init()
init
in interface WorkflowApplication
public WavesetResult call(WorkflowContext ctx) throws WavesetException
call
in interface WorkflowApplication
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |