Serialized Form
|
Package org.jvnet.hk2.config |
writeLock
boolean writeLock
optionalFeatures
Map<K,V> optionalFeatures
objectName
ObjectName objectName
- ObjectName will be null until when/if an MBean is registered.
lock
Lock lock
- simplistic non reentrant lock implementation, needs rework
location
Location location
location
Location location
model
ConfigModel model
- Model drives the interpretation of this DOM.
parent
Dom parent
domDescriptor
DomDescriptor<T> domDescriptor
serviceHandle
ServiceHandle<T> serviceHandle
writeToXml
boolean writeToXml
- This flag indicates whether a Dom object should be
written to domain.xml. By default everything is written
to domain.xml unless someone explicitly calls the
skipFromXml method
attributes
Map<K,V> attributes
- All attributes and their raw values before
Translator processing.
children
List<E> children
- List of all child elements, both leaves and nodes.
The list is read-only and copy-on-write to support concurrent access.
location
Location location
document
DomDocument<T extends Dom> document
- Owner of the DOM tree.
listeners
Set<E> listeners
isCacheSet
boolean isCacheSet
cache
Object cache
theDom
Dom theDom
- For serialization
creator
Creator<T> creator
theOne
Object theOne
|
Package org.jvnet.hk2.config.provider |
Copyright © 2012 Oracle Corporation. All Rights Reserved.