Codota Logo
RemoteMBeanScheduler.standby
Code IndexAdd Codota to your IDE (free)

How to use
standby
method
in
org.quartz.impl.RemoteMBeanScheduler

Best Java code snippets using org.quartz.impl.RemoteMBeanScheduler.standby (Showing top 2 results out of 315)

  • Common ways to obtain RemoteMBeanScheduler
private void myMethod () {
RemoteMBeanScheduler r =
  • Codota IconClassLoadHelper classLoadHelper;String name;(RemoteMBeanScheduler) classLoadHelper.loadClass(name).newInstance()
  • Smart code suggestions by Codota
}
origin: quartz/quartz-all

/**
 * @see org.quartz.Scheduler#pause()
 * @deprecated
 */
public void pause() throws SchedulerException {
  standby();
}    

origin: com.opensymphony.quartz/com.springsource.org.quartz

/**
 * @see org.quartz.Scheduler#pause()
 * @deprecated
 */
public void pause() throws SchedulerException {
  standby();
}    
 
org.quartz.implRemoteMBeanSchedulerstandby

Javadoc

Calls the equivalent method on the 'proxied' QuartzScheduler.

Popular methods of RemoteMBeanScheduler

  • getAttribute
  • getAttributes
    Get the given attributes of the remote Scheduler MBean.
  • getSchedulerName
    Returns the name of the Scheduler.
  • initialize
    Initialize this RemoteMBeanScheduler instance, connecting to the remote MBean server.
  • invoke
    Invoke the given operation on the remote Scheduler MBean.
  • setSchedulerObjectName
    Set the name under which the Scheduler MBean is registered on the remote MBean server.
  • triggerJob
    Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associ
  • isInStandbyMode
    Calls the equivalent method on the 'proxied' QuartzScheduler.
  • isStarted
    Whether the scheduler has been started. Note: This only reflects whether #start() has ever been call
  • setSchedulingContext
    Set the scheduling context of this proxy.
  • toBoolean
  • triggerJobWithVolatileTrigger
    Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associ
  • toBoolean,
  • triggerJobWithVolatileTrigger

Popular in Java

  • Start an intent from android
  • getResourceAsStream (ClassLoader)
  • startActivity (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • InetAddress (java.net)
    This class represents an Internet Protocol (IP) address. An IP address is either a 32-bit or 128-bit
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement.A servlet is a small Java program that runs within
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • LogFactory (org.apache.commons.logging)
    A minimal incarnation of Apache Commons Logging's LogFactory API, providing just the common Log look
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now