public interface IComponentIdentifier
Modifier and Type | Field and Description |
---|---|
static IComponentIdentifier[] |
EMPTY_COMPONENTIDENTIFIERS
Return value for empty arrays.
|
static ThreadLocal<IComponentIdentifier> |
LOCAL
The currently executing component (if any).
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAddresses()
Get the addresses.
|
String |
getLocalName()
Get the local component name.
|
String |
getName()
Get the component name.
|
IComponentIdentifier |
getParent()
Get the parent identifier.
|
String |
getPlatformName()
Get the platform name.
|
String |
getPlatformPrefix()
Get the platform name without the suffix for name uniqueness.
|
IComponentIdentifier |
getRoot()
Get the root identifier.
|
static final ThreadLocal<IComponentIdentifier> LOCAL
static final IComponentIdentifier[] EMPTY_COMPONENTIDENTIFIERS
String getName()
String getLocalName()
String getPlatformName()
String getPlatformPrefix()
String[] getAddresses()
IComponentIdentifier getParent()
IComponentIdentifier getRoot()
Copyright © 2012. All Rights Reserved.