public class Executor extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
ATT_NAME |
static QName |
ATT_VALUE |
static QName |
BEFORE_EXECUTE_HANDLER |
static QName |
CLASS_ATT |
static QName |
CORE_ATT |
static QName |
IS_FIXED_ATT |
static QName |
KEEP_ALIVE_ATT |
static QName |
MAX_ATT |
static QName |
NAME_ATT |
static String |
NAMESPACE |
static QName |
NEXT_QUEUE_ATT |
static QName |
PRIORITY_ATT |
static QName |
SIZE_ATT |
Constructor and Description |
---|
Executor() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement e) |
String |
getAlgorithm() |
String |
getBeforeExecuteHandler() |
int |
getCore() |
int |
getKeepAlive() |
int |
getMax() |
String |
getName() |
List<Queue> |
getQueues() |
boolean |
isFixedSize() |
org.apache.axiom.om.OMElement |
serialize() |
void |
setAlgorithm(String algorithm) |
void |
setBeforeExecuteHandler(String beforeExecuteHandler) |
void |
setCore(int core) |
void |
setFixedSize(boolean fixedSize) |
void |
setKeepAlive(int keep_alive) |
void |
setMax(int max) |
void |
setName(String name) |
void |
setQueues(List<Queue> queues) |
public static final QName NAME_ATT
public static final QName CLASS_ATT
public static final QName ATT_NAME
public static final QName ATT_VALUE
public static final QName SIZE_ATT
public static final QName PRIORITY_ATT
public static final QName IS_FIXED_ATT
public static final QName BEFORE_EXECUTE_HANDLER
public static final QName NEXT_QUEUE_ATT
public static final QName MAX_ATT
public static final QName CORE_ATT
public static final QName KEEP_ALIVE_ATT
public static final String NAMESPACE
public void build(org.apache.axiom.om.OMElement e) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public org.apache.axiom.om.OMElement serialize()
public int getCore()
public int getMax()
public int getKeepAlive()
public String getAlgorithm()
public String getBeforeExecuteHandler()
public void setCore(int core)
public void setMax(int max)
public void setKeepAlive(int keep_alive)
public void setAlgorithm(String algorithm)
public String getName()
public void setName(String name)
public void setBeforeExecuteHandler(String beforeExecuteHandler)
public boolean isFixedSize()
public void setFixedSize(boolean fixedSize)
Copyright © 2022 WSO2. All rights reserved.