Uses of Interface
org.glassfish.hk2.configuration.hub.api.Instance
-
Packages that use Instance Package Description org.glassfish.hk2.configuration.hub.api org.glassfish.hk2.configuration.hub.internal -
-
Uses of Instance in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return Instance Modifier and Type Method Description Instance
WriteableType. addInstance(java.lang.String key, java.lang.Object bean)
Adds the instance with the given key to the typeInstance
WriteableType. addInstance(java.lang.String key, java.lang.Object bean, java.lang.Object metadata)
Adds the instance with the given key to the typeInstance
BeanDatabase. getInstance(java.lang.String type, java.lang.String instanceKey)
Returns the instance with the given instanceKey from the type with the given nameInstance
Type. getInstance(java.lang.String key)
Gets the instance associated with this key, or null if there is noneInstance
Change. getInstanceValue()
Returns the value of the instance that was removed, added or modified for the categories ADD_INSTANCE, REMOVE_INSTANCE and MODIFY_INSTANCE.Instance
Change. getOriginalInstanceValue()
Returns the original Instance for the category MODIFY_INSTANCEInstance
WriteableType. removeInstance(java.lang.String key)
Removes the instance with the given key from the typeMethods in org.glassfish.hk2.configuration.hub.api that return types with arguments of type Instance Modifier and Type Method Description java.util.Map<java.lang.String,Instance>
Type. getInstances()
Returns a read-only map of the instances that are associated with this type -
Uses of Instance in org.glassfish.hk2.configuration.hub.internal
Classes in org.glassfish.hk2.configuration.hub.internal that implement Instance Modifier and Type Class Description class
InstanceImpl
Fields in org.glassfish.hk2.configuration.hub.internal declared as Instance Modifier and Type Field Description private Instance
ChangeImpl. instanceValue
private Instance
ChangeImpl. originalInstanceValue
Fields in org.glassfish.hk2.configuration.hub.internal with type parameters of type Instance Modifier and Type Field Description private java.util.HashMap<java.lang.String,Instance>
WriteableTypeImpl. beanMap
private java.util.Map<java.lang.String,Instance>
TypeImpl. instances
Methods in org.glassfish.hk2.configuration.hub.internal that return Instance Modifier and Type Method Description Instance
WriteableTypeImpl. addInstance(java.lang.String key, java.lang.Object bean)
Instance
WriteableTypeImpl. addInstance(java.lang.String key, java.lang.Object bean, java.lang.Object metadata)
Instance
BeanDatabaseImpl. getInstance(java.lang.String type, java.lang.String instanceKey)
Instance
TypeImpl. getInstance(java.lang.String key)
Instance
WriteableBeanDatabaseImpl. getInstance(java.lang.String type, java.lang.String instanceKey)
Instance
WriteableTypeImpl. getInstance(java.lang.String key)
Instance
ChangeImpl. getInstanceValue()
Instance
ChangeImpl. getOriginalInstanceValue()
Instance
WriteableTypeImpl. removeInstance(java.lang.String key)
Methods in org.glassfish.hk2.configuration.hub.internal that return types with arguments of type Instance Modifier and Type Method Description java.util.Map<java.lang.String,Instance>
TypeImpl. getInstances()
java.util.Map<java.lang.String,Instance>
WriteableTypeImpl. getInstances()
Constructors in org.glassfish.hk2.configuration.hub.internal with parameters of type Instance Constructor Description ChangeImpl(Change.ChangeCategory changeCategory, Type changeType, java.lang.String instanceKey, Instance instanceValue, Instance originalInstanceValue, java.util.List<java.beans.PropertyChangeEvent> propertyChanges)
-