com.quartzdesk.service.types.v4_0.connection
Class SchedulerConnection

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.connection.Connection
      extended by com.quartzdesk.service.types.v4_0.connection.SchedulerConnection

public class SchedulerConnection
extends Connection

Java class for SchedulerConnection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SchedulerConnection">
   <complexContent>
     <extension base="{http://service.quartzdesk.com/types/v4_0/connection}Connection">
       <sequence>
         <element name="remoteJmxService" type="{http://service.quartzdesk.com/types/v4_0/jmx}RemoteJmxService"/>
         <element name="schedulerObjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="schedulerType" type="{http://service.quartzdesk.com/types/v4_0/scheduler}SchedulerType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  RemoteJmxService remoteJmxService
           
protected  String schedulerObjectName
           
protected  SchedulerType schedulerType
           
 
Fields inherited from class com.quartzdesk.service.types.v4_0.connection.Connection
id, name
 
Constructor Summary
SchedulerConnection()
           
 
Method Summary
 RemoteJmxService getRemoteJmxService()
          Gets the value of the remoteJmxService property.
 String getSchedulerObjectName()
          Gets the value of the schedulerObjectName property.
 SchedulerType getSchedulerType()
          Gets the value of the schedulerType property.
 void setRemoteJmxService(RemoteJmxService value)
          Sets the value of the remoteJmxService property.
 void setSchedulerObjectName(String value)
          Sets the value of the schedulerObjectName property.
 void setSchedulerType(SchedulerType value)
          Sets the value of the schedulerType property.
 SchedulerConnection withId(Long value)
           
 SchedulerConnection withName(String value)
           
 SchedulerConnection withRemoteJmxService(RemoteJmxService value)
           
 SchedulerConnection withSchedulerObjectName(String value)
           
 SchedulerConnection withSchedulerType(SchedulerType value)
           
 
Methods inherited from class com.quartzdesk.service.types.v4_0.connection.Connection
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteJmxService

protected RemoteJmxService remoteJmxService

schedulerObjectName

protected String schedulerObjectName

schedulerType

protected SchedulerType schedulerType
Constructor Detail

SchedulerConnection

public SchedulerConnection()
Method Detail

getRemoteJmxService

public RemoteJmxService getRemoteJmxService()
Gets the value of the remoteJmxService property.

Returns:
possible object is RemoteJmxService

setRemoteJmxService

public void setRemoteJmxService(RemoteJmxService value)
Sets the value of the remoteJmxService property.

Parameters:
value - allowed object is RemoteJmxService

getSchedulerObjectName

public String getSchedulerObjectName()
Gets the value of the schedulerObjectName property.

Returns:
possible object is String

setSchedulerObjectName

public void setSchedulerObjectName(String value)
Sets the value of the schedulerObjectName property.

Parameters:
value - allowed object is String

getSchedulerType

public SchedulerType getSchedulerType()
Gets the value of the schedulerType property.

Returns:
possible object is SchedulerType

setSchedulerType

public void setSchedulerType(SchedulerType value)
Sets the value of the schedulerType property.

Parameters:
value - allowed object is SchedulerType

withRemoteJmxService

public SchedulerConnection withRemoteJmxService(RemoteJmxService value)

withSchedulerObjectName

public SchedulerConnection withSchedulerObjectName(String value)

withSchedulerType

public SchedulerConnection withSchedulerType(SchedulerType value)

withId

public SchedulerConnection withId(Long value)
Overrides:
withId in class Connection

withName

public SchedulerConnection withName(String value)
Overrides:
withName in class Connection


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.