|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPlatformObject
eu.geclipse.core.model.impl.AbstractGridElement
eu.geclipse.core.model.impl.AbstractGridInfoService
public abstract class AbstractGridInfoService
Abstract core implementation of IGridInfoService.
| Constructor Summary | |
|---|---|
AbstractGridInfoService()
|
|
| Method Summary | |
|---|---|
IGridResource[] |
fetchResources(IGridContainer parent,
IVirtualOrganization vo,
IGridResourceCategory category,
IProgressMonitor monitor)
Convenience method that fetches all resources for the specified VO and for the specified (inclusive) category without applying a type filter. |
| Methods inherited from class eu.geclipse.core.model.impl.AbstractGridElement |
|---|
dispose, getAdapter, getProject, isHidden, isVirtual |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface eu.geclipse.core.model.IGridInfoService |
|---|
fetchResources |
| Methods inherited from interface eu.geclipse.core.model.IGridResource |
|---|
getHostName, getURI |
| Methods inherited from interface eu.geclipse.core.model.IGridElement |
|---|
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual |
| Constructor Detail |
|---|
public AbstractGridInfoService()
| Method Detail |
|---|
public IGridResource[] fetchResources(IGridContainer parent,
IVirtualOrganization vo,
IGridResourceCategory category,
IProgressMonitor monitor)
throws ProblemException
IGridInfoService
fetchResources( parent, vo, category, false, null, monitor )
fetchResources in interface IGridInfoServiceparent - The parent of the returned resources. This is the point in the
Grid model were the resources are hooked in.vo - The VO for which to query the information service. Only resources
that are accessible for the specified VO will be returned.category - The category of resources that should be fetched. This may be
null. In that case either all (if exclusive is false)
or no resources (if exclusive is true) will be returned.monitor - A progress monitor used to monitor this operation.
ProblemException - A problem ExceptionIGridInfoService.fetchResources(IGridContainer, IVirtualOrganization, IGridResourceCategory, boolean, Class, IProgressMonitor),
IGridResourceCategory
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||