Package de.danet.an.workflow.ejbs.admin

Examples of de.danet.an.workflow.ejbs.admin.ProcessMgrStub


     * @return the associated process manager.
     */
    public WfProcessMgr manager () {
  ProcessDefinition def = getPaProcessDef();
        try {
            return new ProcessMgrStub
                (def.packageId(), def.processId(), def.mgrName(), key(),
                 processDefinitionDirectoryHome(),
                 (WfProcessHome)ctx.getEJBHome());
        } catch (ResourceNotAvailableException e) {
            throw new EJBException (e);
View Full Code Here

TOP

Related Classes of de.danet.an.workflow.ejbs.admin.ProcessMgrStub

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.