| Package | Description |
|---|---|
| org.sodeac.common.message.dispatcher.api |
Provides an API for eventdispatcher.
|
| org.sodeac.common.message.dispatcher.impl |
| Modifier and Type | Method and Description |
|---|---|
default ISubChannel<?> |
IChannel.createChildScope(UUID scopeId,
String scopeName,
ISubChannel<?> parentScope,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties)
create
ISubChannel for IChannel |
ISubChannel |
IChannel.createChildScope(UUID scopeId,
String scopeName,
ISubChannel parentScope,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties,
boolean adoptContoller,
boolean adoptServices)
create
ISubChannel for IChannel |
default ISubChannel<?> |
ISubChannel.createSubChannel(UUID scopeId,
String scopeName,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties)
creates a
ISubChannel in global scope (IChannel) with this scope as parent scope. |
ISubChannel |
IChannel.getChildScope(UUID scopeId)
returns scope with given
scopeId |
ISubChannel<?> |
ISubChannel.getParentChannel()
getter for parent scope, if exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<ISubChannel> |
IChannel.getChildScopes()
getter for child scope list.
|
| Modifier and Type | Method and Description |
|---|---|
default ISubChannel<?> |
IChannel.createChildScope(UUID scopeId,
String scopeName,
ISubChannel<?> parentScope,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties)
create
ISubChannel for IChannel |
ISubChannel |
IChannel.createChildScope(UUID scopeId,
String scopeName,
ISubChannel parentScope,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties,
boolean adoptContoller,
boolean adoptServices)
create
ISubChannel for IChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
SubChannelImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<ISubChannel> |
ChannelImpl.subChannelListCopy |
| Modifier and Type | Method and Description |
|---|---|
ISubChannel |
ChannelImpl.createChildScope(UUID scopeId,
String scopeName,
ISubChannel parentScope,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties,
boolean adoptContoller,
boolean adoptServices) |
ISubChannel<?> |
SubChannelImpl.createScope(String scopeName,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties) |
ISubChannel |
ChannelImpl.getChildScope(UUID scopeId) |
ISubChannel |
SubChannelImpl.getParentChannel() |
| Modifier and Type | Method and Description |
|---|---|
List<ISubChannel> |
SubChannelImpl.getChildScopes() |
List<ISubChannel> |
ChannelImpl.getChildScopes() |
protected List<ISubChannel> |
ChannelImpl.getChildSessionScopes(UUID parentScopeId) |
| Modifier and Type | Method and Description |
|---|---|
ISubChannel |
ChannelImpl.createChildScope(UUID scopeId,
String scopeName,
ISubChannel parentScope,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties,
boolean adoptContoller,
boolean adoptServices) |
Copyright © 2020. All rights reserved.