-
clips.delegate.doctor.profchekup.ProfcheckupItemLocal.reload()
-
com.baulsupp.kolja.log.util.ReloadableCharBuffer.reload()
-
com.cburch.logisim.file.Loader.reload()
-
com.chenlb.mmseg4j.Dictionary.reload()
全新加载词库,没有成功加载会回滚。
注意:重新加载时,务必有两倍的词库树结构的内存,默认词库是 50M/个 左右。否则抛出 OOM。
@return 是否成功加载
-
com.cloud.hypervisor.vmware.mo.VirtualMachineMO.reload()
-
com.cybozu.vmbkp.control.VmArchiveManager.reload()
Reload wrapper.
-
com.cybozu.vmbkp.profile.ProfileAllVm.reload()
-
com.cybozu.vmbkp.soap.VirtualMachineManager.reload()
Reload the information of the virtual machine from the soap server.
-
com.dci.intellij.dbn.execution.statement.result.StatementExecutionCursorResult.reload()
-
com.dci.intellij.dbn.object.common.list.DBObjectList.reload()
-
com.eviware.soapui.impl.wsdl.support.WsdlAttachment.reload()
-
com.flansmod.common.guns.ItemGun.reload()
Reload method. Called automatically when firing with an empty clip
-
com.l2jfrozen.gameserver.model.quest.Quest.reload()
-
com.liferay.portal.struts.MultiMessageResources.reload()
-
com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload()
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().
@throws ConfigurationException
-
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.reload()
-
com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.reload()
-
com.orientechnologies.orient.core.index.OIndexManagerProxy.reload()
Force reloading of indexes.
-
com.orientechnologies.orient.core.metadata.schema.OSchema.reload()
-
com.orientechnologies.orient.core.metadata.security.ORole.reload()
-
com.orientechnologies.orient.core.record.ORecord.reload()
Loads the record content in memory. No cache is used. If the record is dirty, then it returns to the original content. If the record doesn't exist a ORecordNotFoundException exception is thrown.
@return The Object instance itself giving a "fluent interface". Useful to call multiple methods in chain.
-
com.orientechnologies.orient.core.record.impl.ODocument.reload()
-
com.orientechnologies.orient.core.record.impl.ORecordBytes.reload()
-
com.orientechnologies.orient.core.record.impl.ORecordFlat.reload()
-
com.orientechnologies.orient.object.db.OObjectDatabaseTx.reload()
-
com.scooterframework.orm.activerecord.ActiveRecord.reload()
Reloads the current record based on its primary key values.
-
com.sshtools.common.mru.MRUList.reload()
@param in
@throws SAXException
@throws ParserConfigurationException
@throws IOException
-
com.tulskiy.musique.audio.AudioFileReader.reload()
-
com.xiaoleilu.hutool.Setting.reload()
重新加载配置文件
-
de.christopherstock.shooter.game.artefact.Artefact.reload()
-
de.mhus.lib.test.adb.model.Finances.reload()
-
de.mhus.lib.test.adb.model.Regal.reload()
-
de.mhus.lib.test.adb.model.Store.reload()
-
edu.stanford.smi.protege.util.LazyTreeNode.reload()
-
es.urjc.escet.semium.ConfigManager.reload()
-
eu.admire.workbench.pd.utils.IRegistryClient.reload()
-
evolaris.framework.smsservices.business.MappingSet.reload()
-
java.util.ServiceLoader.reload()
Clear this loader's provider cache so that all providers will be reloaded.
After invoking this method, subsequent invocations of the {@link #iterator() iterator} method will lazily look up and instantiateproviders from scratch, just as is done by a newly-created loader.
This method is intended for use in situations in which new providers can be installed into a running Java virtual machine.
-
javassist.util.HotSwapper.reload()
Reloads a class.
@param className the fully-qualified class name.
@param classFile the contents of the class file.
-
javax.swing.tree.DefaultTreeModel.reload()
-
jsky.catalog.Catalog.reload()
Reload the catalog (if applicable) and return the new (or existing) object for it. This method can be used by catalogs that cache downloaded infomation to update that information from the original source again. For most catalogs, nothing needs to be done here.
@return the (reloaded) catalog
-
l2p.gameserver.instancemanager.CursedWeaponsManager.reload()
-
net.datacrow.core.objects.DcObject.reload()
-
net.hasor.core.SettingsListener.reload()
当接收到配置文件重载事件时触发该方法。
-
net.sf.l2j.gameserver.instancemanager.CursedWeaponsManager.reload()
-
net.sf.robocode.repository.IRepositoryManager.reload()
-
npanday.vendor.impl.SettingsRepository.reload()
-
org.apache.archiva.configuration.ArchivaConfiguration.reload()
reload configuration from file included registry
@since 1.4-M1
-
org.apache.cassandra.config.CFMetaData.reload()
-
org.apache.cassandra.db.ColumnFamilyStore.reload()
-
org.apache.catalina.Container.reload()
-
org.apache.catalina.Context.reload()
Reload this web application, if reloading is supported.
@exception IllegalStateException if the reloadable
property is set to false
.
-
org.apache.catalina.core.StandardContext.reload()
Reload this web application, if reloading is supported.
IMPLEMENTATION NOTE: This method is designed to deal with reloads required by changes to classes in the underlying repositories of our class loader and changes to the web.xml file. It does not handle changes to any context.xml file. If the context.xml has changed, you should stop this Context and create (and start) a new Context instance instead. Note that there is additional code in CoyoteAdapter#postParseRequest()
to handle mapping requests to paused Contexts.
@exception IllegalStateException if the reloadable
property is set to false
.
-
org.apache.directory.studio.connection.core.PasswordsKeyStoreManager.reload()
-
org.apache.fop.render.awt.viewer.PreviewPanel.reload()
Reloads and reformats document.
-
org.apache.jackrabbit.jcr2spi.state.ItemState.reload()
Retrieved a fresh ItemState from the persistent layer and merge its data with this state in order to reload it. In case of a NEW state retrieving the state from the persistent layer is only possible if the state has been persisted.
@param keepChanges
-
org.apache.maven.continuum.configuration.ConfigurationService.reload()
-
org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.reload()
-
org.apache.solr.core.CoreContainer.reload()
Recreates a SolrCore. While the new core is loading, requests will continue to be dispatched to and processed by the old core
@param name the name of the SolrCore to reload
@throws ParserConfigurationException
@throws IOException
@throws SAXException
-
org.apache.struts.tiles.definition.ReloadableDefinitionsFactory.reload()
Reload underlying factory. Reload is done by creating a new factory instance, and replacing the old instance with the new one.
@param servletContext Current servlet context.
@throws DefinitionsFactoryException If factory creation fails.
-
org.apache.tapestry.workbench.tree.examples.fsmodel.FolderObject.reload()
-
org.apache.tomcat.core.BaseInterceptor.reload()
Reload notification - called whenever a reload is done. This can be used to serialize sessions, log the event, remove any resource that was class-loader dependent. Note. The current implementation uses a note "oldLoader" that will keep a reference to the previous class loader during this hook. It will be set by the module that creates the loaders, and should be destroyed when the hook is done. This can also be implemented using a get/setOldClassLoader in Context, but so far this is used in only 2 modules, adding new API is not needed.
-
org.apache.tomcat.core.Handler.reload()
Reload notification. This hook is called whenever the application ( this handler ) is reloaded
-
org.drools.core.rule.JavaDialectRuntimeData.reload()
This class drops the classLoader and reloads it. During this process it must re-wire all the invokeables.
@throws RuntimeDroolsException
-
org.drools.guvnor.client.packages.PackageEditor.reload()
Will refresh all the data.
-
org.drools.rule.PackageCompilationData.reload()
This class drops the classLoader and reloads it. During this process it must re-wire all the invokeables.
@throws CheckedDroolsException
-
org.eclipse.egit.ui.internal.staging.StagingView.reload()
Reload the staging view
@param repository
-
org.eurekastreams.web.client.ui.common.pagedlist.PagedListPanel.reload()
Reload the panel to a default filter.
@param filter The default filter to use after reset.
-
org.fluxtream.core.Configuration.reload()
-
org.fusesource.ide.commons.ui.config.TableConfiguration.reload()
-
org.geoserver.config.GeoServerLoader.reload()
-
org.geoserver.config.GeoServerLoaderProxy.reload()
-
org.jboss.as.cmp.component.CmpEntityBeanComponentInstance.reload()
-
org.jboss.as.ejb3.component.entity.EntityBeanComponentInstance.reload()
-
org.jboss.deployers.spi.management.ManagementView.reload()
Reload the current profiles managed deployments/objects.
-
org.molgenis.framework.ui.ApplicationController.reload()
Convenience method that delegates the refresh to its ScreenController.
-
org.nasutekds.server.replication.common.ServerState.reload()
Replace the Server State with another ServerState.
@param serverState The ServerState.
@return a boolean indicating if the update was meaningful.
-
org.openbp.cockpit.plugins.finder.treemodel.GenericModel.reload()
Reload the model with an array of objects.
@param data The objects that will be displayed in the tree
-
org.openiaml.model.tests.CachedModelLoader.IModelReloader.reload()
-
org.openrdf.sail.rdbms.schema.TripleTable.reload()
-
org.opentripplanner.routing.services.GraphSource.reload()
Reload the graph from it's source.
@param force True to force a reload, false to check only.
@param preEvict True to evict the old version *before* loading the new one. In that case theimplementation have to take care of making the getGraph() call wait while the new graph is being loaded and not return null.
@return False if a new graph has not been reloaded and this graph must be evicted.
-
org.pentaho.platform.api.engine.IPluginManager.reload()
Causes the plug-in manager object to re-register all of the plug-ins that it knows about. A {@link IPluginProvider}may be invoked to discover plugins from various sources.
@return true if no errors were encountered
-
org.rhq.common.jbossas.client.controller.CoreJBossASClient.reload()
Invokes the management "reload" operation which will shut down all the app server services and restart them again. This is required for certain configuration changes to take effect. This does not shutdown the JVM itself. NOTE: once this method returns, the client is probably unusable since the server side will probably shutdown the connection. You will need to throw away this object and rebuild another one with a newly reconnected {@link #getModelControllerClient() client}.
@throws Exception
-
org.rssowl.core.connection.IConnectionService.reload()
Reloads a IFeed
with its News from the given URL
and returns it.
@param link The Link to the Feed as URL
.
@param monitor The Progress-Monitor used from the callee.
@param properties A Map of properties that can be used to transport custominformation
@return Returns the IFeed
from the given URL.
@throws CoreException In case of an Exception while loading the Feed fromthe URL.
@see IConnectionPropertyConstants
@see UnknownFeedException
-
org.rssowl.core.connection.IProtocolHandler.reload()
Reloads a IFeed
with its News from the given URL
and returns it.
@param link The Link to the Feed as URI
.
@param monitor The Progress-Monitor used from the callee.
@param properties A Map of properties that can be used to transport custominformation
@return Returns the IFeed
from the given URL.
@throws CoreException In case of an Exception while loading the Feed fromthe URL.
@see {@link IConnectionPropertyConstants}
-
org.zanata.page.projects.projectsettings.ProjectGeneralTab.reload()
-
org.zanata.page.projectversion.VersionLanguagesPage.reload()
-
org.zanata.page.webtrans.EditorPage.reload()
-
railo.runtime.orm.ORMEngine.reload()
-
railo.runtime.orm.ORMSession.reload()
Reloads data for an entity that is already loaded. This method refetches data from the database and repopulates the entity with the refreshed data.
@param obj
-
webit.script.Template.reload()
Reload this template.
@since 1.4.0
@throws ParseException