|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.processqueue.ServerQueueConfiguration
public class ServerQueueConfiguration
Entity representing the server's queue listening configuration.
Field Summary | |
---|---|
static String |
NAMED_QUERY_FIND_CONFIGURATION_BY_SERVER_ID
Name of named query to retrieve a server configuration by the server id. |
Constructor Summary | |
---|---|
ServerQueueConfiguration()
|
Method Summary | |
---|---|
String |
getId()
Returns the id of the configuration. |
int |
getNumberOfThreads()
Returns the number of threads that listen to the queue. |
String |
getServerId()
Returns the server name/id. |
void |
setId(String id)
Sets the id of the configuration. |
void |
setNumberOfThreads(int threads)
Sets the number of threads that listen to the queue. |
void |
setServerId(String serverId)
Sets the server name/id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAMED_QUERY_FIND_CONFIGURATION_BY_SERVER_ID
serverId
Constructor Detail |
---|
public ServerQueueConfiguration()
Method Detail |
---|
public String getId()
public String getServerId()
serverId
node
in lumisportalconfig.xml.
public int getNumberOfThreads()
public void setId(String id)
id
- surrogate id.public void setServerId(String serverId)
serverId
node in
lumisportalconfig.xml.
serverId
- for this configuration.public void setNumberOfThreads(int threads)
threads
- number of threads that listen to the queue.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |