A B C D E F G H I J K L M N O P Q R S T U V W X Z

E

ECFException - Exception in org.eclipse.ecf.core.util
 
ECFException() - Constructor for exception org.eclipse.ecf.core.util.ECFException
 
ECFException(String) - Constructor for exception org.eclipse.ecf.core.util.ECFException
 
ECFException(Throwable) - Constructor for exception org.eclipse.ecf.core.util.ECFException
 
ECFException(String, Throwable) - Constructor for exception org.eclipse.ecf.core.util.ECFException
 
ECFException(IStatus) - Constructor for exception org.eclipse.ecf.core.util.ECFException
 
ECFRuntimeException - Exception in org.eclipse.ecf.core.util
 
ECFRuntimeException() - Constructor for exception org.eclipse.ecf.core.util.ECFRuntimeException
 
ECFRuntimeException(String) - Constructor for exception org.eclipse.ecf.core.util.ECFRuntimeException
 
ECFRuntimeException(Throwable) - Constructor for exception org.eclipse.ecf.core.util.ECFRuntimeException
 
ECFRuntimeException(String, Throwable) - Constructor for exception org.eclipse.ecf.core.util.ECFRuntimeException
 
ECFRuntimeException(IStatus) - Constructor for exception org.eclipse.ecf.core.util.ECFRuntimeException
Creates a new exception with the given status object.
ECFStartJob - Class in org.eclipse.ecf.core.start
Start job for running extensions of the org.eclipse.ecf.start extension point
ECFStartJob(String, IECFStart) - Constructor for class org.eclipse.ecf.core.start.ECFStartJob
 
ejectAllGroupMembers(Serializable) - Method in interface org.eclipse.ecf.core.sharedobject.ISharedObjectContainerGroupManager
Eject all, for the given reason.
ejectAllGroupMembers(Serializable) - Method in class org.eclipse.ecf.provider.generic.ServerSOContainer
 
ejectGroupMember(ID, Serializable) - Method in interface org.eclipse.ecf.core.sharedobject.ISharedObjectContainerGroupManager
Eject the given groupMemberID from the current group of containers, for the given reason.
ejectGroupMember(ID, Serializable) - Method in class org.eclipse.ecf.provider.generic.ServerSOContainer
 
ELECTION_PORT_DEFAULT - Static variable in class org.eclipse.ecf.provider.zookeeper.core.DefaultDiscoveryConfig
The election port default.
elements() - Method in class org.eclipse.ecf.provider.generic.SOContainerGroup
 
EMPTY_ARGS - Static variable in class org.eclipse.ecf.remoteservice.AbstractRemoteService
 
EMPTY_CLASS_ARRAY - Static variable in class org.eclipse.ecf.core.provider.BaseContainerInstantiator
 
EMPTY_PARAMETERS - Static variable in class org.eclipse.ecf.remoteservice.util.RemoteCallMethod
 
EMPTY_PARAMS - Static variable in class org.eclipse.ecf.remoteservice.RemoteServiceHelper
 
EMPTY_REMOTE_SERVICE_CONTAINER_ARRAY - Static variable in class org.eclipse.ecf.osgi.services.remoteserviceadmin.AbstractContainerSelector
 
EMPTY_STRING_ARRAY - Static variable in class org.eclipse.ecf.core.provider.BaseContainerInstantiator
 
EmptyChatRoomMessageHandler - Class in org.eclipse.ecf.presence.bot.impl
Default chat room message handler that does nothing in response to notifications.
EmptyChatRoomMessageHandler() - Constructor for class org.eclipse.ecf.presence.bot.impl.EmptyChatRoomMessageHandler
 
EmptyIMMessageHandler - Class in org.eclipse.ecf.presence.bot.impl
Default im message handler that does nothing in response to notifications.
EmptyIMMessageHandler() - Constructor for class org.eclipse.ecf.presence.bot.impl.EmptyIMMessageHandler
 
