Package | Description |
---|---|
org.glassfish.hk2.xml.internal | |
org.glassfish.hk2.xml.jaxb.internal |
Modifier and Type | Method and Description |
---|---|
static BaseHK2JAXBBean |
Utilities._addRoot(Model rootNode,
Object rawRoot,
DynamicChangeInfo changeInfo,
ClassReflectionHelper helper,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService)
Called with write lock held
|
static BaseHK2JAXBBean |
Utilities.internalAdd(BaseHK2JAXBBean myParent,
String childProperty,
Object rawChild,
String childKey,
int index,
DynamicChangeInfo changeInformation,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService) |
static BaseHK2JAXBBean |
Utilities.internalRemove(BaseHK2JAXBBean myParent,
String childProperty,
String childKey,
int index,
DynamicChangeInfo changeInformation,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService)
Write lock must be held
|
Modifier and Type | Method and Description |
---|---|
DynamicChangeInfo |
BaseHK2JAXBBean._getChangeControl()
Gets the change control information for this bean
|
Modifier and Type | Method and Description |
---|---|
void |
BaseHK2JAXBBean._setDynamicChangeInfo(DynamicChangeInfo change)
Once this is set the dynamic change protocol is in effect,
and all paths can be calculated
|
Copyright © 2009–2016 Oracle Corporation. All rights reserved.