org.gcube.common.mycontainer
Class MyContainerUtils

java.lang.Object
  extended by org.gcube.common.mycontainer.MyContainer
      extended by org.gcube.common.mycontainer.MyContainerUtils

public class MyContainerUtils
extends MyContainer

Test utilities for in-container tests

Author:
Fabio Simeoni

Constructor Summary
MyContainerUtils()
           
 
Method Summary
static String keyOf(org.apache.axis.message.addressing.EndpointReferenceType reference, String namespace)
          Extract the key of a service instance from a reference to the instance.
 
Methods inherited from class org.gcube.common.mycontainer.MyContainer
address, address, cleanState, configLocation, deploymentsLocation, endpoint, isRunning, libLocation, location, reference, reference, reference, reference, setEndpoint, start, stop, storageLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyContainerUtils

public MyContainerUtils()
Method Detail

keyOf

public static String keyOf(org.apache.axis.message.addressing.EndpointReferenceType reference,
                           String namespace)
Extract the key of a service instance from a reference to the instance.

Parameters:
reference - a reference to the instance
namespace - the namespace of the service
Returns:
the key


Copyright © 2013. All Rights Reserved.