encode(byte[]) - Static method in class org.eclipse.ecf.core.util.Base64
 
encodeList(IServiceProperties, String, List<String>) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.AbstractMetadataFactory
 
encodeLong(IServiceProperties, String, Long) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.AbstractMetadataFactory
 
encodeNonStandardServiceProperties(Map<String, Object>, IServiceProperties) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.AbstractMetadataFactory
 
encodeOSGiServiceProperties(EndpointDescription, IServiceProperties) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.AbstractMetadataFactory
 
encodeServiceProperties(EndpointDescription, IServiceProperties) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.AbstractMetadataFactory
 
encodeString(IServiceProperties, String, String) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.AbstractMetadataFactory
 
encodeToCharArray(byte[]) - Static method in class org.eclipse.ecf.core.util.Base64
This method encodes the byte array into a char array in base 64 according to the specification given by the RFC 1521 (5.2).
ENDPOINT_CONNECTTARGET_ID - Static variable in class org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteConstants
Optional ECF EndpointDescription property (with value of type String) that defines a connect target ID.
ENDPOINT_CONTAINER_ID_NAMESPACE - Static variable in class org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteConstants
Optional ECF EndpointDescription property (with value of type String) that defines the unique Namespace name.
ENDPOINT_IDFILTER_IDS - Static variable in class org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteConstants
Optional ECF EndpointDescription property (with value of type String+) that defines one or more IDs used for filtering remote service references during RemoteServiceAdmin.importService(org.osgi.service.remoteserviceadmin.EndpointDescription) .
ENDPOINT_REMOTESERVICE_FILTER - Static variable in class org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteConstants
Optional ECF EndpointDescription property (with value of type String), that defines a remote services properties filter used during RemoteServiceAdmin.importService(org.osgi.service.remoteserviceadmin.EndpointDescription) .
EndpointDescription - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
ECF remote service endpoint description.
EndpointDescription(ServiceReference, Map<String, Object>) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescription
 
EndpointDescription(Map<String, Object>) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescription
 
EndpointDescriptionAdvertiser - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
Default implementation of IEndpointDescriptionAdvertiser.
EndpointDescriptionAdvertiser(EndpointDescriptionLocator) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionAdvertiser
 
