Uses of Class
org.eclipse.ecf.core.identity.Namespace
Package
Description
-
Uses of Namespace in org.eclipse.ecf.console
Modifier and TypeMethodDescriptionprotected String
AbstractCommand.formatNamespace
(Namespace ns, int level, org.apache.felix.service.command.Converter escape) -
Uses of Namespace in org.eclipse.ecf.core
Modifier and TypeMethodDescriptionBaseContainer.getConnectNamespace()
IContainer.getConnectNamespace()
Get the Namespace for creating a targetID suitable for use as the first parameter in subsequent calls toIContainer.connect(ID, IConnectContext)
. -
Uses of Namespace in org.eclipse.ecf.core.identity
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Modifier and TypeMethodDescriptionIDFactory.addNamespace
(Namespace namespace) IIDFactory.addNamespace
(Namespace n) Add the given Namespace to our table of available Namespacesstatic final Namespace
IDFactory.addNamespace0
(Namespace namespace) BaseID.getNamespace()
ID.getNamespace()
Get the Namespace instance associated with this identityIDFactory.getNamespace
(Namespace namespace) IIDFactory.getNamespace
(Namespace n) Get the given Namespace instance from tableStringID.getNamespace()
protected static final Namespace
IDFactory.getNamespace0
(String name) protected static final Namespace
IDFactory.getNamespace0
(Namespace n) IDFactory.getNamespaceByName
(String name) IIDFactory.getNamespaceByName
(String name) Get a Namespace instance by its string name.IDFactory.removeNamespace
(Namespace n) IIDFactory.removeNamespace
(Namespace n) Remove the given Namespace from our table of available Namespacesstatic final Namespace
IDFactory.removeNamespace0
(Namespace n) Modifier and TypeMethodDescriptionIDFactory.getNamespaces()
IIDFactory.getNamespaces()
Get a list of the current Namespace instances exposed by this factory.Modifier and TypeMethodDescriptionIDFactory.addNamespace
(Namespace namespace) IIDFactory.addNamespace
(Namespace n) Add the given Namespace to our table of available Namespacesstatic final Namespace
IDFactory.addNamespace0
(Namespace namespace) boolean
IDFactory.containsNamespace
(Namespace namespace) boolean
IIDFactory.containsNamespace
(Namespace n) Check whether table contains given Namespace instancestatic final boolean
IDFactory.containsNamespace0
(Namespace n) Make a new identity.Make a new identity instance from a namespace and String.IDFactory.getNamespace
(Namespace namespace) IIDFactory.getNamespace
(Namespace n) Get the given Namespace instance from tableprotected static final Namespace
IDFactory.getNamespace0
(Namespace n) IDFactory.removeNamespace
(Namespace n) IIDFactory.removeNamespace
(Namespace n) Remove the given Namespace from our table of available Namespacesstatic final Namespace
IDFactory.removeNamespace0
(Namespace n) ModifierConstructorDescriptionprotected
protected
protected
protected
protected
Protected constructor for factory-based constructionprotected
protected
protected
Protected constructor for factory-based construction -
Uses of Namespace in org.eclipse.ecf.core.provider
Modifier and TypeMethodDescriptionprotected ID
BaseContainerInstantiator.getIDParameterValue
(Namespace ns, Map<String, ?> parameters, String key) protected <T> ID
BaseContainerInstantiator.getIDParameterValue
(Namespace ns, Map<String, ?> parameters, String key, Class<T> type, T def) protected ID
BaseContainerInstantiator.getIDParameterValue
(Namespace ns, Map<String, ?> parameters, String key, String def) -
Uses of Namespace in org.eclipse.ecf.discovery
Modifier and TypeMethodDescriptionAbstractDiscoveryContainerAdapter.getConnectNamespace()
AbstractDiscoveryContainerAdapter.getServicesNamespace()
IDiscoveryAdvertiser.getServicesNamespace()
Get a Namespace for services associated with this discovery container adapter.IDiscoveryLocator.getServicesNamespace()
Get a Namespace for services associated with this discovery container adapter. -
Uses of Namespace in org.eclipse.ecf.discovery.identity
Modifier and TypeMethodDescriptionIServiceIDFactory.createServiceTypeID
(Namespace namespace, String serviceType) Create an IServiceTypeID.IServiceIDFactory.createServiceTypeID
(Namespace namespace, String[] serviceType) Create an IServiceTypeID.IServiceIDFactory.createServiceTypeID
(Namespace namespace, String[] serviceType, String[] protocols) Create an IServiceTypeID.IServiceIDFactory.createServiceTypeID
(Namespace namespace, String[] services, String[] scopes, String[] protocols, String namingAuthority) Create an IServiceTypeID.IServiceIDFactory.createServiceTypeID
(Namespace namespace, IServiceTypeID aServiceTypeID) Create an IServiceTypeID.ServiceIDFactory.createServiceTypeID
(Namespace namespace, String serviceType) ServiceIDFactory.createServiceTypeID
(Namespace namespace, String[] serviceType) ServiceIDFactory.createServiceTypeID
(Namespace namespace, String[] serviceType, String[] protocols) ServiceIDFactory.createServiceTypeID
(Namespace namespace, String[] serviceType, String[] scopes, String[] protocols, String namingAuthority) ServiceIDFactory.createServiceTypeID
(Namespace namespace, IServiceTypeID aServiceTypeId) ModifierConstructorDescriptionprotected
ServiceID
(Namespace namespace, IServiceTypeID type, URI anURI) protected
ServiceTypeID
(Namespace namespace) ServiceTypeID
(Namespace namespace, String aType) Clients should not call this method directly.protected
ServiceTypeID
(Namespace namespace, String[] services, String[] scopes, String[] protocols, String namingAuthority) protected
ServiceTypeID
(Namespace ns, IServiceTypeID id) -
Uses of Namespace in org.eclipse.ecf.filetransfer
Modifier and TypeMethodDescriptionIRemoteFileSystemBrowserContainerAdapter.getBrowseNamespace()
Get theNamespace
instance for creating IFileIDs that represent remote files or directories.ISendFileTransferContainerAdapter.getOutgoingNamespace()
Get namespace for outgoing file transfer.IRetrieveFileTransferContainerAdapter.getRetrieveNamespace()
Get namespace to be used for creation of remoteFileID for retrieve request. -
Uses of Namespace in org.eclipse.ecf.filetransfer.identity
Modifier and TypeMethodDescriptionFileIDFactory.createFileID
(Namespace namespace, Object[] arguments) Create an IFileID from a Namespace and a String.FileIDFactory.createFileID
(Namespace namespace, String remoteFile) Create an IFileID from a Namespace and a String.FileIDFactory.createFileID
(Namespace namespace, URI remoteFile) Create an IFileID from a Namespace and a String.FileIDFactory.createFileID
(Namespace namespace, URL remoteFile) Create an IFileID from a Namespace and a String.IFileIDFactory.createFileID
(Namespace namespace, Object[] arguments) Create an IFileID from a Namespace and a String.IFileIDFactory.createFileID
(Namespace namespace, String remoteFile) Create an IFileID from a Namespace and a String.IFileIDFactory.createFileID
(Namespace namespace, URI remoteFile) Create an IFileID from a Namespace and a String.IFileIDFactory.createFileID
(Namespace namespace, URL remoteFile) Create an IFileID from a Namespace and a String. -
Uses of Namespace in org.eclipse.ecf.osgi.services.remoteserviceadmin
ModifierConstructorDescriptionDiscoveredEndpointDescription
(Namespace discoveryLocatorNamespace, IServiceID serviceID, EndpointDescription endpointDescription) -
Uses of Namespace in org.eclipse.ecf.provider.dnssd
ModifierConstructorDescriptionprotected
DnsSdServiceID
(Namespace namespace, IServiceTypeID type, URI anUri) DnsSdServiceTypeID
(Namespace namespace, String aType) -
Uses of Namespace in org.eclipse.ecf.provider.filetransfer.browse
-
Uses of Namespace in org.eclipse.ecf.provider.filetransfer.identity
ModifierConstructorDescriptionFileTransferID
(Namespace namespace, URI uri) FileTransferID
(Namespace namespace, URL url) -
Uses of Namespace in org.eclipse.ecf.provider.filetransfer.outgoing
Modifier and TypeMethodDescriptionAbstractOutgoingFileTransfer.getOutgoingNamespace()
MultiProtocolOutgoingAdapter.getOutgoingNamespace()
-
Uses of Namespace in org.eclipse.ecf.provider.filetransfer.retrieve
Modifier and TypeMethodDescriptionAbstractRetrieveFileTransfer.getRetrieveNamespace()
MultiProtocolRetrieveAdapter.getRetrieveNamespace()
-
Uses of Namespace in org.eclipse.ecf.provider.generic
Modifier and TypeMethodDescriptionSOContainer.getConnectNamespace()
SOContext.getConnectNamespace()
-
Uses of Namespace in org.eclipse.ecf.provider.jslp.identity
-
Uses of Namespace in org.eclipse.ecf.provider.r_osgi.identity
Modifier and TypeClassDescriptionclass
The R-OSGi default transport namespace (r-osgi://).class
class
class
Modifier and TypeMethodDescriptionstatic Namespace
R_OSGiNamespace.getDefault()
get the singleton instance of this namespace.static Namespace
R_OSGiWSNamespace.getDefault()
get the singleton instance of this namespace.static Namespace
R_OSGiWSSNamespace.getDefault()
get the singleton instance of this namespace. -
Uses of Namespace in org.eclipse.ecf.provider.remoteservice.generic
Modifier and TypeMethodDescriptionRegistrySharedObject.getRemoteServiceNamespace()
RemoteServiceContainer.getRemoteServiceNamespace()
-
Uses of Namespace in org.eclipse.ecf.remoteservice
Modifier and TypeMethodDescriptionAbstractRSAContainer.getConnectNamespace()
IRemoteServiceConsumer.getRemoteServiceNamespace()
Get namespace to use for this remote service provider.IRemoteServiceContainerAdapter.getRemoteServiceNamespace()
Get namespace to use for this remote service provider.IRemoteServiceHost.getRemoteServiceNamespace()
Get namespace to use for this remote service provider.RemoteServiceContainerAdapterImpl.getRemoteServiceNamespace()
ModifierConstructorDescriptionRemoteServiceID
(Namespace namespace, ID containerID, long containerRelative) -
Uses of Namespace in org.eclipse.ecf.remoteservice.client
Modifier and TypeMethodDescriptionAbstractRSAClientContainer.getConnectNamespace()
AbstractClientContainer.getRemoteServiceNamespace()
ModifierConstructorDescriptionRemoteServiceClientRegistration
(Namespace namespace, String[] classNames, IRemoteCallable[][] restCalls, Dictionary properties, RemoteServiceClientRegistry registry) RemoteServiceClientRegistration
(Namespace namespace, IRemoteCallable[] restCalls, Dictionary properties, RemoteServiceClientRegistry registry) -
Uses of Namespace in org.eclipse.ecf.remoteservice.provider
Modifier and TypeMethodDescriptionIRemoteServiceDistributionProvider.getNamespace()
Return the Namespace (or subclass) to register for this distribution provider.RemoteServiceDistributionProvider.getNamespace()
Modifier and TypeMethodDescriptionRemoteServiceDistributionProvider.Builder.setNamespace
(Namespace ns) protected RemoteServiceDistributionProvider
RemoteServiceDistributionProvider.setNamespace
(Namespace ns) -
Uses of Namespace in org.eclipse.ecf.remoteservice.rest.client
ModifierConstructorDescriptionRestRemoteServiceClientRegistration
(Namespace namespace, String[] classNames, IRemoteCallable[][] restCalls, Dictionary properties, RemoteServiceClientRegistry registry) RestRemoteServiceClientRegistration
(Namespace namespace, IRemoteCallable[] restCalls, Dictionary properties, RemoteServiceClientRegistry registry) -
Uses of Namespace in org.eclipse.ecf.remoteservice.rest.identity
Modifier and TypeClassDescriptionclass
This class represents aNamespace
forRestClientContainer
s. -
Uses of Namespace in org.eclipse.ecf.remoteservice.servlet
-
Uses of Namespace in org.eclipse.ecf.remoteservice.util
Modifier and TypeMethodDescriptionstatic Namespace
IDUtil.findNamespaceByIdName
(String idName) static Namespace
IDUtil.findNamespaceByScheme
(String scheme) static Namespace
IDUtil.getNamespaceByName
(String namespaceName)