public class JDLConfig extends Object implements Serializable
| Constructor and Description |
|---|
JDLConfig() |
JDLConfig(boolean chokePerformanceEvents,
boolean chokeProgressEvents,
int passedBy,
boolean queueSupport,
float utilization) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getPassedBy()
Gets the passedBy value for this JDLConfig.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
float |
getUtilization()
Gets the utilization value for this JDLConfig.
|
int |
hashCode() |
boolean |
isChokePerformanceEvents()
Gets the chokePerformanceEvents value for this JDLConfig.
|
boolean |
isChokeProgressEvents()
Gets the chokeProgressEvents value for this JDLConfig.
|
boolean |
isQueueSupport()
Gets the queueSupport value for this JDLConfig.
|
void |
setChokePerformanceEvents(boolean chokePerformanceEvents)
Sets the chokePerformanceEvents value for this JDLConfig.
|
void |
setChokeProgressEvents(boolean chokeProgressEvents)
Sets the chokeProgressEvents value for this JDLConfig.
|
void |
setPassedBy(int passedBy)
Sets the passedBy value for this JDLConfig.
|
void |
setQueueSupport(boolean queueSupport)
Sets the queueSupport value for this JDLConfig.
|
void |
setUtilization(float utilization)
Sets the utilization value for this JDLConfig.
|
public JDLConfig()
public JDLConfig(boolean chokePerformanceEvents,
boolean chokeProgressEvents,
int passedBy,
boolean queueSupport,
float utilization)
public boolean isChokeProgressEvents()
public void setChokeProgressEvents(boolean chokeProgressEvents)
chokeProgressEvents - public boolean isChokePerformanceEvents()
public void setChokePerformanceEvents(boolean chokePerformanceEvents)
chokePerformanceEvents - public boolean isQueueSupport()
public void setQueueSupport(boolean queueSupport)
queueSupport - public float getUtilization()
public void setUtilization(float utilization)
utilization - public int getPassedBy()
public void setPassedBy(int passedBy)
passedBy - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.