|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceContext
The Interface ServiceContext.
Method Summary | |
---|---|
String |
getBrokerURL()
Gets the broker url. |
int |
getCasPoolSize()
Gets the cas pool size. |
Action |
getCpCAdditionalAction()
Gets the cp c additional action. |
String |
getDescription()
Gets the description. |
String |
getDescriptor()
Gets the descriptor. |
String |
getEndpoint()
Gets the endpoint. |
int |
getInitialHeapSize()
Gets the initial heap size. |
String |
getName()
Gets the name. |
int |
getPrefetch()
Gets the prefetch. |
Action |
getProcessErrorThresholdAction()
Gets the process error threshold action. |
int |
getProcessErrorThresholdCount()
Gets the process error threshold count. |
int |
getProcessErrorThresholdWindow()
Gets the process error threshold window. |
String |
getProtocol()
Gets the protocol. |
String |
getProvider()
Gets the provider. |
int |
getScaleup()
Gets the scaleup. |
boolean |
isAggregate()
Checks if is aggregate. |
boolean |
isAsync()
Checks if is async. |
boolean |
isCasMultiplier()
Checks if is cas multiplier. |
boolean |
processParentLast()
Process parent last. |
void |
setAggregate(boolean aggregate)
Sets the aggregate. |
void |
setAsync(boolean async)
Sets the async. |
void |
setBrokerURL(String brokerURL)
Sets the broker url. |
void |
setCasMultiplier(boolean casMultiplier)
Sets the cas multiplier. |
void |
setCasPoolSize(int casPoolSize)
Sets the cas pool size. |
void |
setCpCAdditionalAction(Action action)
Sets the cp c additional action. |
void |
setDescription(String description)
Sets the description. |
void |
setDescriptor(String descriptor)
Sets the descriptor. |
void |
setEndpoint(String endpoint)
Sets the endpoint. |
void |
setInitialHeapSize(int initialHeapSize)
Sets the initial heap size. |
void |
setName(String name)
Sets the name. |
void |
setPrefetch(int prefetch)
Sets the prefetch. |
void |
setProcessErrorThresholdAction(Action action)
Sets the process error threshold action. |
void |
setProcessErrorThresholdCount(int thresholdCount)
Sets the process error threshold count. |
void |
setProcessErrorThresholdWindow(int thresholdWindow)
Sets the process error threshold window. |
void |
setProcessParentLast(boolean processParentLast)
Sets the process parent last. |
void |
setProtocol(String protocol)
Sets the protocol. |
void |
setProvider(String provider)
Sets the provider. |
void |
setScaleup(int scaleUp)
Sets the scaleup. |
Method Detail |
---|
void setName(String name)
name
- the new nameString getName()
void setDescription(String description)
description
- the new descriptionString getDescription()
void setDescriptor(String descriptor)
descriptor
- the new descriptorString getDescriptor()
void setAsync(boolean async)
async
- the new asyncboolean isAsync()
void setProtocol(String protocol)
protocol
- the new protocolString getProtocol()
void setProvider(String provider)
provider
- the new providerString getProvider()
void setEndpoint(String endpoint)
endpoint
- the new endpointString getEndpoint()
void setBrokerURL(String brokerURL)
brokerURL
- the new broker urlString getBrokerURL()
void setPrefetch(int prefetch)
prefetch
- the new prefetchint getPrefetch()
void setScaleup(int scaleUp)
scaleUp
- the new scaleupint getScaleup()
void setCasMultiplier(boolean casMultiplier)
casMultiplier
- the new cas multiplierboolean isCasMultiplier()
void setAggregate(boolean aggregate)
aggregate
- the new aggregateboolean isAggregate()
void setCasPoolSize(int casPoolSize)
casPoolSize
- the new cas pool sizeint getCasPoolSize()
void setInitialHeapSize(int initialHeapSize)
initialHeapSize
- the new initial heap sizeint getInitialHeapSize()
void setProcessParentLast(boolean processParentLast)
processParentLast
- the new process parent lastboolean processParentLast()
void setProcessErrorThresholdCount(int thresholdCount)
thresholdCount
- the new process error threshold countint getProcessErrorThresholdCount()
void setProcessErrorThresholdWindow(int thresholdWindow)
thresholdWindow
- the new process error threshold windowint getProcessErrorThresholdWindow()
void setProcessErrorThresholdAction(Action action)
action
- the new process error threshold actionAction getProcessErrorThresholdAction()
void setCpCAdditionalAction(Action action)
action
- the new cp c additional actionAction getCpCAdditionalAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |