-
DAO.JDBCUserDAO.activate()
-
Interface.UserDAOInterface.activate()
-
ag.ion.bion.officelayer.application.IOfficeApplication.activate()
Activates office application.
@throws OfficeApplicationException if the office application can not be activated
@author Andreas Br�ker
-
ag.ion.bion.officelayer.internal.application.LocalOfficeApplication.activate()
-
appeng.tile.misc.TileCharger.activate()
-
au.csiro.snorocket.core.concurrent.Context.activate()
Activates the context. Returns true if the context was inactive and was activated by this method call or false otherwise.
@return boolean
-
br.gov.frameworkdemoiselle.context.ConversationContext.activate()
-
br.gov.frameworkdemoiselle.context.RequestContext.activate()
-
br.gov.frameworkdemoiselle.context.SessionContext.activate()
-
br.gov.frameworkdemoiselle.context.StaticContext.activate()
-
br.gov.frameworkdemoiselle.context.ViewContext.activate()
-
ch.ethz.iks.r_osgi.channels.NetworkChannelFactory.activate()
activate the network channel factory. Called by R-OSGi.
@param remoting
@throws IOException
-
codechicken.enderstorage.common.TileFrequencyOwner.activate()
-
com.adito.extensions.ExtensionBundle.activate()
Activate all extension bundles. This method will active all extension descriptors it contains and is the third phase in an extensions life cycle (after starting).
@throws ExtensionException if any bundle could not be activated
-
com.arjuna.ats.arjuna.AtomicAction.activate()
-
com.baasbox.dao.ScriptsDao.activate()
-
com.boxysystems.scriptmonkey.intellij.ui.ScriptMonkeyToolWindow.activate()
-
com.bulletphysics.collision.dispatch.CollisionObject.activate()
-
com.bulletphysics.dynamics.RigidBody.activate()
-
com.db4o.ObjectContainer.activate()
activates all members on a stored object to the specified depth.
See {@link com.db4o.config.Configuration#activationDepth(int) "Why activation"}for an explanation why activation is necessary.
The activate method activates a graph of persistent objects in memory. Only deactivated objects in the graph will be touched: their fields will be loaded from the database. The activate methods starts from a root object and traverses all member objects to the depth specified by the depth parameter. The depth parameter is the distance in "field hops" (object.field.field) away from the root object. The nodes at 'depth' level away from the root (for a depth of 3: object.member.member) will be instantiated but deactivated, their fields will be null. The activation depth of individual classes can be overruled with the methods {@link com.db4o.config.ObjectClass#maximumActivationDepth maximumActivationDepth()} and{@link com.db4o.config.ObjectClass#minimumActivationDepth minimumActivationDepth()} in the{@link com.db4o.config.ObjectClass ObjectClass interface}.
A successful call to activate triggers Activating and Activated callbacks, which can be used for cascaded activation.
@see com.db4o.config.Configuration#activationDepth Why activation?
@see ObjectCallbacks Using callbacks
@param obj the object to be activated.
@param depth the member {@link com.db4o.config.Configuration#activationDepth depth}to which activate is to cascade.
@throws Db4oIOException I/O operation failed or was unexpectedly interrupted.
@throws DatabaseClosedException db4o database file was closed or failed to open.
-
com.dyn.client.v3.messaging.features.RecipientsApi.activate()
-
com.ericsson.ssa.sip.timer.ServletTimerImpl.activate()
-
com.eviware.soapui.support.components.JInspectorPanel.activate()
-
com.eviware.soapui.support.log.InspectorLog4JMonitor.activate()
-
com.google.code.appengine.imageio.IIOParamController.activate()
-
com.google.gdt.eclipse.designer.model.widgets.support.GwtState.activate()
Invoked when the context changed (ex., editor switched).
-
com.ibm.mqe.MQeQueueManager.activate()
-
com.intellij.openapi.wm.ToolWindow.activate()
@param runnable A command to execute right after the window gets activated. The call is asynchronous since it may require animation.
@exception IllegalStateException if tool window isn't installed.
-
com.logica.smpp.debug.Debug.activate()
-
com.mobixess.jodb.core.plugin.IClassProcessor.activate()
-
com.neuralnetwork.shared.functions.IActivationFunction.activate()
Activate using the activation function.
@param v input value for this IActivationFunction
@return output value of the function
-
com.neuralnetwork.shared.functions.LinearFunction.activate()
-
com.neuralnetwork.shared.functions.SigmoidFunction.activate()
-
com.nokia.dempsy.container.internal.LifecycleHelper.activate()
Invokes the activation method of the passed instance.
-
com.openbravo.pos.ticket.ProductFilterSales.activate()
-
com.orientechnologies.orient.server.OServer.activate()
-
com.ourlinc.conference.book.Book.activate()
激活预定
-
com.saasovation.identityaccess.domain.model.identity.Tenant.activate()
-
com.sissi.ucenter.relation.muc.MucRelation.activate()
-
com.sissi.ucenter.relation.roster.RosterRelation.activate()
-
com.subgraph.vega.application.console.ConsoleHandler.activate()
-
com.sun.corba.ee.spi.oa.rfm.ReferenceFactoryManager.activate()
-
com.sun.jmx.remote.generic.ProfileClient.activate()
-
com.sun.jmx.remote.generic.ProfileServer.activate()
-
com.sun.star.frame.XTask.activate()
-
com.sun.star.loader.XImplementationLoader.activate()
-
com.volantis.map.ics.imageprocessor.impl.ICSOperation.activate()
Activate this component
@param context the component context
-
com.volantis.mcs.layouts.activator.FormatActivator.activate()
-
com.volantis.mcs.layouts.activator.RecursingFormatActivatorImpl.activate()
-
com.volantis.mcs.layouts.temporal.TemporalFormatIteratorActivator.activate()
-
com.zesped.model.User.activate()
-
cysbml.gui.NavigationPanel.activate()
-
de.nava.informa.utils.PersistChanGrpMgr.activate()
activate - -
-
edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification.activate()
-
edu.stanford.nlp.international.morph.MorphoFeatureSpecification.activate()
-
eu.ha3.matmos.expansions.Expansion.activate()
-
gnu.javax.crypto.sasl.IAuthInfoProvider.activate()
-
gnu.javax.crypto.sasl.srp.SRPAuthInfoProvider.activate()
-
io.fabric8.api.scr.support.DummyComponent.activate()
-
io.fabric8.git.internal.FabricGitServiceImpl.activate()
-
jade.mtp.MTP.activate()
-
java.rmi.activation.ActivationID.activate()
Activate the object for this id.
@param force if true, forces the activator to contact the groupwhen activating the object (instead of returning a cached reference); if false, returning a cached value is acceptable.
@return the reference to the active remote object
@exception ActivationException if activation fails
@exception UnknownObjectException if the object is unknown
@exception RemoteException if remote call fails
@since 1.2
-
l2p.gameserver.instancemanager.CursedWeaponsManager.activate()
-
lineage2.gameserver.instancemanager.CursedWeaponsManager.activate()
Method activate.
@param player Player
@param item ItemInstance
-
mage.abilities.Ability.activate()
-
mage.abilities.TriggeredAbility.activate()
-
mage.game.stack.Spell.activate()
-
net.datacrow.console.views.View.activate()
-
net.sf.swtbot.widgets.SWTBotShell.activate()
Activates the shell.
@throws TimeoutException if the shell could not be activated
-
net.sourceforge.marathon.display.readline.Join.Call.activate()
-
org.amplafi.flow.impl.FlowActivityImpl.activate()
@see org.amplafi.flow.FlowActivity#activate(FlowStepDirection)
-
org.apache.axis2.client.Options.activate()
This method checks to see if additional work needs to be done in order to complete the object reconstitution. Some parts of the object restored from the readExternal() cannot be completed until we have a configurationContext from the active engine. The configurationContext is used to help this object to plug back into the engine's configuration and deployment objects.
@param cc The configuration context object representing the active configuration
-
org.apache.axis2.context.MessageContext.activate()
This method checks to see if additional work needs to be done in order to complete the object reconstitution. Some parts of the object restored from the readExternal() cannot be completed until we have a configurationContext from the active engine. The configurationContext is used to help this object to plug back into the engine's configuration and deployment objects.
@param cc The configuration context object representing the active configuration
-
org.apache.axis2.context.OperationContext.activate()
This method checks to see if additional work needs to be done in order to complete the object reconstitution. Some parts of the object restored from the readExternal() cannot be completed until we have a configurationContext from the active engine. The configurationContext is used to help this object to plug back into the engine's configuration and deployment objects.
@param cc The configuration context object representing the active configuration
-
org.apache.clerezza.triaxrs.JaxRsHandler.activate()
The activate method is called when SCR activates the component configuration
@param componentContext
-
org.apache.directory.ldapstudio.browser.ui.valueeditors.AbstractDialogValueEditor.activate()
The activate method is called from the JFace framework to start editing.
-
org.apache.directory.ldapstudio.valueeditors.AbstractDialogValueEditor.activate()
{@inheritDoc}The activate method is called from the JFace framework to start editing.
-
org.apache.directory.studio.test.integration.ui.bots.EntryEditorBot.activate()
-
org.apache.directory.studio.test.integration.ui.bots.SearchResultEditorBot.activate()
-
org.apache.directory.studio.valueeditors.AbstractDialogValueEditor.activate()
{@inheritDoc}The activate method is called from the JFace framework to start editing.
-
org.apache.geronimo.connector.ActivationSpecWrapper.activate()
-
org.apache.log4j.config.PropertySetter.activate()
-
org.apache.maven.cli.logging.Slf4jConfiguration.activate()
Activate logging implementation configuration (if necessary).
-
org.apache.myfaces.view.facelets.pool.ViewEntry.activate()
Execute all necessary steps to ensure further calls to getViewRoot() and getViewState() will return valid values. It returns true or false if the Entry is still active or not
-
org.apache.servicemix.common.Endpoint.activate()
-
org.apache.sling.models.impl.injectors.OSGiServiceInjector.activate()
-
org.apache.stanbol.enhancer.engines.langid.LangIdEnhancementEngine.activate()
Initialize the language identifier model and load the prop length bound if provided as a property.
@param ce the {@link ComponentContext}
-
org.apache.synapse.message.processors.forward.MessageForwardingProcessorView.activate()
-
org.apache.synapse.message.processors.sampler.SamplingProcessorView.activate()
-
org.apache.tapestry.IRequestCycle.activate()
A convienience for invoking {@link #activate(IPage)}. Invokes {@link #getPage(String)} to get an instance of the named page.
@since 3.0
-
org.apache.tapestry.vlib.IActivate.activate()
-
org.apache.tapestry.vlib.pages.ApplicationUnavailable.activate()
-
org.apache.tapestry.vlib.pages.MyLibrary.activate()
-
org.apache.tapestry5.annotations.PageActivationContext.activate()
-
org.apache.tuscany.sca.core.assembly.CompositeActivator.activate()
Activate a composite
@param composite
-
org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.activate()
@see org.apache.tuscany.sca.core.assembly.CompositeActivator#activate(org.apache.tuscany.sca.runtime.RuntimeComponent,org.apache.tuscany.sca.runtime.RuntimeComponentReference)
-
org.apache.tuscany.sca.core.runtime.CompositeActivator.activate()
Activate a composite
@param composite
-
org.eclipse.e4.ui.workbench.modeling.EPartService.activate()
-
org.eclipse.jface.viewers.CellEditor.activate()
Activates this cell editor.
The default implementation of this framework method does nothing. Subclasses may reimplement.
-
org.eclipse.jface.window.DefaultToolTip.activate()
-
org.eclipse.jface.window.ToolTip.activate()
Activate tooltip support for this control
-
org.eclipse.rap.rwt.internal.lifecycle.LifeCycleFactory.activate()
-
org.eclipse.swtbot.swt.finder.widgets.SWTBotShell.activate()
Activates the shell.
@throws TimeoutException if the shell could not be activated
-
org.eclipse.ui.IWorkbenchPage.activate()
Activates the given part. The part will be brought to the front and given focus. The part must belong to this page.
@param part the part to activate
-
org.eclipse.ui.console.MessageConsole.activate()
-
org.eclipse.ui.internal.WorkbenchPage.activate()
Activates a part. The part will be brought to the front and given focus.
@param part the part to activate
-
org.eclipse.wb.gef.core.requests.ICreationFactory.activate()
-
org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker.activate()
-
org.ejbca.core.model.ca.catoken.CATokenContainer.activate()
Method used to activate HardCATokens when connected after being offline.
@param authenticationcode used to unlock catoken, i.e PIN for smartcard HSMs
@throws CATokenOfflineException if CAToken is not available or connected.
@throws CATokenAuthenticationFailedException with error message if authentication to HardCATokens fail.
-
org.ejbca.core.model.ca.catoken.CATokenContainerImpl.activate()
@see org.ejbca.core.model.ca.catoken.CATokenContainer#activate(java.lang.String)
-
org.ethereum.net.eth.EthHandler.activate()
-
org.ethereum.net.shh.ShhHandler.activate()
-
org.freeplane.core.user.IUserAccount.activate()
-
org.gatein.wsrp.WSRPConsumer.activate()
Prepares this Consumer to be used: service is started, endpoints are ready.
@throws Exception
@since 2.6
-
org.geogrid.aist.credential.services.security.gss.CredentialContext.activate()
Activates this context with the given credential. Throws an exception if the credential is null, if it is not active or if it is not accepted by this context (has an incorrect distinguished name, for example).
@param credential The credential
@throws CredentialException
-
org.globus.workspace.service.InstanceResource.activate()
Scheduler must call either this or activateOverride(int) once, when it initially releases the workspace. The rest of the scheduler's calls should be made to setTargetState ONLY. The reason the first call is not to setTargetState is so we don't have to duplicate each workspace's preferred initial target state (once it gets going) over in the scheduler. However, if the scheduler wants to override the client's requested target state, it can use activateOverride(targetState) below to activate the workspace with the scheduler's desired targetState *instead* of calling activate()
@throws ManageException exc
-
org.jacorb.notification.filter.FilterFactoryImpl.activate()
-
org.jacorb.notification.servant.AbstractAdmin.activate()
-
org.jboss.arquillian.container.spi.context.ContainerContext.activate()
-
org.jboss.arquillian.container.spi.context.DeploymentContext.activate()
-
org.jboss.arquillian.core.api.threading.ContextSnapshot.activate()
Activate all previously active Contexts.
-
org.jboss.arquillian.core.impl.context.ApplicationContextImpl.activate()
-
org.jboss.arquillian.core.spi.context.ApplicationContext.activate()
-
org.jboss.arquillian.core.test.context.ManagerTest2Context.activate()
-
org.jboss.arquillian.core.test.context.ManagerTest2ContextImpl.activate()
-
org.jboss.arquillian.core.test.context.ManagerTestContext.activate()
-
org.jboss.arquillian.core.test.context.ManagerTestContextImpl.activate()
-
org.jboss.arquillian.impl.core.context.ApplicationContextImpl.activate()
-
org.jboss.arquillian.impl.core.context.SuiteContextImpl.activate()
There can only one Suite active, so we hard code the id to "Suite".
-
org.jboss.arquillian.impl.core.spi.context.ApplicationContext.activate()
-
org.jboss.arquillian.impl.core.spi.context.ClassContext.activate()
-
org.jboss.arquillian.impl.core.spi.context.ContainerContext.activate()
-
org.jboss.arquillian.impl.core.spi.context.DeploymentContext.activate()
-
org.jboss.arquillian.impl.core.spi.context.SuiteContext.activate()
-
org.jboss.arquillian.impl.core.spi.context.TestContext.activate()
-
org.jboss.arquillian.test.spi.context.ClassContext.activate()
-
org.jboss.arquillian.test.spi.context.SuiteContext.activate()
-
org.jboss.arquillian.test.spi.context.TestContext.activate()
-
org.jboss.arquillian.transaction.spi.context.TransactionContext.activate()
-
org.jboss.arquillian.warp.spi.context.RequestContext.activate()
-
org.jboss.as.ejb3.component.entity.EntityBeanComponentInstance.activate()
Invoke the ejbActivate and ejbLoad callback methods for the entity bean. This is called when an entity bean is picked up from the entity cache.
@param primaryKey The primary key to activate the entity with
-
org.jboss.as.test.integration.ejb.mdb.dynamic.impl.TelnetServer.activate()
-
org.jboss.cache.Region.activate()
Activates this region for replication. By default, the entire cache is activated for replication at start-up.
@throws RegionNotEmptyException if the {@link Fqn} that represents this region already exists and contains data or children.
-
org.jboss.cache.marshall.Region.activate()
-
org.jboss.ejb3.core.test.jbpapp7523.PassivatingStatefulLocal.activate()
-
org.jboss.jbossts.qa.ArjunaCore.AbstractRecord.CrashRecovery.impl.RecoveryTransaction.activate()
-
org.jboss.jca.core.spi.rar.Endpoint.activate()
Activate an endpoint
@param endpointFactory The message endpoint factory that should be used for the endpoint
@param spec The activation spec that should be used for the endpoint
@exception ResourceException Thrown if an error occurs
-
org.jboss.messaging.core.contract.Queue.activate()
-
org.jboss.messaging.core.impl.MessagingQueue.activate()
-
org.jboss.messaging.core.local.PagingFilteredQueue.activate()
-
org.jboss.weld.context.ConversationContext.activate()
-
org.jboss.weld.context.ManagedContext.activate()
-
org.jboss.weld.context.RequestContext.activate()
-
org.jboss.weld.context.bound.BoundConversationContext.activate()
-
org.jboss.weld.context.bound.BoundRequestContext.activate()
-
org.jboss.weld.context.bound.BoundSessionContext.activate()
-
org.jboss.weld.context.ejb.EjbRequestContext.activate()
-
org.jboss.weld.context.http.HttpRequestContext.activate()
-
org.jboss.weld.context.http.HttpSessionDestructionContext.activate()
-
org.jdesktop.wonderland.client.jme.LogViewer.LogViewerButton.activate()
-
org.jnode.shell.io.Pipeline.activate()
Put the pipeline into the 'active' state.
@throws IOException This is thrown if the pipeline is 'shut down', orif it is 'inactive' but there are no sources or sinks.
-
org.jvnet.hk2.component.InhabitantActivator.activate()
Implementations are generally expected to call {@link Inhabitant#get()} atsome point.
The {@link DefaultRunLevelService} calls activate for all Inhabitants qualifyingin the activated RunLevel regardless of whether or not they need activation.
@param inhabitant the inhabitant to activate
-
org.mifosplatform.organisation.holiday.domain.Holiday.activate()
-
org.mifosplatform.portfolio.client.domain.Client.activate()
-
org.mifosplatform.portfolio.group.domain.Group.activate()
-
org.mifosplatform.portfolio.savings.domain.FixedDepositAccount.activate()
-
org.mifosplatform.portfolio.savings.domain.RecurringDepositAccount.activate()
-
org.mifosplatform.portfolio.savings.domain.SavingsAccount.activate()
-
org.objectweb.celtix.bindings.ServerBinding.activate()
Activate the endpoint. Usually creates the transport and binds to the transport.
@throws WSDLException
@throws IOException
-
org.objectweb.celtix.bus.bindings.soap.SOAPServerBinding.activate()
-
org.objectweb.celtix.transports.ServerTransport.activate()
activate the server transport, involves starting listeners or creating of message queues.
@param callback - The call back object that the transport calls when there is a message to dispatch
-
org.olat.core.commons.fullWebApp.LayoutMain3ColsPreviewController.activate()
Activate this preview workflow
-
org.olat.core.commons.modules.bc.FolderRunController.activate()
@see org.olat.core.gui.control.generic.dtabs.Activateable#activate(org.olat.core.gui.UserRequest,java.lang.String)
-
org.olat.core.gui.control.generic.closablewrapper.CloseableModalController.activate()
-
org.olat.core.gui.control.generic.dtabs.Activateable.activate()
FIXME:pb:discussion FJ should we return boolean if activation was successful?
@param ureq
@param viewIdentifier
-
org.olat.core.gui.control.generic.dtabs.DTabs.activate()
@param ureq
@param dTab
@param viewIdentifier if null, no activation takes places
-
org.olat.course.assessment.AssessmentMainController.activate()
@param ureq
@param viewIdentifier if 'node-choose' does activate node-choose view
-
org.olat.course.nodes.bc.BCCourseNodeRunController.activate()
@see org.olat.core.gui.control.generic.dtabs.Activateable#activate(org.olat.core.gui.UserRequest,java.lang.String)
-
org.olat.modules.webFeed.ui.FeedMainController.activate()
@see org.olat.core.gui.control.generic.dtabs.Activateable#activate(org.olat.core.gui.UserRequest,java.lang.String)
-
org.omg.PortableServer.POAManager.activate()
-
org.openbp.swing.components.DragGlassPane.activate()
Activates this glass pane for the given container. Note that the glass pane can be active for only one container at a time. The {@link #deactivate} method will reset the container's glass pane to the initial value.
@param c Component that shall be gouverned by the glass pane. The glass pane will beassigned to the root pane that is an ancestor of this component.
@throws IllegalArgumentException if the component is not contained in a RootPaneContaineror is not a RootPaneContainer pane container itself
-
org.opencustomer.webapp.util.menu.Menu.activate()
-
org.openmhealth.reference.domain.User.activate()
-
org.pentaho.mantle.client.admin.ISysAdminPanel.activate()
-
org.pokenet.server.battle.mechanics.statuses.StatusEffect.activate()
Activate this status effect, unless it is removable.
-
org.pokenet.server.battle.mechanics.statuses.abilities.IntrinsicAbility.activate()
-
org.pokenet.server.battle.mechanics.statuses.items.HoldItem.activate()
-
org.qi4j.api.structure.Application.activate()
-
org.rioproject.cybernode.StaticCybernode.activate()
Activate a service bean.
@param classname The service bean class to create.
@return The service bean implementation, initialized by theCybernode. The service bean will have been instantiated with an empty configuration.
@throws org.rioproject.deploy.ServiceBeanInstantiationException If the service bean cannot be created
-
org.sonar.api.batch.rule.internal.NewActiveRule.activate()
-
org.speakright.core.SRPersistentState.activate()
Restore the saved state and recreate an SRInstance ready to resume execution.
@param inStream The input stream containing the saved state
@return success
-
org.spout.api.component.entity.PhysicsComponent.activate()
-
org.springframework.mock.jndi.SimpleNamingContextBuilder.activate()
Register the context builder by registering it with the JNDI NamingManager. Note that once this has been done, new InitialContext()
will always return a context from this factory. Use the emptyActivatedContextBuilder()
static method to get an empty context (for example, in test methods).
@throws IllegalStateException if there's already a naming context builderregistered with the JNDI NamingManager
-
org.wso2.carbon.governance.api.services.dataobjects.Service.activate()
Method to activate this service.
@throws GovernanceException if the operation failed.
-
org.zkoss.openlayers.control.Control.activate()
-
org.zkoss.openlayers.control.SelectFeature.activate()
-
org.zkoss.zk.au.AuRequest.activate()
Activates this request.
Used internally to identify the component and page after an execution is activated. Applications rarely need to access this method.
@since 3.0.5
-
org.zkoss.zk.ui.sys.UiEngine.activate()
Activates an execution such that you can access a component. You must call {@link #deactivate} in the finally clause.
Note: you RARELY need to invoke this method because {@link #execNewPage}and {@link #execUpdate} will activate and deactivate automatically.
Note: this method can be called only when processing a client request (e.g., HTTP) other than creating a new page and processing async-update.
Also, even if you use this method to grant the right to access components of the specified page, don't post events, create, remove, invalidate and do any smart updates. In other words, READ ONLY.
-
siena.core.options.QueryOptionOffset.activate()
-
siena.core.options.QueryOptionPage.activate()
-
winstone.WinstoneSession.activate()
Called after the session has been deserialized from another server.
-
zdenekdrahos.AI.ActivationFunctions.IActivationFunction.activate()