Class Queue
java.lang.Object
com.almis.awe.model.entities.queues.Queue
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Queue Class
Used to parse the tag 'service' in file Services.xml with XStream
This file contains the list of application service
- Author:
- Pablo GARCIA - 25/JUN/2010
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Queue
public Queue()
-
-
Method Details
-
getElementKey
- Specified by:
getElementKey
in interfaceXMLNode
- Returns:
- the elementKey
-
copy
Description copied from interface:Copyable
Get a copy of this element
-