public class R_OSGiRemoteServiceNamespace extends Namespace
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
SCHEME_SEPARATOR| Constructor and Description |
|---|
R_OSGiRemoteServiceNamespace() |
| Modifier and Type | Method and Description |
|---|---|
ID |
createInstance(java.lang.Object[] parameters)
Make an instance of this namespace.
|
java.lang.String |
getScheme()
Get the primary scheme associated with this namespace.
|
equals, getAdapter, getCompareToForObject, getDescription, getHashCodeForID, getInitStringFromExternalForm, getName, getNameForID, getSupportedParameterTypes, getSupportedSchemes, hashCode, initialize, testIDEquals, toExternalForm, toStringpublic static final java.lang.String NAME
public ID createInstance(java.lang.Object[] parameters) throws IDCreateException
NamespaceSee
Namespace.getSupportedParameterTypes() to get information relevant to
deciding what parameter types are expected by this method.
createInstance in class Namespaceparameters - an Object[] of parameters for creating ID instances. May be
null.IDCreateException - if construction failspublic java.lang.String getScheme()
Namespacenull scheme
identifier. Note that the returned scheme should not contain the
Namespace.SCHEME_SEPARATOR (\":\").