Package com.webobjects.eocontrol

Examples of com.webobjects.eocontrol.EOEditingContext.refreshObject()


            // The job can use a different EOF stack so this ec doesn't know that it has changed.
            // If we don't refresh it, we could get a updateValuesInRowDescribedByQualifier exception.
            // Trust me, we can get this exception easily.
            ec.setFetchTimestamp(System.currentTimeMillis());
            aJobDescription = (ERQSJobDescription) ec.faultForGlobalID(id, ec);
            ec.refreshObject((EOEnterpriseObject) aJobDescription);
           
            if (log.isDebugEnabled())
              log.debug("method: jobWasExecuted: aJobDescription: " + aJobDescription);

            if (aJobDescription != null && aJobDescription.isEnterpriseObject())
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.