EndpointDescriptionLocator - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
Implementation of EndpointDescription discovery mechanism, using any/all ECF discovery providers (implementers if IDiscoveryLocator.
EndpointDescriptionLocator(BundleContext) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator
 
EndpointDescriptionLocator.EndpointListenerHolder - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
 
EndpointDescriptionLocator.EndpointListenerHolder(EndpointListener, EndpointDescription, String) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator.EndpointListenerHolder
 
EndpointDescriptionParseException - Exception in org.eclipse.ecf.osgi.services.remoteserviceadmin
Exception class to represent endpoint description parse problems when performed by IEndpointDescriptionReader.
EndpointDescriptionParseException() - Constructor for exception org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionParseException
 
EndpointDescriptionParseException(String) - Constructor for exception org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionParseException
 
EndpointDescriptionParseException(Throwable) - Constructor for exception org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionParseException
 
EndpointDescriptionParseException(String, Throwable) - Constructor for exception org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionParseException
 
EndpointDescriptionReader - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
Default implementation of IEndpointDescriptionReader.
EndpointDescriptionReader() - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionReader
 
EndpointDescriptionWriter - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
Endpoint description writer class for writing EndpointDescriptions to the OSGi 4.2 Remote Service Admin Endpoint Description Extender Format (section 122.8 of OSGi 4.2 enterprise specification).
EndpointDescriptionWriter() - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter
 
EndpointDescriptionWriter(List<String>) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter
 
EndpointDescriptionWriter.ArrayProperty - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
 
EndpointDescriptionWriter.ArrayProperty(String, Object[]) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ArrayProperty
 
EndpointDescriptionWriter.ComplexProperty - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
 
EndpointDescriptionWriter.ComplexProperty(String, Object) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ComplexProperty
 
EndpointDescriptionWriter.ListProperty - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
 
EndpointDescriptionWriter.ListProperty(String, List) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ListProperty
 
EndpointDescriptionWriter.MultiValueProperty - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
 
EndpointDescriptionWriter.MultiValueProperty(String, Object) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.MultiValueProperty
 
EndpointDescriptionWriter.SetProperty - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
 
EndpointDescriptionWriter.SetProperty(String, Set) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.SetProperty
 
EndpointDescriptionWriter.XmlProperty - Class in org.eclipse.ecf.osgi.services.remoteserviceadmin
 
EndpointDescriptionWriter.XmlProperty(String, String) - Constructor for class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.XmlProperty
 
enqueue(ISharedObjectEvent) - Method in interface org.eclipse.ecf.core.sharedobject.ISharedObjectConnector
Enqueue an ISharedObjectEvent to all the receivers for connector
enqueue(ISharedObjectEvent[]) - Method in interface org.eclipse.ecf.core.sharedobject.ISharedObjectConnector
Enqueue a set of ISharedObjectEvents to all the receivers for connector
enqueue(Event) - Method in interface org.eclipse.ecf.core.sharedobject.util.IQueueEnqueue
Enqueue a given Event onto the underlying queue
enqueue(Event[]) - Method in interface org.eclipse.ecf.core.sharedobject.util.IQueueEnqueue
Enqueue a set of events Event onto the underlying queue
enqueue(Object) - Method in interface org.eclipse.ecf.core.sharedobject.util.ISimpleFIFOQueue
Enqueue given object.
enqueue(Event) - Method in class org.eclipse.ecf.core.sharedobject.util.QueueEnqueueImpl
 
enqueue(Event[]) - Method in class org.eclipse.ecf.core.sharedobject.util.QueueEnqueueImpl
 
enqueue(Object) - Method in class org.eclipse.ecf.core.sharedobject.util.SimpleFIFOQueue
 
enqueue(SocketAddress) - Method in class org.eclipse.ecf.provider.datashare.nio.NIODatashareContainer
Enqueues the specified address to be connected to.
enqueue(ISharedObjectEvent) - Method in class org.eclipse.ecf.provider.generic.SOConnector
 
enqueue(ISharedObjectEvent[]) - Method in class org.eclipse.ecf.provider.generic.SOConnector
 
enqueue_abort(Object) - Method in interface org.eclipse.ecf.core.sharedobject.util.IQueueEnqueue
Abort the commit of a set of Event instances previously prepared via IQueueEnqueue.enqueue_prepare(Event[])
enqueue_abort(Object) - Method in class org.eclipse.ecf.core.sharedobject.util.QueueEnqueueImpl
 
enqueue_commit(Object) - Method in interface org.eclipse.ecf.core.sharedobject.util.IQueueEnqueue
Commit a set of Event instances previously prepared via IQueueEnqueue.enqueue_prepare(Event[])
enqueue_commit(Object) - Method in class org.eclipse.ecf.core.sharedobject.util.QueueEnqueueImpl
 
enqueue_lossy(Event) - Method in interface org.eclipse.ecf.core.sharedobject.util.IQueueEnqueue
Enqueue the given event with lossy enqueuing.
enqueue_lossy(Event) - Method in class org.eclipse.ecf.core.sharedobject.util.QueueEnqueueImpl
 
enqueue_prepare(Event[]) - Method in interface org.eclipse.ecf.core.sharedobject.util.IQueueEnqueue
Prepare an enqueue of a set of Event instances.
enqueue_prepare(Event[]) - Method in class org.eclipse.ecf.core.sharedobject.util.QueueEnqueueImpl
 
entering(String, String, Class, String) - Static method in class org.eclipse.ecf.core.util.Trace
Traces the entering into the specified method of the specified class.
entering(String, String, Class, String, Object) - Static method in class org.eclipse.ecf.core.util.Trace
Traces the entering into the specified method of the specified class, with the specified parameter.
entering(String, String, Class, String, Object[]) - Static method in class org.eclipse.ecf.core.util.Trace
Traces the entering into the specified method of the specified class, with the specified parameters.
entries - Variable in class org.eclipse.ecf.presence.roster.RosterGroup
 
eq(String, String) - Method in interface org.eclipse.ecf.presence.search.IRestriction
Apply an "equal" constraint to the field, ignoring case
eq(String, String, boolean) - Method in interface org.eclipse.ecf.presence.search.IRestriction
Apply an "equal" constraint to the field, taking into consideration ignore case
eq(String, String) - Method in class org.eclipse.ecf.presence.search.Restriction
 
eq(String, String, boolean) - Method in class org.eclipse.ecf.presence.search.Restriction
 
equals(Object) - Method in class org.eclipse.ecf.core.ContainerTypeDescription
 
equals(Object) - Method in class org.eclipse.ecf.core.identity.BaseID
 
equals(Object) - Method in interface org.eclipse.ecf.core.identity.ID
 
equals(Object) - Method in class org.eclipse.ecf.core.identity.Namespace
Override of Object.equals.
equals(Object) - Method in class org.eclipse.ecf.core.identity.StringID
 
equals(Object) - Method in class org.eclipse.ecf.core.util.Proxy
 
equals(Object) - Method in class org.eclipse.ecf.core.util.ProxyAddress
 
equals(Object) - Method in class org.eclipse.ecf.discovery.identity.ServiceID
 
equals(Object) - Method in class org.eclipse.ecf.discovery.identity.ServiceTypeID
 
equals(Object) - Method in interface org.eclipse.ecf.discovery.IServiceProperties
 
equals(Object) - Method in class org.eclipse.ecf.discovery.ServiceProperties
 
equals(Object) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.DiscoveredEndpointDescription
 
equals(Object) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescription
 
equals(Object) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.ServiceInfoFactory.ServiceInfoKey
 
equals(Object) - Method in class org.eclipse.ecf.presence.im.IChatMessage.Type
 
equals(Object) - Method in class org.eclipse.ecf.presence.IPresence.Mode
 
equals(Object) - Method in class org.eclipse.ecf.presence.IPresence.Type
 
equals(Object) - Method in class org.eclipse.ecf.presence.roster.RosterEntry
 
equals(Object) - Method in class org.eclipse.ecf.presence.search.SimpleCriterion
 
equals(Object) - Method in class org.eclipse.ecf.protocol.bittorrent.TorrentFile
Returns whether this TorrentFile is equal to the given object.
equals(Object) - Method in class org.eclipse.ecf.protocol.msn.Contact
Returns whether the specified object is equal to this.
equals(Object) - Method in class org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketWrapper
 
equals(Object) - Method in class org.eclipse.ecf.provider.generic.gmm.Member
 
equals(Object) - Method in class org.eclipse.ecf.provider.remoteservice.generic.RemoteServiceRegistrationImpl
 
equals(Object) - Method in class org.eclipse.ecf.remoteservice.util.RemoteFilterImpl
 
equals(Object) - Method in class org.eclipse.ecf.telephony.call.CallSessionErrorDetails
 
equals(Object) - Method in class org.eclipse.ecf.telephony.call.CallSessionState
 
equals(Object) - Method in class org.eclipse.ecf.telephony.call.dtmf.IDTMFCallSessionAdapter.DTMF
 
ERROR - Static variable in class org.eclipse.ecf.presence.im.IChatMessage.Type
 
ERROR - Static variable in class org.eclipse.ecf.presence.IPresence.Type
 
ERROR - Static variable in class org.eclipse.ecf.telephony.call.CallSessionState
For calls where there has been an error, resulting in loss of connection.
ERROR_NAME - Static variable in class org.eclipse.ecf.telephony.call.CallSessionState
 
escapeTable - Static variable in class org.eclipse.ecf.provider.xmpp.identity.XMPPID
 
Event - Interface in org.eclipse.ecf.core.util
Event 'tag' interface.
EventMessage - Class in org.eclipse.ecf.remoteservice.eventadmin
 
EventMessage(Event) - Constructor for class org.eclipse.ecf.remoteservice.eventadmin.EventMessage
 
EventMessage(String, Map) - Constructor for class org.eclipse.ecf.remoteservice.eventadmin.EventMessage
 
exception - Variable in class org.eclipse.ecf.provider.filetransfer.outgoing.AbstractOutgoingFileTransfer
 
exception - Variable in class org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer
 
EXCEPTIONS_CATCHING - Static variable in interface org.eclipse.ecf.provider.dnssd.DnsSdDebugOptions
 
EXCEPTIONS_THROWING - Static variable in interface org.eclipse.ecf.provider.dnssd.DnsSdDebugOptions
 
EXCHANGING - Static variable in interface org.eclipse.ecf.protocol.bittorrent.ITorrentStateListener
Used to indicate that the torrent is currently exchanging or waiting to exchange pieces with other peers.
EXEC_ATTRIBUTE - Static variable in interface org.eclipse.ecf.filetransfer.IRemoteFileAttributes
 
execute(IProgressRunnable, IProgressMonitor) - Method in class org.eclipse.ecf.core.jobs.JobsExecutor
 
execute(ExecutionEvent) - Method in class org.eclipse.ecf.docshare.menu.DocShareRosterMenuHandler
 
execute(HttpState, HttpConnection) - Method in class org.eclipse.ecf.provider.filetransfer.httpclient.HttpClientRetrieveFileTransfer.GzipGetMethod
 
execute(String, IChatRoomMessageSender) - Method in interface org.eclipse.ecf.provider.irc.bot.handler.ICommandHandler
 
executeRequest(IExecutor, Request, ID, RemoteServiceRegistrationImpl, boolean) - Method in class org.eclipse.ecf.provider.remoteservice.generic.RegistrySharedObject
 
exiting(String, String, Class, String) - Static method in class org.eclipse.ecf.core.util.Trace
Traces the exiting from the specified method of the specified class.
exiting(String, String, Class, String, Object) - Static method in class org.eclipse.ecf.core.util.Trace
Traces the exiting from the specified method of the specified class, with the specified return value.
ExObjectInputStream - Class in org.eclipse.ecf.provider.comm.tcp
 
ExObjectInputStream(InputStream) - Constructor for class org.eclipse.ecf.provider.comm.tcp.ExObjectInputStream
 
ExObjectInputStream(InputStream, boolean) - Constructor for class org.eclipse.ecf.provider.comm.tcp.ExObjectInputStream
 
ExObjectOutputStream - Class in org.eclipse.ecf.provider.comm.tcp
 
ExObjectOutputStream(OutputStream) - Constructor for class org.eclipse.ecf.provider.comm.tcp.ExObjectOutputStream
 
ExObjectOutputStream(OutputStream, boolean) - Constructor for class org.eclipse.ecf.provider.comm.tcp.ExObjectOutputStream
 
exportedRegistrations - Variable in class org.eclipse.ecf.osgi.services.remoteserviceadmin.AbstractTopologyManager
 
exportService(ServiceReference, Map<String, ?>) - Method in class org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin
 
EXTENDED_AWAY - Static variable in class org.eclipse.ecf.presence.IPresence.Mode
 
EXTENSION_POINT - Static variable in class org.eclipse.ecf.server.generic.ServerManager
 
EXTENSION_POINT_NAME - Static variable in class org.eclipse.ecf.server.generic.ServerManager
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z