wt.queue
Class QueueController.QueueInfo

java.lang.Object
  extended bywt.queue.QueueController.QueueInfo
All Implemented Interfaces:
Serializable
Enclosing class:
QueueController

public static class QueueController.QueueInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  boolean enabled
           
(package private)  String name
           
(package private)  String queueHost
           
(package private)  String queueState
           
(package private)  String queueType
           
 
Constructor Summary
QueueController.QueueInfo(String qt, String qh, String name, String state, boolean en)
           
 
Method Summary
 boolean getEnabled()
           
 String getName()
           
 String getQueueHost()
           
 String getQueueState()
           
 String getQueueType()
           
 void setEnabled(boolean en)
           
 void setQueueHost(String host)
           
 void setQueueState(String state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queueType

String queueType

queueHost

String queueHost

name

String name

queueState

String queueState

enabled

boolean enabled
Constructor Detail

QueueController.QueueInfo

public QueueController.QueueInfo(String qt,
                                 String qh,
                                 String name,
                                 String state,
                                 boolean en)
Method Detail

getQueueType

public String getQueueType()

getQueueHost

public String getQueueHost()

setQueueHost

public void setQueueHost(String host)

getName

public String getName()

getQueueState

public String getQueueState()

setQueueState

public void setQueueState(String state)

getEnabled

public boolean getEnabled()

setEnabled

public void setEnabled(boolean en)