org.ow2.weblab.core.services
Interface QueueManager
public interface QueueManager
The QueueManager interface will be used to define services able to iterate over a set of resources and return them one by one.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.1.3-b02-
Generated source version: 2.1
nextResource
NextResourceReturn nextResource(NextResourceArgs args)
throws AccessDeniedException,
ContentNotAvailableException,
EmptyQueueException,
InsufficientResourcesException,
InvalidParameterException,
ServiceNotConfiguredException,
UnexpectedException,
UnsupportedRequestException
- Returns the next resource.
- Parameters:
args
-
- Returns:
- returns org.ow2.weblab.core.services.queuemanager.NextResourceReturn
- Throws:
InvalidParameterException
ContentNotAvailableException
UnexpectedException
AccessDeniedException
EmptyQueueException
InsufficientResourcesException
UnsupportedRequestException
ServiceNotConfiguredException
Copyright © 2004-2010. All Rights Reserved.