Uses of Class
org.eclipse.ecf.core.identity.Namespace

Packages that use Namespace
org.eclipse.ecf.core   
org.eclipse.ecf.core.identity   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.datashare   
org.eclipse.ecf.discovery   
org.eclipse.ecf.discovery.identity   
org.eclipse.ecf.example.clients   
org.eclipse.ecf.examples.provider.remoteservice.identity   
org.eclipse.ecf.examples.provider.trivial.identity   
org.eclipse.ecf.filetransfer   
org.eclipse.ecf.filetransfer.identity   
org.eclipse.ecf.osgi.services.remoteserviceadmin   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.discovery   
org.eclipse.ecf.provider.dnssd   
org.eclipse.ecf.provider.filetransfer.browse   
org.eclipse.ecf.provider.filetransfer.identity   
org.eclipse.ecf.provider.filetransfer.outgoing   
org.eclipse.ecf.provider.filetransfer.retrieve   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.jslp.identity   
org.eclipse.ecf.provider.local.identity   
org.eclipse.ecf.provider.r_osgi.identity   
org.eclipse.ecf.provider.remoteservice.generic   
org.eclipse.ecf.provider.xmpp   
org.eclipse.ecf.provider.xmpp.identity   
org.eclipse.ecf.provider.zookeeper.core   
org.eclipse.ecf.remoteservice   
org.eclipse.ecf.remoteservice.client   
org.eclipse.ecf.remoteservice.rest.client   
org.eclipse.ecf.remoteservice.rest.identity   
org.eclipse.ecf.remoteservice.rpc.client   
org.eclipse.ecf.remoteservice.rpc.identity   
org.eclipse.ecf.remoteservice.soap.client   
org.eclipse.ecf.remoteservice.soap.identity   
org.eclipse.ecf.storage   
org.eclipse.ecf.telephony.call   
 

Uses of Namespace in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core that return Namespace
 Namespace BaseContainer.getConnectNamespace()
           
 Namespace IContainer.getConnectNamespace()
          Get the Namespace for creating a targetID suitable for use as the first parameter in subsequent calls to IContainer.connect(ID, IConnectContext).
 

Uses of Namespace in org.eclipse.ecf.core.identity
 

Subclasses of Namespace in org.eclipse.ecf.core.identity
static class GUID.GUIDNamespace
           
static class LongID.LongNamespace
           
static class StringID.StringIDNamespace
           
 

Fields in org.eclipse.ecf.core.identity declared as Namespace
protected  Namespace BaseID.namespace
           
 

Methods in org.eclipse.ecf.core.identity that return Namespace
 Namespace IDFactory.addNamespace(Namespace namespace)
           
 Namespace IIDFactory.addNamespace(Namespace n)
          Add the given Namespace to our table of available Namespaces
static Namespace IDFactory.addNamespace0(Namespace namespace)
           
 Namespace BaseID.getNamespace()
           
 Namespace ID.getNamespace()
          Get the Namespace instance associated with this identity
 Namespace StringID.getNamespace()
           
 Namespace IDFactory.getNamespace(Namespace namespace)
           
 Namespace IIDFactory.getNamespace(Namespace n)
          Get the given Namespace instance from table
protected static Namespace IDFactory.getNamespace0(Namespace n)
           
protected static Namespace IDFactory.getNamespace0(java.lang.String name)
           
 Namespace IDFactory.getNamespaceByName(java.lang.String name)
           
 Namespace IIDFactory.getNamespaceByName(java.lang.String name)
          Get a Namespace instance by its string name.
 Namespace IDFactory.removeNamespace(Namespace n)
           
 Namespace IIDFactory.removeNamespace(Namespace n)
          Remove the given Namespace from our table of available Namespaces
protected static Namespace IDFactory.removeNamespace0(Namespace n)
           
 

Methods in org.eclipse.ecf.core.identity with parameters of type Namespace
 Namespace IDFactory.addNamespace(Namespace namespace)
           
 Namespace IIDFactory.addNamespace(Namespace n)
          Add the given Namespace to our table of available Namespaces
static Namespace IDFactory.addNamespace0(Namespace namespace)
           
 boolean IDFactory.containsNamespace(Namespace namespace)
           
 boolean IIDFactory.containsNamespace(Namespace n)
          Check whether table contains given Namespace instance
static boolean IDFactory.containsNamespace0(Namespace n)
           
 ID IDFactory.createID(Namespace n, java.lang.Object[] args)
           
 ID IIDFactory.createID(Namespace n, java.lang.Object[] args)
          Make a new identity.
 ID IDFactory.createID(Namespace namespace, java.lang.String uri)
           
 ID IIDFactory.createID(Namespace namespace, java.lang.String uri)
          Make a new identity instance from a namespace and String.
 Namespace IDFactory.getNamespace(Namespace namespace)
           
 Namespace IIDFactory.getNamespace(Namespace n)
          Get the given Namespace instance from table
protected static Namespace IDFactory.getNamespace0(Namespace n)
           
 Namespace IDFactory.removeNamespace(Namespace n)
           
 Namespace IIDFactory.removeNamespace(Namespace n)
          Remove the given Namespace from our table of available Namespaces
protected static Namespace IDFactory.removeNamespace0(Namespace n)
           
 

Constructors in org.eclipse.ecf.core.identity with parameters of type Namespace
BaseID(Namespace namespace)
           
GUID(Namespace n)
           
GUID(Namespace n, int byteLength)
           
GUID(Namespace n, java.lang.String value)
           
GUID(Namespace n, java.lang.String algo, java.lang.String provider, int byteLength)
          Protected constructor for factory-based construction
LongID(Namespace n, long v)
           
LongID(Namespace n, java.lang.Long v)
           
StringID(Namespace n, java.lang.String s)
          Protected constructor for factory-based construction
URIID(Namespace namespace, java.net.URI uri)
           
 

Uses of Namespace in org.eclipse.ecf.core.sharedobject
 

Methods in org.eclipse.ecf.core.sharedobject that return Namespace
 Namespace ISharedObjectContext.getConnectNamespace()
          Get the Namespace instance that defines the ID type expected by the remote target container
 

Uses of Namespace in org.eclipse.ecf.datashare
 

Methods in org.eclipse.ecf.datashare that return Namespace
 Namespace IAbstractChannelContainerAdapter.getChannelNamespace()
          Get expected Namespace for channel ID creation
 

Uses of Namespace in org.eclipse.ecf.discovery
 

Methods in org.eclipse.ecf.discovery that return Namespace
 Namespace AbstractDiscoveryContainerAdapter.getConnectNamespace()
           
 Namespace AbstractDiscoveryContainerAdapter.getServicesNamespace()
           
 Namespace IDiscoveryAdvertiser.getServicesNamespace()
          Get a Namespace for services associated with this discovery container adapter.
 Namespace 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 Namespace
 IServiceTypeID IServiceIDFactory.createServiceTypeID(Namespace namespace, IServiceTypeID aServiceTypeID)
          Create an IServiceTypeID.
 IServiceTypeID ServiceIDFactory.createServiceTypeID(Namespace namespace, IServiceTypeID aServiceTypeId)
           
 IServiceTypeID IServiceIDFactory.createServiceTypeID(Namespace namespace, java.lang.String serviceType)
          Create an IServiceTypeID.
 IServiceTypeID ServiceIDFactory.createServiceTypeID(Namespace namespace, java.lang.String serviceType)
           
 IServiceTypeID IServiceIDFactory.createServiceTypeID(Namespace namespace, java.lang.String[] serviceType)
          Create an IServiceTypeID.
 IServiceTypeID ServiceIDFactory.createServiceTypeID(Namespace namespace, java.lang.String[] serviceType)
           
 IServiceTypeID IServiceIDFactory.createServiceTypeID(Namespace namespace, java.lang.String[] serviceType, java.lang.String[] protocols)
          Create an IServiceTypeID.
 IServiceTypeID ServiceIDFactory.createServiceTypeID(Namespace namespace, java.lang.String[] serviceType, java.lang.String[] protocols)
           
 IServiceTypeID IServiceIDFactory.createServiceTypeID(Namespace namespace, java.lang.String[] services, java.lang.String[] scopes, java.lang.String[] protocols, java.lang.String namingAuthority)
          Create an IServiceTypeID.
 IServiceTypeID ServiceIDFactory.createServiceTypeID(Namespace namespace, java.lang.String[] serviceType, java.lang.String[] scopes, java.lang.String[] protocols, java.lang.String namingAuthority)
           
 

Constructors in org.eclipse.ecf.discovery.identity with parameters of type Namespace
ServiceID(Namespace namespace, IServiceTypeID type, java.net.URI anURI)
           
ServiceTypeID(Namespace namespace)
           
ServiceTypeID(Namespace ns, IServiceTypeID id)
           
ServiceTypeID(Namespace namespace, java.lang.String aType)
          Clients should not call this method directly.
ServiceTypeID(Namespace namespace, java.lang.String[] services, java.lang.String[] scopes, java.lang.String[] protocols, java.lang.String namingAuthority)
           
 

Uses of Namespace in org.eclipse.ecf.example.clients
 

Methods in org.eclipse.ecf.example.clients that return Namespace
protected  Namespace XMPPChatRoomClient.getNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.examples.provider.remoteservice.identity
 

Subclasses of Namespace in org.eclipse.ecf.examples.provider.remoteservice.identity
 class RSExampleNamespace
           
 

Constructors in org.eclipse.ecf.examples.provider.remoteservice.identity with parameters of type Namespace
RSExampleID(Namespace n, java.lang.String s)
           
 

Uses of Namespace in org.eclipse.ecf.examples.provider.trivial.identity
 

Subclasses of Namespace in org.eclipse.ecf.examples.provider.trivial.identity
 class TrivialNamespace
           
 

Constructors in org.eclipse.ecf.examples.provider.trivial.identity with parameters of type Namespace
TrivialID(Namespace n, java.lang.String s)
           
 

Uses of Namespace in org.eclipse.ecf.filetransfer
 

Methods in org.eclipse.ecf.filetransfer that return Namespace
 Namespace IRemoteFileSystemBrowserContainerAdapter.getBrowseNamespace()
          Get the Namespace instance for creating IFileIDs that represent remote files or directories.
 Namespace ISendFileTransferContainerAdapter.getOutgoingNamespace()
          Get namespace for outgoing file transfer.
 Namespace 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 Namespace
 IFileID FileIDFactory.createFileID(Namespace namespace, java.lang.Object[] arguments)
          Create an IFileID from a Namespace and a String.
 IFileID IFileIDFactory.createFileID(Namespace namespace, java.lang.Object[] arguments)
          Create an IFileID from a Namespace and a String.
 IFileID FileIDFactory.createFileID(Namespace namespace, java.lang.String remoteFile)
          Create an IFileID from a Namespace and a String.
 IFileID IFileIDFactory.createFileID(Namespace namespace, java.lang.String remoteFile)
          Create an IFileID from a Namespace and a String.
 IFileID FileIDFactory.createFileID(Namespace namespace, java.net.URI remoteFile)
          Create an IFileID from a Namespace and a String.
 IFileID IFileIDFactory.createFileID(Namespace namespace, java.net.URI remoteFile)
          Create an IFileID from a Namespace and a String.
 IFileID FileIDFactory.createFileID(Namespace namespace, java.net.URL remoteFile)
          Create an IFileID from a Namespace and a String.
 IFileID IFileIDFactory.createFileID(Namespace namespace, java.net.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 Namespace
 Namespace DiscoveredEndpointDescription.getDiscoveryLocatorNamespace()
           
 

Constructors in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type Namespace
DiscoveredEndpointDescription(Namespace discoveryLocatorNamespace, IServiceID serviceID, org.osgi.service.remoteserviceadmin.EndpointDescription endpointDescription)
           
ServiceInfoFactory.ServiceInfoKey(EndpointDescription endpointDescription, Namespace discoveryNamespace)
           
 

Uses of Namespace in org.eclipse.ecf.provider.datashare
 

Methods in org.eclipse.ecf.provider.datashare that return Namespace
 Namespace DatashareContainer.getChannelNamespace()
           
 Namespace DatashareContainerAdapter.getChannelNamespace()
           
 Namespace SharedObjectDatashareContainerAdapter.getChannelNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.provider.discovery
 

Methods in org.eclipse.ecf.provider.discovery that return Namespace
 Namespace SingletonDiscoveryContainer.getConnectNamespace()
           
 Namespace SingletonDiscoveryContainer.getServicesNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.provider.dnssd
 

Subclasses of Namespace in org.eclipse.ecf.provider.dnssd
 class DnsSdNamespace
           
 

Constructors in org.eclipse.ecf.provider.dnssd with parameters of type Namespace
DnsSdServiceID(Namespace namespace, IServiceTypeID type, java.net.URI anUri)
           
DnsSdServiceTypeID(Namespace ns, IServiceTypeID id)
           
DnsSdServiceTypeID(Namespace namespace, java.lang.String aType)
           
 

Uses of Namespace in org.eclipse.ecf.provider.filetransfer.browse
 

Methods in org.eclipse.ecf.provider.filetransfer.browse that return Namespace
 Namespace MultiProtocolFileSystemBrowserAdapter.getBrowseNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.provider.filetransfer.identity
 

Subclasses of Namespace in org.eclipse.ecf.provider.filetransfer.identity
 class FileTransferNamespace
          URL file namespace class.
 

Constructors in org.eclipse.ecf.provider.filetransfer.identity with parameters of type Namespace
FileTransferID(Namespace namespace, java.net.URI uri)
           
FileTransferID(Namespace namespace, java.net.URL url)
           
 

Uses of Namespace in org.eclipse.ecf.provider.filetransfer.outgoing
 

Methods in org.eclipse.ecf.provider.filetransfer.outgoing that return Namespace
 Namespace AbstractOutgoingFileTransfer.getOutgoingNamespace()
           
 Namespace MultiProtocolOutgoingAdapter.getOutgoingNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.provider.filetransfer.retrieve
 

Methods in org.eclipse.ecf.provider.filetransfer.retrieve that return Namespace
 Namespace AbstractRetrieveFileTransfer.getRetrieveNamespace()
           
 Namespace MultiProtocolRetrieveAdapter.getRetrieveNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic that return Namespace
 Namespace SOContainer.getConnectNamespace()
           
 Namespace SOContext.getConnectNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.provider.jslp.identity
 

Subclasses of Namespace in org.eclipse.ecf.provider.jslp.identity
 class JSLPNamespace
           
 

Constructors in org.eclipse.ecf.provider.jslp.identity with parameters of type Namespace
JSLPServiceTypeID(Namespace namespace, java.lang.String type)
           
 

Uses of Namespace in org.eclipse.ecf.provider.local.identity
 

Subclasses of Namespace in org.eclipse.ecf.provider.local.identity
 class LocalNamespace
           
 

Constructors in org.eclipse.ecf.provider.local.identity with parameters of type Namespace
LocalID(Namespace n, java.lang.String s)
           
 

Uses of Namespace in org.eclipse.ecf.provider.r_osgi.identity
 

Subclasses of Namespace in org.eclipse.ecf.provider.r_osgi.identity
 class R_OSGiNamespace
          The R-OSGi default transport namespace (r-osgi://).
 class R_OSGiRemoteServiceNamespace
           
 

Methods in org.eclipse.ecf.provider.r_osgi.identity that return Namespace
static Namespace R_OSGiNamespace.getDefault()
          get the singleton instance of this namespace.
 

Uses of Namespace in org.eclipse.ecf.provider.remoteservice.generic
 

Subclasses of Namespace in org.eclipse.ecf.provider.remoteservice.generic
 class RemoteServiceNamespace
           
 

Methods in org.eclipse.ecf.provider.remoteservice.generic that return Namespace
 Namespace RegistrySharedObject.getRemoteServiceNamespace()
           
 Namespace RemoteServiceContainer.getRemoteServiceNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.provider.xmpp
 

Methods in org.eclipse.ecf.provider.xmpp that return Namespace
 Namespace XMPPContainer.getConnectNamespace()
           
 Namespace XMPPSContainer.getConnectNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.provider.xmpp.identity
 

Subclasses of Namespace in org.eclipse.ecf.provider.xmpp.identity
 class XMPPFileNamespace
           
 class XMPPNamespace
           
 class XMPPRoomNamespace
           
 class XMPPSNamespace
           
 

Constructors in org.eclipse.ecf.provider.xmpp.identity with parameters of type Namespace
XMPPID(Namespace namespace, java.lang.String unamehost)
           
XMPPRoomID(Namespace namespace, java.lang.String username, java.lang.String host, java.lang.String domain, java.lang.String roomname, java.lang.String nickname)
           
XMPPRoomID(Namespace namespace, XMPPConnection conn, java.lang.String roomid)
           
XMPPRoomID(Namespace namespace, XMPPConnection conn, java.lang.String roomid, java.lang.String longName)
           
XMPPRoomID(Namespace namespace, XMPPID userid, java.lang.String domain, java.lang.String groupname, java.lang.String nickname)
           
XMPPSID(Namespace namespace, java.lang.String unamehost)
           
 

Uses of Namespace in org.eclipse.ecf.provider.zookeeper.core
 

Subclasses of Namespace in org.eclipse.ecf.provider.zookeeper.core
 class ZooDiscoveryNamespace
           
 

Methods in org.eclipse.ecf.provider.zookeeper.core that return Namespace
 Namespace ZooDiscoveryContainer.getConnectNamespace()
           
 Namespace DiscoverdService.getNamespace()
           
 Namespace ZooDiscoveryContainer.getServicesNamespace()
           
 

Constructors in org.eclipse.ecf.provider.zookeeper.core with parameters of type Namespace
ZooDiscoveryServiceID(Namespace namespace, DiscoverdService discoverdService, IServiceTypeID type, java.net.URI anURI)
           
ZooDiscoveryServiceID(Namespace namespace, IServiceTypeID type, java.net.URI anURI)
           
 

Uses of Namespace in org.eclipse.ecf.remoteservice
 

Methods in org.eclipse.ecf.remoteservice that return Namespace
 Namespace IRemoteServiceConsumer.getRemoteServiceNamespace()
          Get namespace to use for this remote service provider.
 Namespace IRemoteServiceContainerAdapter.getRemoteServiceNamespace()
          Get namespace to use for this remote service provider.
 Namespace IRemoteServiceHost.getRemoteServiceNamespace()
          Get namespace to use for this remote service provider.
 

Constructors in org.eclipse.ecf.remoteservice with parameters of type Namespace
RemoteServiceID(Namespace namespace, ID containerID, long containerRelative)
           
 

Uses of Namespace in org.eclipse.ecf.remoteservice.client
 

Methods in org.eclipse.ecf.remoteservice.client that return Namespace
 Namespace AbstractClientContainer.getRemoteServiceNamespace()
           
 

Constructors in org.eclipse.ecf.remoteservice.client with parameters of type Namespace
RemoteServiceClientRegistration(Namespace namespace, IRemoteCallable[] restCalls, java.util.Dictionary properties, RemoteServiceClientRegistry registry)
           
RemoteServiceClientRegistration(Namespace namespace, java.lang.String[] classNames, IRemoteCallable[][] restCalls, java.util.Dictionary properties, RemoteServiceClientRegistry registry)
           
 

Uses of Namespace in org.eclipse.ecf.remoteservice.rest.client
 

Methods in org.eclipse.ecf.remoteservice.rest.client that return Namespace
 Namespace RestClientContainer.getConnectNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.remoteservice.rest.identity
 

Subclasses of Namespace in org.eclipse.ecf.remoteservice.rest.identity
 class RestNamespace
          This class represents a Namespace for RestClientContainers.
 

Constructors in org.eclipse.ecf.remoteservice.rest.identity with parameters of type Namespace
RestID(Namespace namespace, java.net.URI uri)
           
 

Uses of Namespace in org.eclipse.ecf.remoteservice.rpc.client
 

Methods in org.eclipse.ecf.remoteservice.rpc.client that return Namespace
 Namespace RpcClientContainer.getConnectNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.remoteservice.rpc.identity
 

Subclasses of Namespace in org.eclipse.ecf.remoteservice.rpc.identity
 class RpcNamespace
          This class represents a Namespace for RpcClientContainers.
 

Constructors in org.eclipse.ecf.remoteservice.rpc.identity with parameters of type Namespace
RpcId(Namespace namespace, java.net.URI uri)
           
 

Uses of Namespace in org.eclipse.ecf.remoteservice.soap.client
 

Methods in org.eclipse.ecf.remoteservice.soap.client that return Namespace
 Namespace AbstractSoapClientContainer.getConnectNamespace()
           
 

Uses of Namespace in org.eclipse.ecf.remoteservice.soap.identity
 

Subclasses of Namespace in org.eclipse.ecf.remoteservice.soap.identity
 class SoapNamespace
           
 

Constructors in org.eclipse.ecf.remoteservice.soap.identity with parameters of type Namespace
SoapID(Namespace namespace, java.net.URI uri)
           
 

Uses of Namespace in org.eclipse.ecf.storage
 

Methods in org.eclipse.ecf.storage with parameters of type Namespace
 INamespaceEntry IIDStore.getNamespaceEntry(Namespace namespace)
          Get the given INamespaceEntry in this store.
 

Uses of Namespace in org.eclipse.ecf.telephony.call
 

Methods in org.eclipse.ecf.telephony.call that return Namespace
 Namespace ICallSessionContainerAdapter.getReceiverNamespace()
          Get namespace for creating IDs for receiving call initiation requests.