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

Packages that use IDCreateException
org.eclipse.ecf.core.identity   
org.eclipse.ecf.docshare   
org.eclipse.ecf.example.clients   
org.eclipse.ecf.examples.provider.remoteservice.identity   
org.eclipse.ecf.examples.provider.trivial.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.rest.identity   
org.eclipse.ecf.remoteservice.rpc.identity   
org.eclipse.ecf.remoteservice.soap.identity   
org.eclipse.ecf.server.generic   
org.eclipse.ecf.server.generic.app   
org.eclipse.ecf.storage   
 

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 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
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.docshare
 

Methods in org.eclipse.ecf.docshare that throw IDCreateException
protected  void DocShare.handleStartMessage(StartMessage message)
          This method called by the DocShare.handleMessage(ID, byte[]) method if the type of the message received is a start message (sent by remote party via DocShare.startShare(ID, String, ID, String, ITextEditor).
 

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

Methods in org.eclipse.ecf.example.clients that throw IDCreateException
 void XMPPClientUI.connect(java.lang.String target, java.lang.String password)
           
 

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

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

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

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

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  ID GenericContainerInstantiator.getIDFromArg(java.lang.Object arg)
           
protected  GenericContainerInstantiator.GenericContainerArgs GenericContainerInstantiator.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)
           
 

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.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.
 

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

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

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

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

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

Methods in org.eclipse.ecf.server.generic that throw IDCreateException
protected  void AbstractGenericServer.createAndInitializeServer(java.lang.String path)
           
protected  void AbstractGenericServer.createAndInitializeServer(java.lang.String path, int keepAlive)
           
protected  SOContainerConfig AbstractGenericServer.createServerConfig(java.lang.String path)
           
protected  ID AbstractGenericServer.createServerIDFromPath(java.lang.String path)
           
 

Uses of IDCreateException in org.eclipse.ecf.server.generic.app
 

Methods in org.eclipse.ecf.server.generic.app that throw IDCreateException
protected  TCPServerSOContainer AbstractGenericServerApplication.createServerContainer(java.lang.String id, TCPServerSOContainerGroup group, java.lang.String path, int keepAlive)
           
protected static TCPServerSOContainer ServerApplication.createServerContainer(java.lang.String id, TCPServerSOContainerGroup group, java.lang.String path, int keepAlive)
           
protected  void GenericServer.setupServerFromConfig(java.util.List connectors)
           
protected  void GenericServer.setupServerFromParameters(java.lang.String hostname, int port, java.lang.String name, int keepAlive)
           
 

Uses of IDCreateException in org.eclipse.ecf.storage
 

Methods in org.eclipse.ecf.storage that throw IDCreateException
 ID IIDEntry.createID()
          Create an ID from this IDEntry.
 ID IContainerEntry.getContainerID()
          Get the container's ID for the stored IContainer.
 void IIDStoreAdapter.initializeFromStorage(java.lang.String valueFromStorage)
          Set the name of the ID instace from storage.