-
avrora.sim.Simulation.pause()
The pause()
method pauses the simulation. This method is synchronous in the sense that it will not return until all nodes in the simulation are guaranteed to be paused (i.e. no longer making progress).
-
codeanticode.gsvideo.GSMovie.pause()
-
com.google.gwt.dom.client.AudioElement.pause()
-
com.jme3.cinematic.events.CinematicEvent.pause()
Pauses the animation
-
com.linkedin.databus.client.pub.DatabusRegistration.pause()
This API should be called to pause consumption for this registration. This is an asynchronous pause made to the component which pulls the events. If there are outstanding events in the client buffer, they will be dispatched to the consumer callbacks until the buffer becomes empty. The consumption can be paused for arbitrary length of time. The registration can be shut down when the registration is paused.
@throws IllegalStateException if the registration is not running
-
com.linkedin.databus.client.pub.DatabusV3Registration.pause()
Pauses traffic consumption asynchronously (i.e., an asynchronous call is made to the component which pulls the events) If there are outstanding events in the client buffer, they will be dispatched to the consumer until the buffer becomes empty. The registration can be paused for an arbitrary length of time, and may be shut down after being paused (if desired).
@throws IllegalStateException If the registration is not running
-
com.linkedin.databus2.producers.EventProducer.pause()
-
com.linkedin.helix.PropertyKey.Builder.pause()
-
com.lowagie.text.pdf.PdfWriter.pause()
-
com.lowagie.text.rtf.RtfWriter2.pause()
-
com.netflix.logging.messaging.MessageBatcher.pause()
Pause the collector. The collector stops picking up messages from the queue.
-
com.opengamma.engine.view.client.ViewClient.pause()
Pauses the flow of results exposed through this client. They continue to be received internally, and these are delivered as a merged result when updates are resumed.
-
com.subgraph.vega.api.crawler.IWebCrawler.pause()
-
com.sun.messaging.jmq.jmsserver.core.Consumer.pause()
-
com.sun.messaging.jmq.jmsserver.core.Session.pause()
-
com.sun.messaging.jmq.jmsserver.core.Subscription.pause()
-
com.sun.mpk20.voicelib.app.Treatment.pause()
-
com.sun.scenario.animation.Clip.pause()
-
com.teamjmonkey.controls.MoveRandomControl.pause()
-
com.uwyn.drone.core.Bot.pause()
-
com.vaadin.ui.Audio.pause()
-
com.vaadin.ui.Video.pause()
-
de.codolith.Cinema.CinemaPlayer.pause()
-
de.fu_berlin.inf.dpp.videosharing.VideoSharing.VideoSharingSession.pause()
-
eas.plugins.standard.visualization.AllroundVideoPlugin.pause()
-
edu.uci.ics.jung.algorithms.layout.util.Relaxer.pause()
Make the relaxer thread wait.
-
freenet.support.io.BarrierRandomAccessBuffer.pause()
-
io.vertx.core.net.NetSocket.pause()
-
io.vertx.core.net.NetSocketStream.pause()
-
it.sauronsoftware.cron4j.TaskExecutor.pause()
Pauses the ongoing execution.
@throws UnsupportedOperationException The operation is not supported if {@link TaskExecutor#canBePaused()} returns false.
-
javax.media.j3d.Alpha.pause()
Pauses this alpha object. The current system time when this method is called will be used in place of the actual current time when calculating subsequent alpha values. This has the effect of freezing the interpolator at the time the method is called.
@since Java 3D 1.3
-
mage.utils.timer.PriorityTimer.pause()
-
net.bnubot.util.music.MusicController.pause()
-
net.rim.device.api.io.messaging.Destination.pause()
-
net.sf.jiga.xtended.impl.Animation.pause()
pauses this animation. animator timer is stopped. next time play() is called it will restart at the current animator index.
-
org.apache.activemq.util.SocketProxy.pause()
-
org.apache.axis2.context.MessageContext.pause()
Pause the execution of the current handler chain
-
org.apache.catalina.connector.Connector.pause()
Pause the connector.
-
org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler.pause()
-
org.apache.helix.PropertyKey.Builder.pause()
-
org.apache.lucene.store.RateLimiter.SimpleRateLimiter.pause()
-
org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread.pause()
-
org.apache.sandesha2.RMMsgContext.pause()
-
org.apache.servicemix.wsn.client.Subscription.pause()
-
org.apache.uima.collection.impl.base_cpm.container.ProcessingContainer.pause()
-
org.apache.ws.notification.base.Subscription.pause()
Temporarily suspends the delivery of notification messages for this subscription.
@throws Exception if unable to suspend message delivery
-
org.bff.javampd.MPDPlayer.pause()
-
org.encog.neural.networks.training.propagation.back.Backpropagation.pause()
Pause the training.
@return A training continuation object to continue with.
-
org.encog.neural.networks.training.propagation.resilient.ResilientPropagation.pause()
Pause the training.
@return A training continuation object to continue with.
-
org.globus.workspace.service.InstanceResource.pause()
-
org.graylog2.restclient.models.Node.pause()
-
org.gstreamer.elements.PlayBin2.pause()
-
org.hornetq.api.core.management.QueueControl.pause()
Pauses the queue. Messages are no longer delivered to its consumers.
-
org.hornetq.api.jms.management.JMSQueueControl.pause()
Pauses the queue. Messages are no longer delivered to its consumers.
-
org.hornetq.core.server.Queue.pause()
Pauses the queue. It will receive messages but won't give them to the consumers until resumed. If a queue is paused, pausing it again will only throw a warning. To check if a queue is paused, invoke isPaused()
-
org.hornetq.core.server.impl.QueueImpl.pause()
-
org.hornetq.jms.bridge.JMSBridge.pause()
-
org.hyperic.sigar.win32.Service.pause()
-
org.jamesii.core.processor.IRunnable.pause()
Pause the simulation execution. For un-pausing recall this method, or any of the run methods.
-
org.mule.api.service.Service.pause()
Pauses event processing for a single Mule Service. Unlike stop()
, a paused service will still consume messages from the underlying transport, but those messages will be queued until the service is resumed.
-
org.pentaho.platform.api.scheduler2.IScheduler.pause()
Pauses the entire scheduler, which prevents all scheduled jobs from running. Any currently running jobs are allowed to complete. Note that the "paused" state of individual jobs is not changed by this call.
-
org.qi4j.api.unitofwork.UnitOfWork.pause()
Pauses this UnitOfWork.
Calling this method will cause the underlying UnitOfWork to become the current UnitOfWork until the the resume() method is called. It is the client's responsibility not to drop the reference to this UnitOfWork while being paused.
-
org.red5.server.api.stream.ISubscriberStream.pause()
Pause at a position for current playing item.
@param position Position for pause in millisecond.
-
paulscode.sound.SoundSystem.pause()
-
ptolemy.actor.Manager.pause()
Set a flag requesting that execution pause at the next opportunity (between iterations). This method calls stopFire() on the toplevel composite actor to ensure that the manager's execution thread becomes active again. Actors are expected to react to stopFire() by returning as soon as possible from their fire() methods, thus completing an iteration. For example, in the case of PN, an iteration only ends if deadlock occurs, which may never happen. Calling stopFire() truncates the iteration. The thread controlling the execution (the one that calls execute()) will be suspended the next time through the iteration loop. To resume execution, call resume().
@see Executable#stopFire
-
sounds.Sound.pause()
-
sounds.WavSound.pause()
-
uk.co.caprica.vlcj.player.MediaPlayer.pause()
Pause play-back.
If the play-back is currently paused it will begin playing.
-
uk.co.caprica.vlcj.player.embedded.EmbeddedMediaPlayer.pause()