Package mondrian.rolap.agg.SegmentCacheManager

Examples of mondrian.rolap.agg.SegmentCacheManager.AbortException


                                    }
                                    if (!atLeastOneActive) {
                                        // There are no segments to load.
                                        // Throw this so that the segment thread
                                        // knows to stop.
                                        throw new AbortException();
                                    }
                                }
                                return null;
                            }
                            public Locus getLocus() {
View Full Code Here

TOP

Related Classes of mondrian.rolap.agg.SegmentCacheManager.AbortException

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.