public class WsRequestHandlerList extends Object implements DtoList<WsRequestHandler>
| Modifier | Constructor and Description |
|---|---|
protected |
WsRequestHandlerList()
Creates new instance.
|
|
WsRequestHandlerList(Collection<WsRequestHandler> infos,
long total)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<WsRequestHandler> |
getData()
Returns a list of ws request handlers.
|
long |
getTotal()
Returns the total number of ws request handlers.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected WsRequestHandlerList()
public WsRequestHandlerList(Collection<WsRequestHandler> infos, long total)
infos - total - public long getTotal()
getTotal in interface DtoList<WsRequestHandler>public List<WsRequestHandler> getData()
getData in interface DtoList<WsRequestHandler>Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.