Uses of Class
org.jvnet.hk2.config.ConfigBean
-
-
Uses of ConfigBean in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin with parameters of type ConfigBean Modifier and Type Method Description static voidSetCommand. setLeafElement(ConfigBean node, String elementName, String values) -
Uses of ConfigBean in org.glassfish.admin.amx.impl.config
Fields in org.glassfish.admin.amx.impl.config declared as ConfigBean Modifier and Type Field Description ConfigBeanConfigBeanRegistry.MBeanInstance. mConfigBeanMethods in org.glassfish.admin.amx.impl.config that return ConfigBean Modifier and Type Method Description ConfigBeanConfigBeanRegistry. getConfigBean(ObjectName objectName)Methods in org.glassfish.admin.amx.impl.config with parameters of type ConfigBean Modifier and Type Method Description voidConfigBeanRegistry. add(ConfigBean cb, ObjectName objectName, Object impl)ObjectConfigBeanRegistry. getImpl(ConfigBean cb)ObjectNameConfigBeanRegistry. getObjectName(ConfigBean cb)Constructors in org.glassfish.admin.amx.impl.config with parameters of type ConfigBean Constructor Description AMXConfigImpl(ObjectName parentObjectName, ConfigBean configBean)MBeanInstance(ConfigBean cb, ObjectName on, Object impl) -
Uses of ConfigBean in org.glassfish.admin.mbeanserver
Methods in org.glassfish.admin.mbeanserver that return ConfigBean Modifier and Type Method Description ConfigBeanPendingConfigBeanJob. getConfigBean()Methods in org.glassfish.admin.mbeanserver with parameters of type ConfigBean Modifier and Type Method Description PendingConfigBeanJobPendingConfigBeans. add(ConfigBean cb, boolean useLatch)booleanPendingConfigBeans. remove(ConfigBean cb)Removing a ConfigBean must ensure that all its children are also removed.Method parameters in org.glassfish.admin.mbeanserver with type arguments of type ConfigBean Modifier and Type Method Description voidPendingConfigBeans. onEntered(org.glassfish.hk2.api.ActiveDescriptor<ConfigBean> provider)Constructors in org.glassfish.admin.mbeanserver with parameters of type ConfigBean Constructor Description PendingConfigBeanJob(ConfigBean cb)PendingConfigBeanJob(ConfigBean cb, boolean latch)PendingConfigBeanJob(ConfigBean cb, CountDownLatch latch) -
Uses of ConfigBean in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type ConfigBean Modifier and Type Method Description protected static StringProviderUtil. getHtmlRepresentationForAttributes(ConfigBean proxy, jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of ConfigBean in org.glassfish.admin.rest.results
Methods in org.glassfish.admin.rest.results that return ConfigBean Modifier and Type Method Description ConfigBeanActionReportResult. getEntity()Constructors in org.glassfish.admin.rest.results with parameters of type ConfigBean Constructor Description ActionReportResult(RestActionReporter r, ConfigBean entity, OptionsResult metaData) -
Uses of ConfigBean in org.glassfish.config.support
Subclasses of ConfigBean in org.glassfish.config.support Modifier and Type Class Description classGlassFishConfigBeanTranslated view of a configured objects where values can be represented with a @{xx.yy.zz} name to be translated using a property value translator.Method parameters in org.glassfish.config.support with type arguments of type ConfigBean Modifier and Type Method Description voidConfigBeanListener. onEntered(org.glassfish.hk2.api.ActiveDescriptor<ConfigBean> bean)Notification that a new config beans has entered the configuration tree. -
Uses of ConfigBean in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that return ConfigBean Modifier and Type Method Description ConfigBeanConfigBean. allocate(Class<?> type)Allocate a new ConfigBean object as part of the Transaction associated with this configuration object.ConfigBeanConfigSupport. createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes)static ConfigBeanConfigSupport. 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 ConfigBeanConfigSupport. 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 ConfigBeanConfigSupport. 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.ConfigBeanConfigBean. getMasterView()We are the master view.ConfigBeanWriteableView. getMasterView()ConfigBeanConfigBean. parent()Methods in org.jvnet.hk2.config with parameters of type ConfigBean Modifier and Type Method Description static voidConfigSupport. _deleteChild(ConfigBean parent, WriteableView writeableParent, ConfigBean child)Unprotected child deletion, caller must start a transaction before calling this method.ObjectConfigSupport. addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable)ConfigBeanConfigSupport. createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes)static ConfigBeanConfigSupport. 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 ConfigBeanConfigSupport. 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 ConfigBeanConfigSupport. 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 voidConfigSupport. deleteChild(ConfigBean parent, ConfigBean child)String[]ConfigSupport. getAttributesNames(ConfigBean bean)Returns the list of attributes names by the passed ConfigBeanString[]ConfigSupport. getElementsNames(ConfigBean bean)Returns the list of elements names by the passed ConfigBeanstatic Class<?>[]ConfigSupport. getSubElementsTypes(ConfigBean bean)Returns the list of sub-elements supported by a ConfigBeanvoidConfigBeanInterceptor. readValue(ConfigBean source, String xmlName, Object value)Notification of an attribute readvoidOnDeleteCascade. readValue(ConfigBean source, String xmlName, Object value)Method parameters in org.jvnet.hk2.config with type arguments of type ConfigBean Modifier and Type Method Description voidConfigSupport. apply(Map<ConfigBean,Map<String,String>> mapOfChanges)Constructors in org.jvnet.hk2.config with parameters of type ConfigBean Constructor Description ConfigBean(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, ConfigBean parent, ConfigModel model, XMLStreamReader in) -
Uses of ConfigBean in org.jvnet.hk2.config.api
Methods in org.jvnet.hk2.config.api with parameters of type ConfigBean Modifier and Type Method Description ObjectConfigurationUtilities. 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.
-