g-Eclipse
Release 1.0.0

eu.geclipse.batch
Interface IGridBatchQueueDescription

All Superinterfaces:
IGridContainer, IGridElement
All Known Implementing Classes:
BatchQueueDescription

public interface IGridBatchQueueDescription
extends IGridContainer

A Grid element that describes configuration parameters for a Queue on Grid Site. Such descriptors are used to create Queue configurations.


Method Summary
 java.util.Collection<java.lang.String> getAllowedVirtualOrganizations()
           
 java.lang.String getQueueName()
           
 java.lang.String getQueueStatus()
           
 java.lang.String getQueueType()
           
 
Methods inherited from interface eu.geclipse.core.model.IGridContainer
canContain, contains, create, delete, deleteAll, findChild, findChildWithResource, getChildCount, getChildren, hasChildren, isDirty, isLazy, refresh, setDirty
 
Methods inherited from interface eu.geclipse.core.model.IGridElement
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual
 

Method Detail

getQueueName

java.lang.String getQueueName()
Returns:
Queue Name

getQueueType

java.lang.String getQueueType()
Returns:
Queue Type

getQueueStatus

java.lang.String getQueueStatus()
Returns:
Queue Status

getAllowedVirtualOrganizations

java.util.Collection<java.lang.String> getAllowedVirtualOrganizations()
Returns:
The list of Virtual Organizations that are allowed to use the Queue.

g-Eclipse
Release 1.0.0