|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigBeanProxy | |
---|---|
org.glassfish.examples.ctm | |
org.jvnet.hk2.config | |
org.jvnet.hk2.config.types |
Uses of ConfigBeanProxy in org.glassfish.examples.ctm |
---|
Subinterfaces of ConfigBeanProxy in org.glassfish.examples.ctm | |
---|---|
interface |
Environment
Comes from xml. |
Uses of ConfigBeanProxy in org.jvnet.hk2.config |
---|
Classes in org.jvnet.hk2.config with type parameters of type ConfigBeanProxy | |
---|---|
interface |
SingleConfigCode<T extends ConfigBeanProxy>
SimpleConfigCode is code snippet that can be used to apply some configuration changes to one configuration object. |
Methods in org.jvnet.hk2.config with type parameters of type ConfigBeanProxy | ||
---|---|---|
|
WriteableView.allocateProxy(Class<T> type)
Allocate a new ConfigBean object as part of the Transaction associated with this configuration object. |
|
static
|
ConfigSupport.apply(SingleConfigCode<T> code,
T param)
Execute some logic on one config bean of type T protected by a transaction |
|
|
Changed.changed(Changed.TYPE type,
Class<T> changedType,
T changedInstance)
Notification of a change on a configuration object |
|
|
ConfigBeanProxy.createChild(Class<T> type)
Creates a child element of this configuration element |
|
static
|
ConfigBeanProxy.Duck.createChild(ConfigBeanProxy self,
Class<T> c)
|
|
|
Dom.createProxy()
Creates a strongly-typed proxy to access values in this Dom object, |
|
|
Dom.createProxy(Class<T> proxyType)
Creates a strongly-typed proxy to access values in this Dom object,
by using the specified interface type as the proxy type. |
|
|
Transaction.enroll(T source)
Enroll a configuration object in a transaction and returns a writeable view of it |
|
|
ConfigBeanProxy.getParent(Class<T> type)
Returns the typed parent element of this configuration element. |
|
static
|
ConfigBeanProxy.Duck.getParent(ConfigBeanProxy self,
Class<T> c)
|
|
|
ConfigBean.getProxy(Class<T> proxyType)
Creates a proxy for this view. |
|
|
ConfigView.getProxy(Class<T> proxyType)
|
|
|
WriteableView.getProxy(Class<T> type)
|
|
|
Dom.getProxyType()
Returns the proxy type for this configuration object |
|
|
ConfigModel.getProxyType()
Return the proxy type for this model |
|
|
ConfigView.getProxyType()
|
|
|
WriteableView.getProxyType()
|
|
static
|
Transaction.getTransaction(T source)
Returns the transaction associated with a writable view |
|
|
ConfigSupport.getWriteableView(T source)
Returns a writeable view of a configuration object |
|
static
|
ConfigSupport.proxyType(T element)
Returns the type of configuration object this config proxy represents. |
|
|
Transformer.transform(T source)
Returns a different view of the source object. |
Methods in org.jvnet.hk2.config that return ConfigBeanProxy | |
---|---|
ConfigBeanProxy |
ConfigBeanProxy.deepCopy(ConfigBeanProxy parent)
Performs a deep copy of this configuration element and returns it. |
static ConfigBeanProxy |
ConfigBeanProxy.Duck.deepCopy(ConfigBeanProxy self,
ConfigBeanProxy parent)
|
ConfigBeanProxy |
ConfigBeanProxy.getParent()
Returns the parent element of this configuration element. |
static ConfigBeanProxy |
ConfigBeanProxy.Duck.getParent(ConfigBeanProxy self)
|
Methods in org.jvnet.hk2.config that return types with arguments of type ConfigBeanProxy | |
---|---|
static Class<? extends ConfigBeanProxy> |
ConfigSupport.getElementTypeByName(ConfigBeanProxy parent,
String elementName)
|
Methods in org.jvnet.hk2.config with parameters of type ConfigBeanProxy | ||
---|---|---|
Object |
ConfigSupport._apply(ConfigCode code,
ConfigBeanProxy... objects)
Executes some logic on some config beans protected by a transaction. |
|
static Object |
ConfigSupport.apply(ConfigCode code,
ConfigBeanProxy... objects)
Executes some logic on some config beans protected by a transaction. |
|
static
|
ConfigBeanProxy.Duck.createChild(ConfigBeanProxy self,
Class<T> c)
|
|
ConfigBeanProxy |
ConfigBeanProxy.deepCopy(ConfigBeanProxy parent)
Performs a deep copy of this configuration element and returns it. |
|
static ConfigBeanProxy |
ConfigBeanProxy.Duck.deepCopy(ConfigBeanProxy self,
ConfigBeanProxy parent)
|
|
static Class<? extends ConfigBeanProxy> |
ConfigSupport.getElementTypeByName(ConfigBeanProxy parent,
String elementName)
|
|
static ConfigView |
ConfigSupport.getImpl(ConfigBeanProxy source)
Return the main implementation bean for a proxy. |
|
static ConfigBeanProxy |
ConfigBeanProxy.Duck.getParent(ConfigBeanProxy self)
|
|
static
|
ConfigBeanProxy.Duck.getParent(ConfigBeanProxy self,
Class<T> c)
|
|
Object |
ConfigCode.run(ConfigBeanProxy... params)
Runs the following command passing the configration object. |
|
static Dom |
Dom.unwrap(ConfigBeanProxy proxy)
Unwraps the proxy and returns the underlying Dom object. |
Method parameters in org.jvnet.hk2.config with type arguments of type ConfigBeanProxy | |
---|---|
ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<ConfigSupport.AttributeChanges> attributes)
|
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<ConfigSupport.AttributeChanges> attributes,
ConfigSupport.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,
ConfigSupport.TransactionCallBack<WriteableView> runnable)
Creates a new child of the passed child and add it to the parent's live list of elements. |
Constructors in org.jvnet.hk2.config with parameters of type ConfigBeanProxy | |
---|---|
WriteableView(ConfigBeanProxy readView)
|
Uses of ConfigBeanProxy in org.jvnet.hk2.config.types |
---|
Subinterfaces of ConfigBeanProxy in org.jvnet.hk2.config.types | |
---|---|
interface |
Property
Property type definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |