Package de.danet.an.workflow.internalapi

Examples of de.danet.an.workflow.internalapi.ExtProcessDirectoryLocal


      if (logger.isDebugEnabled()) {
    logger.debug ("Not feeding back " + event);
      }
      return;
  }
  ExtProcessDirectoryLocal procDir = null;
  try {
      // Source is not usable internally (remote object). Lookup
            // local object in order to get process and (maybe) activity
            // in transaction.
      procDir = processDirectoryLocal();
      ProcessLocal proc = procDir.lookupProcessLocal
    (event.processMgrName(), event.processKey());
            ExtActivityLocal actLocal = null;
      if (event.activityKey() != null) {
                actLocal = (ExtActivityLocal)
                    proc.activityByKeyLocal (event.activityKey());
View Full Code Here

TOP

Related Classes of de.danet.an.workflow.internalapi.ExtProcessDirectoryLocal

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.