Class DetachedREsClient


  • public class DetachedREsClient
    extends Object
    The Class DetachedREsClient.
    Author:
    Giancarlo Panichi, updated by Francesco Mangiacrapa at ISTI-CNR
    • Constructor Detail

      • DetachedREsClient

        public DetachedREsClient()
        Instantiates a new detached R es client.
      • DetachedREsClient

        public DetachedREsClient​(String token)
        Instantiates a new detached R es client.
        Parameters:
        token - the token
    • Method Detail

      • getDetachedREs

        public DetachedREs getDetachedREs()
                                   throws Exception
        Gets the detached R es.
        Returns:
        the detached R es
        Throws:
        Exception - the exception
      • getDetachedREsInScope

        public DetachedREs getDetachedREsInScope​(String scope)
                                          throws Exception
        Gets the detached R es in scope.
        Parameters:
        scope - the scope
        Returns:
        the detached R es in scope
        Throws:
        Exception - the exception
      • findDetachedVREforVREName

        public VRE findDetachedVREforVREName​(String vreName)
        Find detached VRE for VRE name.
        Parameters:
        vreName - the vre name
        Returns:
        the vre detached if it is found.