public abstract class ComponentConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AbstractComponent<?> |
component |
| Modifier | Constructor and Description |
|---|---|
protected |
ComponentConfig(AbstractComponent<?> component) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Object> |
getDefaults(Map<String,Object> params) |
EventBus |
getEventBus() |
tigase.xmpp.BareJID |
getServiceName() |
abstract void |
setProperties(Map<String,Object> props) |
protected final AbstractComponent<?> component
protected ComponentConfig(AbstractComponent<?> component)
Copyright © 2008–2017 Tigase. All rights reserved.