g-Eclipse
Release 1.0.0

eu.geclipse.batch
Interface IQueueInfo


public interface IQueueInfo

Interface for holding information about a specific queue.


Nested Class Summary
static class IQueueInfo.QueueRunState
          This field determines the type of the running state of this Queue.
static class IQueueInfo.QueueState
          This field determines the type of the state of this Queue.
static class IQueueInfo.QueueType
          This field determines the type of this Queue.
 
Method Summary
 java.lang.String getLm()
           
 int getMemory()
           
 java.lang.String getNode()
           
 int getQue()
           
 java.lang.String getQueueName()
           
 int getRun()
           
 IQueueInfo.QueueRunState getRunState()
           
 IQueueInfo.QueueState getState()
           
 java.lang.String getTimeCPU()
           
 java.lang.String getTimeWall()
           
 void setLm(java.lang.String lm)
           
 void setMemory(int memory)
           
 void setNode(java.lang.String node)
           
 void setQue(int que)
           
 void setRun(int run)
           
 void setRunState(IQueueInfo.QueueRunState runState)
           
 void setState(IQueueInfo.QueueState state)
           
 void setTimeCPU(java.lang.String timeCPU)
           
 void setTimeWall(java.lang.String timeWall)
           
 

Method Detail

getLm

java.lang.String getLm()
Returns:
the lm

setLm

void setLm(java.lang.String lm)
Parameters:
lm - the lm to set

getMemory

int getMemory()
Returns:
the memory

setMemory

void setMemory(int memory)
Parameters:
memory - the memory to set

getNode

java.lang.String getNode()
Returns:
the node

setNode

void setNode(java.lang.String node)
Parameters:
node - the node to set

getQue

int getQue()
Returns:
the que

setQue

void setQue(int que)
Parameters:
que - the que to set

getRun

int getRun()
Returns:
the run

setRun

void setRun(int run)
Parameters:
run - the run to set

getState

IQueueInfo.QueueState getState()
Returns:
the state

setState

void setState(IQueueInfo.QueueState state)
Parameters:
state - the state to set

getRunState

IQueueInfo.QueueRunState getRunState()
Returns:
the runState

setRunState

void setRunState(IQueueInfo.QueueRunState runState)
Parameters:
runState - the runState to set

getTimeCPU

java.lang.String getTimeCPU()
Returns:
the timeCPU

setTimeCPU

void setTimeCPU(java.lang.String timeCPU)
Parameters:
timeCPU - the timeCPU to set

getTimeWall

java.lang.String getTimeWall()
Returns:
the timeWall

setTimeWall

void setTimeWall(java.lang.String timeWall)
Parameters:
timeWall - the timeWall to set

getQueueName

java.lang.String getQueueName()
Returns:
the queueName

g-Eclipse
Release 1.0.0