Example #1
0
 public PrivilegedActionAnonymousInnerClassHelper2(LazyIterator outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
Example #2
0
 /// <summary>
 /// Clear this loader's provider cache so that all providers will be
 /// reloaded.
 ///
 /// <para> After invoking this method, subsequent invocations of the {@link
 /// #iterator() iterator} method will lazily look up and instantiate
 /// providers from scratch, just as is done by a newly-created loader.
 ///
 /// </para>
 /// <para> This method is intended for use in situations in which new providers
 /// can be installed into a running Java virtual machine.
 /// </para>
 /// </summary>
 public void Reload()
 {
     Providers.Clear();
     LookupIterator = new LazyIterator(this, Service, Loader);
 }