public interface IAgentLocation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME
Service name constant for the agent location service.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getDataArea(java.lang.String namespace)
Returns the location where the bundle with the given namespace
may write its agent-related data.
|
java.net.URI |
getRootLocation()
Returns the root
URI of the agent metadata. |
static final java.lang.String SERVICE_NAME
java.net.URI getDataArea(java.lang.String namespace)
namespace - The namespace of the bundle storing the datajava.net.URI getRootLocation()
URI of the agent metadata.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.