|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface through which a RequestEngine
is configured.
Method Summary | |
DataResourceAccessor |
getDataResourceAccessor() Gets the DataResourceAccessor object that will be available to the ActivityEngine . |
int |
getMaxQueueLength() Returns the maximum queue length as an int . |
int |
getMaxRequests() Returns the maximum number of requests as an int . |
long |
getRequestProcessingTimeout() Returns the request processing timeout as a long . |
SessionCoordinator |
getSessionCoordinator() Gets the session coordinator that will be used by the engine for joining and releasing requests to and from sessions. |
void |
setDataResourceAccessor(DataResourceAccessor dataResourceAccessor) Sets the DataResourceAccessor object that will be available to the ActivityEngine for accessing the data service's underlying data resource. |
Method Detail |
public DataResourceAccessor getDataResourceAccessor()
DataResourceAccessor
object that will be available to the ActivityEngine
.
DataResourceAccessor
for accessing an underlying data resource.public int getMaxQueueLength()
int
.
public int getMaxRequests()
int
.
public long getRequestProcessingTimeout()
long
.
public SessionCoordinator getSessionCoordinator()
SessionCoordinator
public void setDataResourceAccessor(DataResourceAccessor dataResourceAccessor)
DataResourceAccessor
object that will be available to the ActivityEngine
for accessing the data service's underlying data resource.
dataResourceAccessor
- A DataResourceAccessor
object.java.lang.IllegalArgumentException
- If dataResourceAccessor
is null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |