Modifier and Type | Method and Description |
---|---|
static void |
SetCommand.setLeafElement(ConfigBean node,
String elementName,
String values) |
Modifier and Type | Field and Description |
---|---|
ConfigBean |
ConfigBeanRegistry.MBeanInstance.mConfigBean |
Modifier and Type | Method and Description |
---|---|
ConfigBean |
ConfigBeanRegistry.getConfigBean(ObjectName objectName) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigBeanRegistry.add(ConfigBean cb,
ObjectName objectName,
Object impl) |
Object |
ConfigBeanRegistry.getImpl(ConfigBean cb) |
ObjectName |
ConfigBeanRegistry.getObjectName(ConfigBean cb) |
Constructor and Description |
---|
AMXConfigImpl(ObjectName parentObjectName,
ConfigBean configBean) |
MBeanInstance(ConfigBean cb,
ObjectName on,
Object impl) |
Modifier and Type | Method and Description |
---|---|
ConfigBean |
PendingConfigBeanJob.getConfigBean() |
Modifier and Type | Method and Description |
---|---|
PendingConfigBeanJob |
PendingConfigBeans.add(ConfigBean cb,
boolean useLatch) |
boolean |
PendingConfigBeans.remove(ConfigBean cb)
Removing a ConfigBean must ensure that all its children are also removed.
|
Modifier and Type | Method and Description |
---|---|
void |
PendingConfigBeans.onEntered(org.glassfish.hk2.api.ActiveDescriptor<ConfigBean> provider) |
Constructor and Description |
---|
PendingConfigBeanJob(ConfigBean cb) |
PendingConfigBeanJob(ConfigBean cb,
boolean latch) |
PendingConfigBeanJob(ConfigBean cb,
CountDownLatch latch) |
Modifier and Type | Method and Description |
---|---|
protected static String |
ProviderUtil.getHtmlRepresentationForAttributes(ConfigBean proxy,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
ConfigBean |
ActionReportResult.getEntity() |
Constructor and Description |
---|
ActionReportResult(RestActionReporter r,
ConfigBean entity,
OptionsResult metaData) |
Modifier and Type | Class and Description |
---|---|
class |
GlassFishConfigBean
Translated view of a configured objects where values can be represented
with a @{xx.yy.zz} name to be translated using a property value translator.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigBeanListener.onEntered(org.glassfish.hk2.api.ActiveDescriptor<ConfigBean> bean)
Notification that a new config beans has entered the configuration
tree.
|
Modifier and Type | Method and Description |
---|---|
ConfigBean |
ConfigBean.allocate(Class<?> type)
Allocate a new ConfigBean object as part of the Transaction
associated with this configuration object.
|
ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes) |
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes,
TransactionCallBack<WriteableView> runnable)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
Map<String,String> attributes)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
Map<String,String> attributes,
TransactionCallBack<WriteableView> runnable)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
ConfigBean |
ConfigBean.getMasterView()
We are the master view.
|
ConfigBean |
WriteableView.getMasterView() |
ConfigBean |
ConfigBean.parent() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigSupport._deleteChild(ConfigBean parent,
WriteableView writeableParent,
ConfigBean child)
Unprotected child deletion, caller must start a transaction before calling this
method.
|
Object |
ConfigSupport.addChildWithAttributes(ConfigBeanProxy param,
ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes,
TransactionCallBack<WriteableView> runnable) |
ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes) |
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes,
TransactionCallBack<WriteableView> runnable)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
Map<String,String> attributes)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
Map<String,String> attributes,
TransactionCallBack<WriteableView> runnable)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
static void |
ConfigSupport.deleteChild(ConfigBean parent,
ConfigBean child) |
String[] |
ConfigSupport.getAttributesNames(ConfigBean bean)
Returns the list of attributes names by the passed ConfigBean
|
String[] |
ConfigSupport.getElementsNames(ConfigBean bean)
Returns the list of elements names by the passed ConfigBean
|
static Class<?>[] |
ConfigSupport.getSubElementsTypes(ConfigBean bean)
Returns the list of sub-elements supported by a ConfigBean
|
void |
OnDeleteCascade.readValue(ConfigBean source,
String xmlName,
Object value) |
void |
ConfigBeanInterceptor.readValue(ConfigBean source,
String xmlName,
Object value)
Notification of an attribute read
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigSupport.apply(Map<ConfigBean,Map<String,String>> mapOfChanges) |
Constructor and Description |
---|
ConfigBean(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
ConfigBean parent,
ConfigModel model,
XMLStreamReader in) |
Modifier and Type | Method and Description |
---|---|
Object |
ConfigurationUtilities.addChildWithAttributes(ConfigBeanProxy param,
ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes,
TransactionCallBack<WriteableView> runnable)
Adds this child bean to the parent with the given attributes.
|
Copyright © 2021. All rights reserved.