Class TurbineNamingService

    • Method Detail

      • getContext

        public Context getContext​(String contextName)
        Return the Context with the specified name. The Context is constructed using the properties for the context with the specified name; ie. those properties that start with "services.servicename.properties.name.".
        Specified by:
        getContext in interface NamingService
        Parameters:
        contextName - The name of the context.
        Returns:
        The context with the specified name, or null if no context exists with that name.