|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComputeResourceInfo | |
---|---|
org.gwe.api | |
org.gwe.api.impl | |
org.gwe.app.controller | |
org.gwe.app.daemon.domain | |
org.gwe.persistence.dao | |
org.gwe.persistence.model |
Uses of ComputeResourceInfo in org.gwe.api |
---|
Methods in org.gwe.api with parameters of type ComputeResourceInfo | |
---|---|
boolean |
ServerAPI4Agent.reserveAllocation(int allocationId,
ComputeResourceInfo compRes)
|
Uses of ComputeResourceInfo in org.gwe.api.impl |
---|
Methods in org.gwe.api.impl with parameters of type ComputeResourceInfo | |
---|---|
boolean |
ServerAPI4AgentImpl.reserveAllocation(int allocId,
ComputeResourceInfo compRes)
|
Uses of ComputeResourceInfo in org.gwe.app.controller |
---|
Methods in org.gwe.app.controller with parameters of type ComputeResourceInfo | |
---|---|
boolean |
Session4Agent.reserveAllocation(int allocationId,
ComputeResourceInfo compRes)
|
Uses of ComputeResourceInfo in org.gwe.app.daemon.domain |
---|
Methods in org.gwe.app.daemon.domain with parameters of type ComputeResourceInfo | |
---|---|
boolean |
AgentDomain.attachAllocation(int allocId,
ComputeResourceInfo compRes)
|
Uses of ComputeResourceInfo in org.gwe.persistence.dao |
---|
Methods in org.gwe.persistence.dao with parameters of type ComputeResourceInfo | |
---|---|
void |
ComputeResourceInfoDAO.saveOrUpdateAndFlush(ComputeResourceInfo compRes)
|
Uses of ComputeResourceInfo in org.gwe.persistence.model |
---|
Methods in org.gwe.persistence.model that return ComputeResourceInfo | |
---|---|
static ComputeResourceInfo |
ComputeResourceInfo.createLocalInfo(int allocationId)
|
ComputeResourceInfo |
AllocationInfo.getCompResource()
|
Methods in org.gwe.persistence.model with parameters of type ComputeResourceInfo | |
---|---|
void |
AllocationLive.registerAsRunningOn(ComputeResourceInfo compRes)
|
void |
AllocationInfo.setCompResource(ComputeResourceInfo compRes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |