|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DaemonRequest | |
---|---|
org.gwe.api | |
org.gwe.api.impl | |
org.gwe.app.controller | |
org.gwe.app.daemon.domain | |
org.gwe.integration.lddmm | |
org.gwe.persistence.model | |
org.gwe.persistence.model.order |
Uses of DaemonRequest in org.gwe.api |
---|
Subclasses of DaemonRequest in org.gwe.api | |
---|---|
class |
ShutdownDaemonRequest
|
class |
SystemDaemonRequest<PARAMS_TYPE extends Serializable>
|
Methods in org.gwe.api that return DaemonRequest | |
---|---|
DaemonRequest<?> |
ServerAPI4Agent.getNextRequest(int allocId)
|
DaemonRequest<?> |
ServerAPI4Agent.getNextRequestAgain(int allocId)
|
Uses of DaemonRequest in org.gwe.api.impl |
---|
Methods in org.gwe.api.impl that return DaemonRequest | |
---|---|
DaemonRequest<?> |
ServerAPI4AgentImpl.getNextRequest(int allocId)
|
DaemonRequest<?> |
ServerAPI4AgentImpl.getNextRequestAgain(int allocId)
|
Uses of DaemonRequest in org.gwe.app.controller |
---|
Methods in org.gwe.app.controller that return DaemonRequest | |
---|---|
DaemonRequest<?> |
Session4Agent.getNextRequest(int allocId)
|
DaemonRequest<?> |
Session4Agent.getNextRequestAgain(int allocId)
|
Uses of DaemonRequest in org.gwe.app.daemon.domain |
---|
Methods in org.gwe.app.daemon.domain that return DaemonRequest | |
---|---|
DaemonRequest<?> |
AgentDomain.extractRequestFromNextJobAssignedBlocking(int allocId)
|
DaemonRequest<?> |
AgentDomain.getCurrentProcessingExecution(int allocId)
|
Uses of DaemonRequest in org.gwe.integration.lddmm |
---|
Subclasses of DaemonRequest in org.gwe.integration.lddmm | |
---|---|
class |
LDDMMDaemonRequest
|
Uses of DaemonRequest in org.gwe.persistence.model |
---|
Fields in org.gwe.persistence.model declared as DaemonRequest | |
---|---|
protected DaemonRequest<?> |
JobInfo.request
|
Methods in org.gwe.persistence.model that return DaemonRequest | |
---|---|
DaemonRequest<?> |
JobInfo.getRequest()
|
Constructors in org.gwe.persistence.model with parameters of type DaemonRequest | |
---|---|
JobInfo(int jobNum,
JobDescriptor descriptor,
DaemonRequest<?> daemonRequest)
|
Uses of DaemonRequest in org.gwe.persistence.model.order |
---|
Subclasses of DaemonRequest in org.gwe.persistence.model.order | |
---|---|
class |
OSCommandDaemonRequest<DRP_TYPE extends Serializable>
|
Fields in org.gwe.persistence.model.order with type parameters of type DaemonRequest | |
---|---|
protected java.lang.Class<? extends DaemonRequest> |
OrderDescriptor.daemonRequestClass
|
Methods in org.gwe.persistence.model.order that return types with arguments of type DaemonRequest | |
---|---|
java.lang.Class<? extends DaemonRequest> |
OrderDescriptor.getDaemonRequestClass()
|
Method parameters in org.gwe.persistence.model.order with type arguments of type DaemonRequest | |
---|---|
void |
OrderDescriptor.setDaemonRequestClass(java.lang.Class<? extends DaemonRequest<DAEMON_REQUEST_PARAM_TYPE>> daemonRequestClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |