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

Packages that use IDCreateException
org.eclipse.ecf.core.identity   
org.eclipse.ecf.osgi.services.remoteserviceadmin   
org.eclipse.ecf.provider.dnssd   
org.eclipse.ecf.provider.filetransfer.identity   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.jslp.container   
org.eclipse.ecf.provider.local.identity   
org.eclipse.ecf.provider.r_osgi.identity   
org.eclipse.ecf.provider.remoteservice.generic   
org.eclipse.ecf.provider.xmpp.identity   
org.eclipse.ecf.provider.zookeeper.core   
org.eclipse.ecf.remoteservice   
org.eclipse.ecf.remoteservice.rest.identity   
 

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

Methods in org.eclipse.ecf.core.identity that throw IDCreateException
 ID IDFactory.createGUID()
           
 ID IIDFactory.createGUID()
          Make a GUID using SHA-1 hash algorithm and a default of 16bits of data length.
 ID IDFactory.createGUID(int length)
           
 ID IIDFactory.createGUID(int length)
          Make a GUID using SHA-1 hash algorithm and a default of 16bits of data length.
 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.
 ID IDFactory.createID(java.lang.String namespaceName, java.lang.Object[] args)
           
 ID IIDFactory.createID(java.lang.String namespaceName, java.lang.Object[] args)
          Make a new identity.
 ID IDFactory.createID(java.lang.String namespace, java.lang.String uri)
           
 ID IIDFactory.createID(java.lang.String namespaceName, java.lang.String idValue)
          Make a new identity instance from a namespaceName and idValue.
 ID GUID.GUIDNamespace.createInstance(java.lang.Object[] args)
           
 ID LongID.LongNamespace.createInstance(java.lang.Object[] args)
           
abstract  ID Namespace.createInstance(java.lang.Object[] parameters)
          Make an instance of this namespace.
 ID StringID.StringIDNamespace.createInstance(java.lang.Object[] parameters)
           
 ID UuID.UuIDNamespace.createInstance(java.lang.Object[] parameters)
           
 ID IDFactory.createLongID(long l)
           
 ID IIDFactory.createLongID(long l)
          Make a an ID from a long
 ID IDFactory.createStringID(java.lang.String idstring)
           
 ID IIDFactory.createStringID(java.lang.String idString)
          Make a an ID from a String
 ID IDFactory.createURIID(java.lang.String uri)
           
 ID IIDFactory.createURIID(java.lang.String uri)
          Create a URIID from String.
 ID IDFactory.createURIID(java.net.URI uri)
           
 ID IIDFactory.createURIID(java.net.URI uri)
          Create a URIID from URI.
 ID IDFactory.createUuID()
           
 ID IIDFactory.createUuID()
          Create a random UuID
 ID IDFactory.createUuID(java.lang.String uuid)
           
 ID IIDFactory.createUuID(java.lang.String uuid)
          Create a UuID from String
 ID IDFactory.createUuID(java.net.URI uuidURI)
           
 ID IIDFactory.createUuID(java.net.URI uuidURI)
          Create a UuID from URI.
 ID IDFactory.createUuID(java.util.UUID uuid)
           
 ID IIDFactory.createUuID(java.util.UUID uuid)
          Create a UuID from UUID
protected static void IDFactory.logAndThrow(java.lang.String s, java.lang.Throwable t)
           
 

Constructors in org.eclipse.ecf.core.identity that throw IDCreateException
GUID(Namespace n)
           
GUID(Namespace n, int byteLength)
           
GUID(Namespace n, java.lang.String algo, java.lang.String provider, int byteLength)
          Protected constructor for factory-based construction
 

Uses of IDCreateException in org.eclipse.ecf.osgi.services.remoteserviceadmin
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that throw IDCreateException
protected  void AbstractHostContainerSelector.connectHostContainer(org.osgi.framework.ServiceReference serviceReference, java.util.Map<java.lang.String,java.lang.Object> properties, IContainer container, java.lang.Object target)
           
 

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

Methods in org.eclipse.ecf.provider.dnssd that throw IDCreateException
 ID DnsSdNamespace.createInstance(java.lang.Object[] parameters)
           
 

Constructors in org.eclipse.ecf.provider.dnssd that throw IDCreateException
DnsSdServiceTypeID(Namespace namespace, java.lang.String aType)
           
 

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

Methods in org.eclipse.ecf.provider.filetransfer.identity that throw IDCreateException
 ID FileTransferNamespace.createInstance(java.lang.Object[] args)
           
 

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

Methods in org.eclipse.ecf.provider.generic that throw IDCreateException
protected  ID SOManager.createNewSharedObjectID(SharedObjectDescription sd, ISharedObject newObject)
           
protected  GenericContainerInstantiator.GenericContainerArgs GenericContainerInstantiator.getClientArgs(java.lang.Object[] args)
           
protected  SSLGenericContainerInstantiator.GenericContainerArgs SSLGenericContainerInstantiator.getClientArgs(java.lang.Object[] args)
           
protected  ID GenericContainerInstantiator.getIDFromArg(java.lang.Object arg)
           
protected  ID SSLGenericContainerInstantiator.getIDFromArg(java.lang.Object arg)
           
protected  GenericContainerInstantiator.GenericContainerArgs GenericContainerInstantiator.getServerArgs(java.lang.Object[] args)
           
protected  SSLGenericContainerInstantiator.GenericContainerArgs SSLGenericContainerInstantiator.getServerArgs(java.lang.Object[] args)
           
 

Uses of IDCreateException in org.eclipse.ecf.provider.jslp.container
 

Constructors in org.eclipse.ecf.provider.jslp.container that throw IDCreateException
JSLPServiceInfo(IServiceInfo aSI)
           
 

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

Methods in org.eclipse.ecf.provider.local.identity that throw IDCreateException
 ID LocalNamespace.createInstance(java.lang.Object[] parameters)
           
 

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

Methods in org.eclipse.ecf.provider.r_osgi.identity that throw IDCreateException
 ID R_OSGiNamespace.createInstance(java.lang.Object[] parameters)
          create a new ID within this namespace.
 ID R_OSGiRemoteServiceNamespace.createInstance(java.lang.Object[] parameters)
           
 ID R_OSGiWSNamespace.createInstance(java.lang.Object[] parameters)
          create a new ID within this namespace.
 ID R_OSGiWSSNamespace.createInstance(java.lang.Object[] parameters)
          create a new ID within this namespace.
 

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

Methods in org.eclipse.ecf.provider.remoteservice.generic that throw IDCreateException
 ID RemoteServiceNamespace.createInstance(java.lang.Object[] parameters)
           
 

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

Methods in org.eclipse.ecf.provider.xmpp.identity that throw IDCreateException
 ID XMPPFileNamespace.createInstance(java.lang.Object[] parameters)
           
 ID XMPPNamespace.createInstance(java.lang.Object[] args)
           
 ID XMPPRoomNamespace.createInstance(java.lang.Object[] args)
           
 ID XMPPSNamespace.createInstance(java.lang.Object[] args)
           
 

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

Methods in org.eclipse.ecf.provider.zookeeper.core that throw IDCreateException
 ID ZooDiscoveryNamespace.createInstance(java.lang.Object[] parameters)
           
 

Uses of IDCreateException in org.eclipse.ecf.remoteservice
 

Methods in org.eclipse.ecf.remoteservice that throw IDCreateException
 ID RemoteServiceNamespace.createInstance(java.lang.Object[] parameters)
           
 

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

Methods in org.eclipse.ecf.remoteservice.rest.identity that throw IDCreateException
 ID RestNamespace.createInstance(java.lang.Object[] parameters)
          Creates an instance of an RestID.