A B C D E G H I L M N O P R S T U V

A

AbstractProxyManager - Class in org.universAAL.ri.gateway.eimanager.impl
 
AbstractProxyManager() - Constructor for class org.universAAL.ri.gateway.eimanager.impl.AbstractProxyManager
 
AbstractRegistry - Class in org.universAAL.ri.gateway.eimanager.impl.registry
 
AbstractRegistry() - Constructor for class org.universAAL.ri.gateway.eimanager.impl.registry.AbstractRegistry
 
Activator - Class in org.universAAL.ri.gateway.communicator
Bundle's activator.
Activator() - Constructor for class org.universAAL.ri.gateway.communicator.Activator
 
addExportInfo(ExportEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.NonPersistentExportImportRegistry
 
addExportPremise(ExportPremise) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
addImportInfo(ImportEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.NonPersistentExportImportRegistry
 
addListener(IRegistryListener) - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.AbstractRegistry
 
addListener(IRegistryListener) - Method in enum org.universAAL.ri.gateway.eimanager.impl.registry.EIRepoAccessManager
 
addRemoteGateway(GatewayAddress) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
addRemoteGateways(Collection<GatewayAddress>) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
ALIAS_PREFIX - Static variable in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Alias' prefix under which the HTTP servlet will be registered.

B

bc - Static variable in class org.universAAL.ri.gateway.communicator.Activator
 
busMember - Variable in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
busMemberAdded(BusMember, IBusMemberRegistry.BusType) - Method in class org.universAAL.ri.gateway.eimanager.impl.EIManagerRegistryListener
 
busMemberAdded(BusMember, IBusMemberRegistry.BusType) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
busMemberRemoved(BusMember, IBusMemberRegistry.BusType) - Method in class org.universAAL.ri.gateway.eimanager.impl.EIManagerRegistryListener
 
busMemberRemoved(BusMember, IBusMemberRegistry.BusType) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
BusMemberType - Enum in org.universAAL.ri.gateway.eimanager.impl
 

C

collectResponse(Message) - Method in interface org.universAAL.ri.gateway.communicator.service.ResponseCallback
Is invoked upon arrival of the response for which this callback was registered.
CommunicationException - Exception in org.universAAL.ri.gateway.communicator.service
Exception for unexpected behavior during communication with remote communicators the response message (like connection failure, (de)serialization failure).
CommunicationException(Exception) - Constructor for exception org.universAAL.ri.gateway.communicator.service.CommunicationException
 
CommunicationException(String) - Constructor for exception org.universAAL.ri.gateway.communicator.service.CommunicationException
 
CommunicationException - Exception in org.universAAL.ri.gateway.communicator.service.impl
 
CommunicationException() - Constructor for exception org.universAAL.ri.gateway.communicator.service.impl.CommunicationException
 
CommunicationHandler - Interface in org.universAAL.ri.gateway.communicator.service
 
CommunicatorStarter - Class in org.universAAL.ri.gateway.communicator.service.impl
Objects of this class are responsible for starting and stopping running GatewayCommunicatorImpl workers.
CommunicatorStarter(BundleContext, String) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.CommunicatorStarter
Starts the worker with given ImportExportManager and ID.
CommunicatorStarter(BundleContext) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.CommunicatorStarter
Starts the worker with default ID: "".
compare(ExportOperationInterceptor, ExportOperationInterceptor) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportInterceptorsComparator
 
compare(ImportOperationInterceptor, ImportOperationInterceptor) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportInterceptorsComparator
 

D

decrypt(byte[]) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityUtils
 

E

EIConstraintEvaluator - Class in org.universAAL.ri.gateway.eimanager.impl
 
EIConstraintEvaluator() - Constructor for class org.universAAL.ri.gateway.eimanager.impl.EIConstraintEvaluator
 
EIManagerRegistryListener - Class in org.universAAL.ri.gateway.eimanager.impl
 
EIManagerRegistryListener(RepoEIManager) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.EIManagerRegistryListener
 
EIOperationManager - Enum in org.universAAL.ri.gateway.eimanager.impl
 
EIOperationManager.Type - Enum in org.universAAL.ri.gateway.eimanager.impl
 
EIRepoAccessManager - Enum in org.universAAL.ri.gateway.eimanager.impl.registry
 
encrypt(byte[]) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityUtils
 
EncryptionWrapper - Class in org.universAAL.ri.gateway.communicator.service.impl
 
EncryptionWrapper(byte[]) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.EncryptionWrapper
 
equals(Object) - Method in class org.universAAL.ri.gateway.communicator.service.Message
 
executeExportOperationChain(ImportRequest, EIOperationManager.Type) - Method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager
 
executeImportOperationChain(ImportRequest, EIOperationManager.Type) - Method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager
 
EXPORT_SECURITY_CONSTRAINT_ALLOW - Static variable in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Property used for specifying bus members that are allowed to be exported to remote AAL Spaces.
EXPORT_SECURITY_CONSTRAINT_DENY - Static variable in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Property used for specifying bus members that are denied to be exported to remote AAL Spaces.
exportBusMemberForRemote(BusMember) - Method in interface org.universAAL.ri.gateway.eimanager.ExportExecutor
 
exportBusMemberForRemote(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
ExportedProxyManager - Class in org.universAAL.ri.gateway.eimanager.impl.exporting
 
ExportedProxyManager(GatewayCommunicator) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
ExportEntry - Class in org.universAAL.ri.gateway.eimanager.impl.exporting
 
ExportEntry(String, BusMember, InternalEIOperation) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportEntry
 
ExportExecutor - Interface in org.universAAL.ri.gateway.eimanager
 
ExportInterceptorsComparator - Class in org.universAAL.ri.gateway.eimanager.impl
 
ExportInterceptorsComparator() - Constructor for class org.universAAL.ri.gateway.eimanager.impl.ExportInterceptorsComparator
 
ExportManager - Interface in org.universAAL.ri.gateway.eimanager
 
ExportManagerImpl - Class in org.universAAL.ri.gateway.eimanager.impl
 
ExportManagerImpl(GatewayCommunicator) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
ExportOperationInterceptor - Interface in org.universAAL.ri.gateway.eimanager
 
ExportPremise - Class in org.universAAL.ri.gateway.eimanager
 
ExportPremise() - Constructor for class org.universAAL.ri.gateway.eimanager.ExportPremise
 
ExportProcessExecutor - Class in org.universAAL.ri.gateway.eimanager.impl.exporting
 
ExportProcessExecutor(BlockingQueue<InternalExportOperation>) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportProcessExecutor
 
ExportSecurityOperationInterceptor - Class in org.universAAL.ri.gateway.eimanager.impl.security
 
ExportSecurityOperationInterceptor() - Constructor for class org.universAAL.ri.gateway.eimanager.impl.security.ExportSecurityOperationInterceptor
 

G

GatewayAddress - Class in org.universAAL.ri.gateway.communicator.service.impl
 
GatewayAddress(String, int) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.GatewayAddress
 
GatewayAddress(String, int, String) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.GatewayAddress
 
GatewayCommunicator - Interface in org.universAAL.ri.gateway.communicator.service
This interface is used by the ImportExportManager for communication with AALSpace Gateway Communicator via an OSGi service.
GatewayCommunicatorImpl - Class in org.universAAL.ri.gateway.communicator.service.impl
AALSpace Gateway Communicator implementation.
GatewayCommunicatorImpl() - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
Initializes the worker with given ImportExportManager reference.
getAction() - Method in class org.universAAL.ri.gateway.communicator.service.impl.SecurityEntry
 
getAllowExportSecurityEntries() - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
getAllowImportSecurityEntries() - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
getBusMember() - Method in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
getCommunicator() - Method in class org.universAAL.ri.gateway.communicator.service.impl.CommunicatorStarter
 
getContent() - Method in class org.universAAL.ri.gateway.communicator.service.Message
Returns content of the message.
getContextProvider() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
getCpe() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
getDenyExportSecurityEntries() - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
getDenyImportSecurityEntries() - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
getEntryRegex() - Method in class org.universAAL.ri.gateway.communicator.service.impl.SecurityEntry
 
getErrorMessage() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
getErrorMessage() - Method in class org.universAAL.ri.gateway.eimanager.ImportEntry
 
getHandlerProfiles() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyUICaller
 
getId() - Method in class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyContextSubscriber
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyServiceCaller
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyUICaller
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyContextPublisher
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyServiceCallee
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyUIHandler
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
getId() - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.RegistryEntry
 
getImportEntry() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
getManager() - Method in class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
getMember() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportEntry
 
getMember() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
getMember() - Method in class org.universAAL.ri.gateway.eimanager.ImportEntry
 
getMemberId() - Method in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
getMessage() - Method in class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
 
getModalityRegex() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyUICaller
 
getModalityRegex() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
getOp() - Method in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
getOperation() - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.RegistryEntry
 
getPayload() - Method in class org.universAAL.ri.gateway.communicator.service.impl.EncryptionWrapper
 
getPriority() - Method in interface org.universAAL.ri.gateway.eimanager.ExportOperationInterceptor
 
getPriority() - Method in class org.universAAL.ri.gateway.eimanager.impl.security.ExportSecurityOperationInterceptor
 
getPriority() - Method in class org.universAAL.ri.gateway.eimanager.impl.security.ImportSecurityOperationInterceptor
 
getPriority() - Method in interface org.universAAL.ri.gateway.eimanager.ImportOperationInterceptor
 
getProfiles() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyServiceCaller
 
getProfilesSet() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyServiceCallee
 
getProfilesSet() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyUIHandler
 
getRealizedServices() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
getRemoteBusMemberId() - Method in class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
getRemoteMemberId() - Method in class org.universAAL.ri.gateway.communicator.service.Message
 
getRemoteProxyBusMemberId() - Method in class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
getRemoteProxyRegistrationId() - Method in class org.universAAL.ri.gateway.communicator.service.Message
 
getRemoteRegisteredProxyId() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
getReturnedValues() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
getReturnTo() - Method in class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
 
getServerNamespace() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
getServiceType() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyServiceCaller
 
getServiceType() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
getSourceId() - Method in class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
 
getSubjectURIs() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
getType() - Method in class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
 
getType() - Method in class org.universAAL.ri.gateway.communicator.service.impl.SecurityEntry
 
getType() - Method in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
getUiHandlerProfiles() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
getUrl() - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayAddress
 
getUuid() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
getUuid() - Method in class org.universAAL.ri.gateway.eimanager.ImportEntry
 

H

handleContextEvent(String, ContextEvent) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
handleMessage(InputStream, OutputStream) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
handleMessage(InputStream, OutputStream) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
handleUIResponse(String, UIResponse) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
HASH_KEY - Static variable in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
hashCode() - Method in class org.universAAL.ri.gateway.communicator.service.Message
 

I

IMPORT_SECURITY_CONSTRAINT_ALLOW - Static variable in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Property used for specifying bus members that are allowed to be imported into this AAL Space.
IMPORT_SECURITY_CONSTRAINT_DENY - Static variable in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Property used for specifying bus members that are denied to be imported into this AAL Space.
ImportedProxyManager - Class in org.universAAL.ri.gateway.eimanager.impl.importing
 
ImportedProxyManager(GatewayCommunicator) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
 
ImportEntry - Class in org.universAAL.ri.gateway.eimanager
 
ImportEntry(String, BusMember, String, InternalImportOperation, boolean, String) - Constructor for class org.universAAL.ri.gateway.eimanager.ImportEntry
 
ImportExecutor - Interface in org.universAAL.ri.gateway.eimanager
 
ImportInterceptorsComparator - Class in org.universAAL.ri.gateway.eimanager.impl
 
ImportInterceptorsComparator() - Constructor for class org.universAAL.ri.gateway.eimanager.impl.ImportInterceptorsComparator
 
ImportManager - Interface in org.universAAL.ri.gateway.eimanager
 
ImportManagerImpl - Class in org.universAAL.ri.gateway.eimanager.impl
 
ImportManagerImpl(GatewayCommunicator) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
ImportOperationInterceptor - Interface in org.universAAL.ri.gateway.eimanager
 
ImportPremise - Class in org.universAAL.ri.gateway.eimanager
 
ImportPremise() - Constructor for class org.universAAL.ri.gateway.eimanager.ImportPremise
 
ImportProcessExecutor - Class in org.universAAL.ri.gateway.eimanager.impl.importing
 
ImportProcessExecutor(BlockingQueue<InternalImportOperation>) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.importing.ImportProcessExecutor
 
importRemoteContextEvents(BusMember, ContextEventPattern[]) - Method in interface org.universAAL.ri.gateway.communicator.service.RemoteSpacesManager
 
importRemoteContextEvents(BusMember, ContextEventPattern[]) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
importRemoteService(BusMember, String, String) - Method in interface org.universAAL.ri.gateway.communicator.service.RemoteSpacesManager
 
importRemoteService(BusMember, String, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
importRemoteUI(BusMember, String) - Method in interface org.universAAL.ri.gateway.communicator.service.RemoteSpacesManager
 
importRemoteUI(BusMember, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
ImportRequest - Class in org.universAAL.ri.gateway.eimanager.impl.importing
 
ImportRequest(BusMemberType, String) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
ImportSecurityOperationInterceptor - Class in org.universAAL.ri.gateway.eimanager.impl.security
 
ImportSecurityOperationInterceptor() - Constructor for class org.universAAL.ri.gateway.eimanager.impl.security.ImportSecurityOperationInterceptor
 
init() - Method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager
 
initialize(String) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityUtils
 
InternalEIOperation - Class in org.universAAL.ri.gateway.eimanager.impl
 
InternalEIOperation(BusMember, RepoOperation) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
InternalExportOperation - Class in org.universAAL.ri.gateway.eimanager.impl.exporting
 
InternalExportOperation(BusMember, RepoOperation) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.InternalExportOperation
 
InternalImportOperation - Class in org.universAAL.ri.gateway.eimanager.impl.importing
 
InternalImportOperation(BusMember, RepoOperation, String) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
internalImportRemoteService(String, BusMember, String, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
internalImportRemoteService(String, BusMember, String, String) - Method in interface org.universAAL.ri.gateway.eimanager.ImportExecutor
 
internalImportRemoteUI(String, BusMember, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
InterruptExecutionException - Exception in org.universAAL.ri.gateway.eimanager.exception
 
InterruptExecutionException(String, Throwable) - Constructor for exception org.universAAL.ri.gateway.eimanager.exception.InterruptExecutionException
 
InterruptExecutionException(String) - Constructor for exception org.universAAL.ri.gateway.eimanager.exception.InterruptExecutionException
 
invoke(ServiceCall, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyServiceCaller
 
invoke(UIRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyUICaller
 
IRegistryListener - Interface in org.universAAL.ri.gateway.eimanager.impl.registry
 
isOperationAllowed(String, Type) - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
isSuccess() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
isSuccess() - Method in class org.universAAL.ri.gateway.eimanager.ImportEntry
 

L

listeners - Variable in class org.universAAL.ri.gateway.eimanager.impl.registry.AbstractRegistry
 
LOCAL_SOCKET_PORT - Static variable in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 

M

marshall(Object) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
 
marshallObject(Object) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
 
mc - Static variable in class org.universAAL.ri.gateway.communicator.Activator
 
mc - Variable in class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
memberAdded(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
memberAdded(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
memberAdded(BusMember) - Method in interface org.universAAL.ri.gateway.eimanager.RepoEIManager
 
memberId - Variable in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
memberRemoved(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
memberRemoved(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
memberRemoved(BusMember) - Method in interface org.universAAL.ri.gateway.eimanager.RepoEIManager
 
Message - Class in org.universAAL.ri.gateway.communicator.service
This class represents a generic message sent between inside and outside world of AALSpace.
Message(Object) - Constructor for class org.universAAL.ri.gateway.communicator.service.Message
Initializes with a message to send.
MessageType - Enum in org.universAAL.ri.gateway.communicator.service.impl
Type for MessageWrapper in order for the servlet to distinguish the message purpose.
MessageWrapper - Class in org.universAAL.ri.gateway.communicator.service.impl
A message wrapper for requests and responses sent between communicators.
MessageWrapper(MessageType, Message, UUID, String) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
Wraps a message with a concrete ID (for responses).
MessageWrapper(MessageType, Message, String) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
Wraps a message with a random ID.
MessageWrapper(MessageType, Message, URL, String) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
Wraps an asynchronous request stating where it should be sent back.

N

NonPersistentExportImportRegistry - Class in org.universAAL.ri.gateway.eimanager.impl.registry
 
NonPersistentExportImportRegistry() - Constructor for class org.universAAL.ri.gateway.eimanager.impl.registry.NonPersistentExportImportRegistry
 

O

op - Variable in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
org.universAAL.ri.gateway.communicator - package org.universAAL.ri.gateway.communicator
 
org.universAAL.ri.gateway.communicator.service - package org.universAAL.ri.gateway.communicator.service
 
org.universAAL.ri.gateway.communicator.service.impl - package org.universAAL.ri.gateway.communicator.service.impl
 
org.universAAL.ri.gateway.eimanager - package org.universAAL.ri.gateway.eimanager
 
org.universAAL.ri.gateway.eimanager.exception - package org.universAAL.ri.gateway.eimanager.exception
 
org.universAAL.ri.gateway.eimanager.impl - package org.universAAL.ri.gateway.eimanager.impl
 
org.universAAL.ri.gateway.eimanager.impl.exporting - package org.universAAL.ri.gateway.eimanager.impl.exporting
 
org.universAAL.ri.gateway.eimanager.impl.importing - package org.universAAL.ri.gateway.eimanager.impl.importing
 
org.universAAL.ri.gateway.eimanager.impl.registry - package org.universAAL.ri.gateway.eimanager.impl.registry
 
org.universAAL.ri.gateway.eimanager.impl.security - package org.universAAL.ri.gateway.eimanager.impl.security
 

P

process(ImportRequest) - Method in interface org.universAAL.ri.gateway.eimanager.ExportOperationInterceptor
 
process(ImportRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.security.ExportSecurityOperationInterceptor
 
process(ImportRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.security.ImportSecurityOperationInterceptor
 
process(ImportRequest) - Method in interface org.universAAL.ri.gateway.eimanager.ImportOperationInterceptor
 
properties - Static variable in class org.universAAL.ri.gateway.communicator.service.impl.CommunicatorStarter
 
PROTOCOL - Variable in class org.universAAL.ri.gateway.communicator.service.impl.GatewayAddress
 
proxiedBusMembers - Variable in class org.universAAL.ri.gateway.eimanager.impl.AbstractProxyManager
 
ProxyBusMember - Class in org.universAAL.ri.gateway.eimanager.impl
 
ProxyBusMember(AbstractProxyManager, String, String, ModuleContext) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
ProxyContextPublisher - Class in org.universAAL.ri.gateway.eimanager.impl.importing
 
ProxyContextPublisher(ContextSubscriber, ContextProvider, ImportedProxyManager, String, ModuleContext) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyContextPublisher
 
ProxyContextSubscriber - Class in org.universAAL.ri.gateway.eimanager.impl.exporting
 
ProxyContextSubscriber(ExportedProxyManager, ModuleContext, ContextEventPattern[]) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyContextSubscriber
 
ProxyManager - Interface in org.universAAL.ri.gateway.eimanager.impl
 
ProxyRegistration - Class in org.universAAL.ri.gateway.eimanager.impl.exporting
 
ProxyRegistration(String, Object) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
ProxyRegistration(String) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
ProxyServiceCallee - Class in org.universAAL.ri.gateway.eimanager.impl.importing
 
ProxyServiceCallee(ServiceProfile[], ImportedProxyManager, String, String, ModuleContext) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyServiceCallee
 
ProxyServiceCaller - Class in org.universAAL.ri.gateway.eimanager.impl.exporting
 
ProxyServiceCaller(ExportedProxyManager, String, ModuleContext, String, String, Map<String, List<ServiceProfile>>) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyServiceCaller
 
ProxyUICaller - Class in org.universAAL.ri.gateway.eimanager.impl.exporting
 
ProxyUICaller(ExportedProxyManager, String, ModuleContext, String, UIHandlerProfile[]) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyUICaller
 
ProxyUIHandler - Class in org.universAAL.ri.gateway.eimanager.impl.importing
 
ProxyUIHandler(UIHandlerProfile[], ImportedProxyManager, String, ModuleContext) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyUIHandler
 
publishContextEvent(ContextEvent) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyContextPublisher
 
publishExportToRepo(ExportEntry) - Method in enum org.universAAL.ri.gateway.eimanager.impl.registry.EIRepoAccessManager
 
publishImportToRepo(ImportEntry) - Method in enum org.universAAL.ri.gateway.eimanager.impl.registry.EIRepoAccessManager
 

R

realizeLocalContextEventPublishment(String, ContextEvent) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
 
realizeLocalUIResponsePublishment(String, UIResponse) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
 
realizeRemoteServiceRequest(String, ServiceCall, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
 
realizeRemoteUIRequest(String, UIRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
 
refreshProfiles(ServiceProfile[]) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyServiceCallee
 
refreshProxy(ProxyRegistration) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
 
refreshProxy(ProxyRegistration) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
refreshProxy(ProxyRegistration) - Method in interface org.universAAL.ri.gateway.eimanager.ImportManager
 
registerProxies(ImportRequest) - Method in interface org.universAAL.ri.gateway.eimanager.ExportManager
 
registerProxies(ImportRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
registerProxies(ImportRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
registerProxies(InternalImportOperation) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
 
RegistryEntry - Class in org.universAAL.ri.gateway.eimanager.impl.registry
 
RegistryEntry(String, InternalEIOperation) - Constructor for class org.universAAL.ri.gateway.eimanager.impl.registry.RegistryEntry
 
registryEntryAdded(RegistryEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
registryEntryAdded(RegistryEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
registryEntryAdded(RegistryEntry) - Method in interface org.universAAL.ri.gateway.eimanager.impl.registry.IRegistryListener
 
registryEntryRemoved(RegistryEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
registryEntryRemoved(RegistryEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
registryEntryRemoved(RegistryEntry) - Method in interface org.universAAL.ri.gateway.eimanager.impl.registry.IRegistryListener
 
REMOTE_GATEWAYS_PROP - Static variable in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
System property used for specifying remote AAL Space Gateways addresses (host ip and port) in comma separated manner.
remoteBusMemberId - Variable in class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
RemoteSpacesManager - Interface in org.universAAL.ri.gateway.communicator.service
 
removeExportedBusMember(BusMember) - Method in interface org.universAAL.ri.gateway.eimanager.ExportExecutor
 
removeExportedBusMember(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
removeExportFromRepo(ExportEntry) - Method in enum org.universAAL.ri.gateway.eimanager.impl.registry.EIRepoAccessManager
 
removeExportInfo(ExportEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.NonPersistentExportImportRegistry
 
removeExportPremise(ExportPremise) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
removeImportFromRepo(ImportEntry) - Method in enum org.universAAL.ri.gateway.eimanager.impl.registry.EIRepoAccessManager
 
removeImportInfo(ImportEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.NonPersistentExportImportRegistry
 
removeListener(IRegistryListener) - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.AbstractRegistry
 
removeListener(IRegistryListener) - Method in enum org.universAAL.ri.gateway.eimanager.impl.registry.EIRepoAccessManager
 
removeProxy() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyContextSubscriber
 
removeProxy() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyServiceCaller
 
removeProxy() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyUICaller
 
removeProxy() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyContextPublisher
 
removeProxy() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyServiceCallee
 
removeProxy() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyUIHandler
 
removeProxy() - Method in class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
removeRemoteBusMember(BusMember, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
removeRemoteBusMember(BusMember, String) - Method in interface org.universAAL.ri.gateway.eimanager.ImportExecutor
 
removeRemoteGateway(GatewayAddress) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
RepoEIManager - Interface in org.universAAL.ri.gateway.eimanager
 
RepoOperation - Enum in org.universAAL.ri.gateway.eimanager.impl.registry
 
ResponseCallback - Interface in org.universAAL.ri.gateway.communicator.service
Interface used by callbacks that will be notified about response arrivals.
run() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportProcessExecutor
 
run() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportProcessExecutor
 

S

SecurityEntry - Class in org.universAAL.ri.gateway.communicator.service.impl
 
SecurityEntry(SecurityAction, Type, String) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.SecurityEntry
 
SecurityManager - Enum in org.universAAL.ri.gateway.communicator.service.impl
 
SecurityUtils - Enum in org.universAAL.ri.gateway.communicator.service.impl
 
sendContextEvent(Message, URL[]) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Sends a context event to other AALSpace Gateway Communicators listening at given URL.
sendContextEvent(Message) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendContextEvent(Message, URL[]) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
Sends a context event to other AALSpace Gateway Communicators listening at given URL.
sendContextEvent(Message) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendContextEvent(String, ContextEvent) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
sendContextEvent(String, ContextEvent) - Method in interface org.universAAL.ri.gateway.eimanager.ImportManager
 
sendImportRefresh(Message, URL[]) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendImportRefresh(Message) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendImportRefresh(Message, URL[]) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendImportRefresh(Message) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendImportRemoval(Message, URL[]) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendImportRemoval(Message) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendImportRemoval(Message, URL[]) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendImportRemoval(Message) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendImportRequest(Message, URL[]) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendImportRequest(Message) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendImportRequest(Message, URL[]) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendImportRequest(Message) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendMessage(MessageWrapper, URL) - Method in interface org.universAAL.ri.gateway.communicator.service.CommunicationHandler
 
sendMessage(MessageWrapper, URL) - Method in class org.universAAL.ri.gateway.communicator.service.impl.SocketCommunicationHandler
 
sendMessageToStream(MessageWrapper, OutputStream) - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
Deserializes the wrapper and sends to a ready stream.
sendServiceRequest(Message, URL[]) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Sends a service request to another AALSpace Gateway Communicator listening at given URL, waits for the response and returns it.
sendServiceRequest(Message) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendServiceRequest(Message, URL[], long) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Sends a service request to another AALSpace Gateway Communicator listening at given URL, waits for the response and returns it if arrived before timing out.
sendServiceRequest(Message, long) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendServiceRequest(Message, URL[]) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
Sends a service request to another AALSpace Gateway Communicator listening at given URL, waits for the response and returns it.
sendServiceRequest(Message, URL) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendServiceRequest(Message, URL[], long) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
Sends a service request to another AALSpace Gateway Communicator listening at given URL, waits for the response and returns it if arrived before timing out.
sendServiceRequest(Message) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendServiceRequest(Message, long) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendServiceRequest(String, ServiceCall, String) - Method in interface org.universAAL.ri.gateway.eimanager.ExportManager
 
sendServiceRequest(String, ServiceCall, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
sendServiceRequest(String, ServiceCall, String) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
sendServiceRequestAsync(Message, URL, URL, ResponseCallback) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Sends a service request to another AALSpace Gateway Communicator listening at given URL, registers callback which will be notified once the response arrives.
sendServiceRequestAsync(Message, URL, URL, ResponseCallback) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
Sends a service request to another AALSpace Gateway Communicator listening at given URL, registers callback which will be notified once the response arrives.
sendUIRequest(Message, URL[]) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Sends a ui request to other AALSpace Gateway Communicators listening at given URL.
sendUIRequest(Message) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendUIRequest(Message, URL[]) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
Sends a ui call to other AALSpace Gateway Communicators listening at given URL.
sendUIRequest(Message) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendUIRequest(String, UIRequest) - Method in interface org.universAAL.ri.gateway.eimanager.ExportManager
 
sendUIRequest(String, UIRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
sendUIRequest(String, UIRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
sendUIResponse(Message, URL[]) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
Sends a ui response to other AALSpace Gateway Communicators listening at given URL.
sendUIResponse(Message) - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
sendUIResponse(Message, URL[]) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
Sends a ui response to other AALSpace Gateway Communicators listening at given URL.
sendUIResponse(Message) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
sendUIResponse(String, UIResponse) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
sendUIResponse(String, UIResponse) - Method in interface org.universAAL.ri.gateway.eimanager.ImportManager
 
Serializer - Enum in org.universAAL.ri.gateway.communicator.service.impl
 
setAction(SecurityAction) - Method in class org.universAAL.ri.gateway.communicator.service.impl.SecurityEntry
 
setAllowExportSecurityEntries(Set<SecurityEntry>) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
setAllowImportSecurityEntries(Set<SecurityEntry>) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
setBusMember(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
setContextProvider(ContextProvider) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
setCpe(String[]) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
setDenyExportSecurityEntries(Set<SecurityEntry>) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
setDenyImportSecurityEntries(Set<SecurityEntry>) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
 
setEntryRegex(String) - Method in class org.universAAL.ri.gateway.communicator.service.impl.SecurityEntry
 
setErrorMessage(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
setErrorMessage(String) - Method in class org.universAAL.ri.gateway.eimanager.ImportEntry
 
setHandlerProfiles(UIHandlerProfile[]) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyUICaller
 
setId(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
setId(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
setId(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.RegistryEntry
 
setImportEntry(ImportEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
setManagers(ImportManager, ExportManager) - Method in class org.universAAL.ri.gateway.communicator.service.impl.CommunicatorStarter
Sets import and export managers for the communicator
setManagers(ImportManager, ExportManager) - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
setMember(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportEntry
 
setMember(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
setMember(BusMember) - Method in class org.universAAL.ri.gateway.eimanager.ImportEntry
 
setMemberId(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
setModalityRegex(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyUICaller
 
setModalityRegex(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
setOp(RepoOperation) - Method in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
setOperation(InternalEIOperation) - Method in class org.universAAL.ri.gateway.eimanager.impl.registry.RegistryEntry
 
setProfiles(Map<String, List<ServiceProfile>>) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyServiceCaller
 
setProfilesSet(Set<ServiceProfile>) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyServiceCallee
 
setProfilesSet(Set<ServiceProfile>) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ProxyUIHandler
 
setRealizedServices(Map<String, List<ServiceProfile>>) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
setRemoteMemberId(String) - Method in class org.universAAL.ri.gateway.communicator.service.Message
 
setRemoteProxyRegistrationId(String) - Method in class org.universAAL.ri.gateway.communicator.service.Message
 
setRemoteRegisteredProxyId(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
setReturnedValues(Object) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
setServerNamespace(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
setServiceType(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
setSourceId(String) - Method in class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
 
setSubjectURIs(String[]) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
setSuccess(boolean) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
setSuccess(boolean) - Method in class org.universAAL.ri.gateway.eimanager.ImportEntry
 
setType(Type) - Method in class org.universAAL.ri.gateway.communicator.service.impl.SecurityEntry
 
setType(BusMemberType) - Method in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 
setUiHandlerProfiles(UIHandlerProfile[]) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
setUuid(String) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.InternalImportOperation
 
setUuid(String) - Method in class org.universAAL.ri.gateway.eimanager.ImportEntry
 
sharedObjectAdded(Object, Object) - Method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager
 
sharedObjectRemoved(Object) - Method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager
 
shouldExport(BusMember, InternalEIOperation) - Static method in class org.universAAL.ri.gateway.eimanager.impl.EIConstraintEvaluator
 
shouldImport(BusMember, InternalEIOperation) - Static method in class org.universAAL.ri.gateway.eimanager.impl.EIConstraintEvaluator
 
shutdown() - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
shutdown() - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
SocketCommunicationHandler - Class in org.universAAL.ri.gateway.communicator.service.impl
 
SocketCommunicationHandler(GatewayCommunicator) - Constructor for class org.universAAL.ri.gateway.communicator.service.impl.SocketCommunicationHandler
 
start(BundleContext) - Method in class org.universAAL.ri.gateway.communicator.Activator
Starts the communicator.
start() - Method in interface org.universAAL.ri.gateway.communicator.service.CommunicationHandler
 
start() - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
start() - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
start() - Method in class org.universAAL.ri.gateway.communicator.service.impl.SocketCommunicationHandler
 
stop(BundleContext) - Method in class org.universAAL.ri.gateway.communicator.Activator
Stops the communicator and all used resources.
stop() - Method in interface org.universAAL.ri.gateway.communicator.service.CommunicationHandler
 
stop() - Method in interface org.universAAL.ri.gateway.communicator.service.GatewayCommunicator
 
stop() - Method in class org.universAAL.ri.gateway.communicator.service.impl.CommunicatorStarter
 
stop() - Method in class org.universAAL.ri.gateway.communicator.service.impl.GatewayCommunicatorImpl
 
stop() - Method in class org.universAAL.ri.gateway.communicator.service.impl.SocketCommunicationHandler
 

T

targetId - Variable in class org.universAAL.ri.gateway.eimanager.impl.ProxyBusMember
 
toString() - Method in class org.universAAL.ri.gateway.communicator.service.impl.MessageWrapper
 
toString() - Method in class org.universAAL.ri.gateway.communicator.service.Message
 
toString() - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ProxyRegistration
 
toString() - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportRequest
 
type - Variable in class org.universAAL.ri.gateway.eimanager.impl.InternalEIOperation
 

U

unimportRemoteService(ImportEntry) - Method in interface org.universAAL.ri.gateway.communicator.service.RemoteSpacesManager
 
unimportRemoteService(ImportEntry) - Method in class org.universAAL.ri.gateway.eimanager.impl.ImportManagerImpl
 
unmarshall(Class<T>, Message) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
 
unmarshallObject(Class<T>, Message) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
 
unmarshallObject(Class<T>, Object, ClassLoader) - Method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
 
unmarshalMessage(InputStream) - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
Reads a message wrapper from a stream.
unregisterAllProxies() - Method in class org.universAAL.ri.gateway.eimanager.impl.AbstractProxyManager
 
unregisterAllProxies() - Method in interface org.universAAL.ri.gateway.eimanager.impl.ProxyManager
 
unregisterProxies(ImportRequest) - Method in interface org.universAAL.ri.gateway.eimanager.ExportManager
 
unregisterProxies(ImportRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.exporting.ExportedProxyManager
 
unregisterProxies(ImportRequest) - Method in class org.universAAL.ri.gateway.eimanager.impl.ExportManagerImpl
 
unregisterProxies(InternalImportOperation) - Method in class org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
 

V

valueOf(String) - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.universAAL.ri.gateway.eimanager.impl.BusMemberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.universAAL.ri.gateway.eimanager.impl.registry.EIRepoAccessManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.universAAL.ri.gateway.eimanager.impl.registry.RepoOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.SecurityUtils
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.universAAL.ri.gateway.communicator.service.impl.Serializer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.universAAL.ri.gateway.eimanager.impl.BusMemberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.universAAL.ri.gateway.eimanager.impl.EIOperationManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.universAAL.ri.gateway.eimanager.impl.registry.EIRepoAccessManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.universAAL.ri.gateway.eimanager.impl.registry.RepoOperation
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G H I L M N O P R S T U V

Copyright © 2014 universAAL Consortium. All Rights Reserved.