|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
IIDFactory.addNamespace(Namespace n)
Add the given Namespace to our table of available Namespaces |
Namespace |
IDFactory.addNamespace(Namespace namespace)
|
protected static Namespace |
IDFactory.addNamespace0(Namespace namespace)
|
Namespace |
StringID.getNamespace()
|
Namespace |
ID.getNamespace()
Get the Namespace instance associated with this identity |
Namespace |
BaseID.getNamespace()
|
Namespace |
IIDFactory.getNamespace(Namespace n)
Get the given Namespace instance from table |
Namespace |
IDFactory.getNamespace(Namespace namespace)
|
protected static Namespace |
IDFactory.getNamespace0(Namespace n)
|
protected static Namespace |
IDFactory.getNamespace0(java.lang.String name)
|
Namespace |
IIDFactory.getNamespaceByName(java.lang.String name)
Get a Namespace instance by its string name. |
Namespace |
IDFactory.getNamespaceByName(java.lang.String name)
|
Namespace |
IIDFactory.removeNamespace(Namespace n)
Remove the given Namespace from our table of available Namespaces |
Namespace |
IDFactory.removeNamespace(Namespace n)
|
protected static Namespace |
IDFactory.removeNamespace0(Namespace n)
|
| Methods in org.eclipse.ecf.core.identity with parameters of type Namespace | |
|---|---|
Namespace |
IIDFactory.addNamespace(Namespace n)
Add the given Namespace to our table of available Namespaces |
Namespace |
IDFactory.addNamespace(Namespace namespace)
|
protected static Namespace |
IDFactory.addNamespace0(Namespace namespace)
|
boolean |
IIDFactory.containsNamespace(Namespace n)
Check whether table contains given Namespace instance |
boolean |
IDFactory.containsNamespace(Namespace namespace)
|
protected static boolean |
IDFactory.containsNamespace0(Namespace n)
|
ID |
IIDFactory.createID(Namespace n,
java.lang.Object[] args)
Make a new identity. |
ID |
IDFactory.createID(Namespace n,
java.lang.Object[] args)
|
ID |
IIDFactory.createID(Namespace namespace,
java.lang.String uri)
Make a new identity instance from a namespace and String. |
ID |
IDFactory.createID(Namespace namespace,
java.lang.String uri)
|
Namespace |
IIDFactory.getNamespace(Namespace n)
Get the given Namespace instance from table |
Namespace |
IDFactory.getNamespace(Namespace namespace)
|
protected static Namespace |
IDFactory.getNamespace0(Namespace n)
|
Namespace |
IIDFactory.removeNamespace(Namespace n)
Remove the given Namespace from our table of available Namespaces |
Namespace |
IDFactory.removeNamespace(Namespace n)
|
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 |
|
| 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 |
IDiscoveryContainerAdapter.getServicesNamespace()
Get a Namespace for services associated with this discovery container adapter. |
Namespace |
AbstractDiscoveryContainerAdapter.getServicesNamespace()
|
| Uses of Namespace in org.eclipse.ecf.discovery.identity |
|---|
| Methods in org.eclipse.ecf.discovery.identity with parameters of type Namespace | |
|---|---|
IServiceID |
ServiceIDFactory.createServiceID(Namespace namespace,
IServiceTypeID serviceType)
|
IServiceID |
IServiceIDFactory.createServiceID(Namespace namespace,
IServiceTypeID serviceType)
Create an IServiceID. |
IServiceID |
ServiceIDFactory.createServiceID(Namespace namespace,
IServiceTypeID serviceType,
java.lang.String serviceName)
|
IServiceID |
IServiceIDFactory.createServiceID(Namespace namespace,
IServiceTypeID serviceType,
java.lang.String serviceName)
Create an IServiceID. |
IServiceID |
ServiceIDFactory.createServiceID(Namespace namespace,
java.lang.String serviceType)
|
IServiceID |
IServiceIDFactory.createServiceID(Namespace namespace,
java.lang.String serviceType)
Create an IServiceID. |
IServiceID |
ServiceIDFactory.createServiceID(Namespace namespace,
java.lang.String serviceType,
java.lang.String serviceName)
|
IServiceID |
IServiceIDFactory.createServiceID(Namespace namespace,
java.lang.String serviceType,
java.lang.String serviceName)
Create an IServiceID. |
| Constructors in org.eclipse.ecf.discovery.identity with parameters of type Namespace | |
|---|---|
ServiceID(Namespace namespace,
IServiceTypeID type,
java.lang.String name)
|
|
ServiceTypeID(Namespace namespace)
|
|
ServiceTypeID(Namespace ns,
IServiceTypeID id)
|
|
ServiceTypeID(Namespace namespace,
java.lang.String aType)
|
|
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 |
XMPPChatClient.getConnectNamespace()
|
protected Namespace |
XMPPChatRoomClient.getNamespace()
|
| 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 |
FileIDFactory.createFileID(Namespace namespace,
java.lang.String 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. |
| Uses of Namespace in org.eclipse.ecf.provider.datashare |
|---|
| Methods in org.eclipse.ecf.provider.datashare that return Namespace | |
|---|---|
Namespace |
SharedObjectDatashareContainerAdapter.getChannelNamespace()
|
Namespace |
DatashareContainerAdapter.getChannelNamespace()
|
Namespace |
DatashareContainer.getChannelNamespace()
|
| Uses of Namespace in org.eclipse.ecf.provider.discovery |
|---|
| Methods in org.eclipse.ecf.provider.discovery that return Namespace | |
|---|---|
Namespace |
SingletonDiscoveryContainer.getConnectNamespace()
|
Namespace |
CompositeDiscoveryContainer.getConnectNamespace()
|
Namespace |
SingletonDiscoveryContainer.getServicesNamespace()
|
Namespace |
CompositeDiscoveryContainer.getServicesNamespace()
|
| 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.URL url)
|
|
| Uses of Namespace in org.eclipse.ecf.provider.filetransfer.outgoing |
|---|
| Methods in org.eclipse.ecf.provider.filetransfer.outgoing that return Namespace | |
|---|---|
Namespace |
MultiProtocolOutgoingAdapter.getOutgoingNamespace()
|
Namespace |
AbstractOutgoingFileTransfer.getOutgoingNamespace()
|
| Uses of Namespace in org.eclipse.ecf.provider.filetransfer.retrieve |
|---|
| Methods in org.eclipse.ecf.provider.filetransfer.retrieve that return Namespace | |
|---|---|
Namespace |
MultiProtocolRetrieveAdapter.getRetrieveNamespace()
|
Namespace |
AbstractRetrieveFileTransfer.getRetrieveNamespace()
|
| Uses of Namespace in org.eclipse.ecf.provider.generic |
|---|
| Methods in org.eclipse.ecf.provider.generic that return Namespace | |
|---|---|
Namespace |
SOContext.getConnectNamespace()
|
Namespace |
SOContainer.getConnectNamespace()
|
| Uses of Namespace in org.eclipse.ecf.provider.jmdns.identity |
|---|
| Subclasses of Namespace in org.eclipse.ecf.provider.jmdns.identity | |
|---|---|
class |
JMDNSNamespace
|
| Constructors in org.eclipse.ecf.provider.jmdns.identity with parameters of type Namespace | |
|---|---|
JMDNSServiceID(Namespace namespace,
IServiceTypeID type,
java.lang.String name)
|
|
JMDNSServiceTypeID(Namespace namespace,
java.lang.String type)
|
|
| 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.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://). |
| 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 |
|---|
| Methods in org.eclipse.ecf.provider.remoteservice with parameters of type Namespace | |
|---|---|
ID |
AbstractRemoteServiceDescription.createTargetID(Namespace namespace)
|
| Uses of Namespace in org.eclipse.ecf.provider.xmpp |
|---|
| Methods in org.eclipse.ecf.provider.xmpp that return Namespace | |
|---|---|
Namespace |
XMPPSContainer.getConnectNamespace()
|
Namespace |
XMPPContainer.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,
org.jivesoftware.smack.XMPPConnection conn,
java.lang.String roomid)
|
|
XMPPRoomID(Namespace namespace,
org.jivesoftware.smack.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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||