@Address(value="/subsystem=orientdb") @Implicit public class Orientdb<T extends Orientdb<T>> extends HashMap implements org.wildfly.swarm.config.runtime.Keyed
| Modifier and Type | Class and Description |
|---|---|
static class |
Orientdb.OrientdbResources
Child mutators for Orientdb
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Orientdb() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
T |
orient(Orient value)
Add the Orient object to the list of subresources
|
T |
orient(OrientSupplier supplier)
Install a supplied Orient object to the list of subresources
|
T |
orient(String childKey)
Create and configure a Orient object to the list of subresources
|
T |
orient(String childKey,
OrientConsumer consumer)
Create and configure a Orient object to the list of subresources
|
T |
orients(List<Orient> value)
Add all Orient objects to this subresource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Orientdb.OrientdbResources |
subresources() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
getKey in interface org.wildfly.swarm.config.runtime.Keyedpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Orientdb.OrientdbResources subresources()
public T orients(List<Orient> value)
value - List of Orient objects.public T orient(Orient value)
value - The Orient to addpublic T orient(String childKey, OrientConsumer consumer)
key - The key for the Orient resourceconfig - The OrientConsumer to usepublic T orient(String childKey)
key - The key for the Orient resourcepublic T orient(OrientSupplier supplier)
Copyright © 2017 JBoss by Red Hat. All rights reserved.