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 InstanceWriteableType. addInstance(java.lang.String key, java.lang.Object bean)Adds the instance with the given key to the typeInstanceWriteableType. addInstance(java.lang.String key, java.lang.Object bean, java.lang.Object metadata)Adds the instance with the given key to the typeInstanceBeanDatabase. getInstance(java.lang.String type, java.lang.String instanceKey)Returns the instance with the given instanceKey from the type with the given nameInstanceType. getInstance(java.lang.String key)Gets the instance associated with this key, or null if there is noneInstanceChange. getInstanceValue()Returns the value of the instance that was removed, added or modified for the categories ADD_INSTANCE, REMOVE_INSTANCE and MODIFY_INSTANCE.InstanceChange. getOriginalInstanceValue()Returns the original Instance for the category MODIFY_INSTANCEInstanceWriteableType. 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 classInstanceImplFields in org.glassfish.hk2.configuration.hub.internal declared as Instance Modifier and Type Field Description private InstanceChangeImpl. instanceValueprivate InstanceChangeImpl. originalInstanceValueFields 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. beanMapprivate java.util.Map<java.lang.String,Instance>TypeImpl. instancesMethods in org.glassfish.hk2.configuration.hub.internal that return Instance Modifier and Type Method Description InstanceWriteableTypeImpl. addInstance(java.lang.String key, java.lang.Object bean)InstanceWriteableTypeImpl. addInstance(java.lang.String key, java.lang.Object bean, java.lang.Object metadata)InstanceBeanDatabaseImpl. getInstance(java.lang.String type, java.lang.String instanceKey)InstanceTypeImpl. getInstance(java.lang.String key)InstanceWriteableBeanDatabaseImpl. getInstance(java.lang.String type, java.lang.String instanceKey)InstanceWriteableTypeImpl. getInstance(java.lang.String key)InstanceChangeImpl. getInstanceValue()InstanceChangeImpl. getOriginalInstanceValue()InstanceWriteableTypeImpl. 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)
-