Uses of Class
org.eclipse.ecf.core.identity.Namespace
Packages that use Namespace
Package
Description
-
Uses of Namespace in org.eclipse.ecf.console
Methods in org.eclipse.ecf.console that return types with arguments of type NamespaceMethods in org.eclipse.ecf.console with parameters of type NamespaceModifier and TypeMethodDescriptionprotected String
AbstractCommand.formatNamespace
(Namespace ns, int level, org.apache.felix.service.command.Converter escape) -
Uses of Namespace in org.eclipse.ecf.core
Methods in org.eclipse.ecf.core that return NamespaceModifier 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
Subclasses of Namespace in org.eclipse.ecf.core.identityModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Fields in org.eclipse.ecf.core.identity declared as NamespaceMethods in org.eclipse.ecf.core.identity that return NamespaceModifier 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) Methods in org.eclipse.ecf.core.identity that return types with arguments of type NamespaceModifier and TypeMethodDescriptionIDFactory.getNamespaces()
IIDFactory.getNamespaces()
Get a list of the current Namespace instances exposed by this factory.Methods in org.eclipse.ecf.core.identity with parameters of type NamespaceModifier 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) Constructors in org.eclipse.ecf.core.identity with parameters of type NamespaceModifierConstructorDescriptionprotected
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
Methods in org.eclipse.ecf.core.provider with parameters of type NamespaceModifier 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
Methods in org.eclipse.ecf.discovery that return NamespaceModifier 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
Methods in org.eclipse.ecf.discovery.identity with parameters of type NamespaceModifier 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) Constructors in org.eclipse.ecf.discovery.identity with parameters of type NamespaceModifierConstructorDescriptionprotected
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
Methods in org.eclipse.ecf.filetransfer that return NamespaceModifier 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
Methods in org.eclipse.ecf.filetransfer.identity with parameters of type NamespaceModifier 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
Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return NamespaceConstructors in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type NamespaceModifierConstructorDescriptionDiscoveredEndpointDescription
(Namespace discoveryLocatorNamespace, IServiceID serviceID, EndpointDescription endpointDescription) -
Uses of Namespace in org.eclipse.ecf.provider.filetransfer.browse
Methods in org.eclipse.ecf.provider.filetransfer.browse that return Namespace -
Uses of Namespace in org.eclipse.ecf.provider.filetransfer.identity
Subclasses of Namespace in org.eclipse.ecf.provider.filetransfer.identityConstructors in org.eclipse.ecf.provider.filetransfer.identity with parameters of type NamespaceModifierConstructorDescriptionFileTransferID
(Namespace namespace, URI uri) FileTransferID
(Namespace namespace, URL url) -
Uses of Namespace in org.eclipse.ecf.provider.filetransfer.outgoing
Methods in org.eclipse.ecf.provider.filetransfer.outgoing that return NamespaceModifier and TypeMethodDescriptionAbstractOutgoingFileTransfer.getOutgoingNamespace()
MultiProtocolOutgoingAdapter.getOutgoingNamespace()
-
Uses of Namespace in org.eclipse.ecf.provider.filetransfer.retrieve
Methods in org.eclipse.ecf.provider.filetransfer.retrieve that return NamespaceModifier and TypeMethodDescriptionAbstractRetrieveFileTransfer.getRetrieveNamespace()
MultiProtocolRetrieveAdapter.getRetrieveNamespace()
-
Uses of Namespace in org.eclipse.ecf.provider.generic
Methods in org.eclipse.ecf.provider.generic that return NamespaceModifier and TypeMethodDescriptionSOContainer.getConnectNamespace()
SOContext.getConnectNamespace()
-
Uses of Namespace in org.eclipse.ecf.provider.remoteservice.generic
Subclasses of Namespace in org.eclipse.ecf.provider.remoteservice.genericMethods in org.eclipse.ecf.provider.remoteservice.generic that return NamespaceModifier and TypeMethodDescriptionRegistrySharedObject.getRemoteServiceNamespace()
RemoteServiceContainer.getRemoteServiceNamespace()
-
Uses of Namespace in org.eclipse.ecf.remoteservice
Subclasses of Namespace in org.eclipse.ecf.remoteserviceMethods in org.eclipse.ecf.remoteservice that return NamespaceModifier 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()
Constructors in org.eclipse.ecf.remoteservice with parameters of type NamespaceModifierConstructorDescriptionRemoteServiceID
(Namespace namespace, ID containerID, long containerRelative) -
Uses of Namespace in org.eclipse.ecf.remoteservice.client
Methods in org.eclipse.ecf.remoteservice.client that return NamespaceModifier and TypeMethodDescriptionAbstractRSAClientContainer.getConnectNamespace()
AbstractClientContainer.getRemoteServiceNamespace()
Constructors in org.eclipse.ecf.remoteservice.client with parameters of type NamespaceModifierConstructorDescriptionRemoteServiceClientRegistration
(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
Methods in org.eclipse.ecf.remoteservice.provider that return NamespaceModifier and TypeMethodDescriptionIRemoteServiceDistributionProvider.getNamespace()
Return the Namespace (or subclass) to register for this distribution provider.RemoteServiceDistributionProvider.getNamespace()
Methods in org.eclipse.ecf.remoteservice.provider with parameters of type NamespaceModifier and TypeMethodDescriptionRemoteServiceDistributionProvider.Builder.setNamespace
(Namespace ns) protected RemoteServiceDistributionProvider
RemoteServiceDistributionProvider.setNamespace
(Namespace ns) -
Uses of Namespace in org.eclipse.ecf.remoteservice.util
Methods in org.eclipse.ecf.remoteservice.util that return NamespaceModifier and TypeMethodDescriptionstatic Namespace
IDUtil.findNamespaceByIdName
(String idName) static Namespace
IDUtil.findNamespaceByScheme
(String scheme) static Namespace
IDUtil.getNamespaceByName
(String namespaceName) Methods in org.eclipse.ecf.remoteservice.util with parameters of type Namespace