|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.connection.Connection
com.quartzdesk.service.types.v4_0.connection.SchedulerConnection
public class SchedulerConnection
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 |
|---|
protected RemoteJmxService remoteJmxService
protected String schedulerObjectName
protected SchedulerType schedulerType
| Constructor Detail |
|---|
public SchedulerConnection()
| Method Detail |
|---|
public RemoteJmxService getRemoteJmxService()
RemoteJmxServicepublic void setRemoteJmxService(RemoteJmxService value)
value - allowed object is
RemoteJmxServicepublic String getSchedulerObjectName()
Stringpublic void setSchedulerObjectName(String value)
value - allowed object is
Stringpublic SchedulerType getSchedulerType()
SchedulerTypepublic void setSchedulerType(SchedulerType value)
value - allowed object is
SchedulerTypepublic SchedulerConnection withRemoteJmxService(RemoteJmxService value)
public SchedulerConnection withSchedulerObjectName(String value)
public SchedulerConnection withSchedulerType(SchedulerType value)
public SchedulerConnection withId(Long value)
withId in class Connectionpublic SchedulerConnection withName(String value)
withName in class Connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||