Uses of Interface
org.glassfish.hk2.configuration.hub.api.Instance
Packages that use Instance
Package
Description
-
Uses of Instance in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return InstanceModifier and TypeMethodDescriptionWriteableType.addInstance
(String key, Object bean) Adds the instance with the given key to the typeWriteableType.addInstance
(String key, Object bean, Object metadata) Adds the instance with the given key to the typeBeanDatabase.getInstance
(String type, String instanceKey) Returns the instance with the given instanceKey from the type with the given nameType.getInstance
(String key) Gets the instance associated with this key, or null if there is noneChange.getInstanceValue()
Returns the value of the instance that was removed, added or modified for the categories ADD_INSTANCE, REMOVE_INSTANCE and MODIFY_INSTANCE.Change.getOriginalInstanceValue()
Returns the original Instance for the category MODIFY_INSTANCEWriteableType.removeInstance
(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 InstanceModifier and TypeMethodDescriptionType.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 InstanceFields in org.glassfish.hk2.configuration.hub.internal declared as InstanceModifier and TypeFieldDescriptionprivate final Instance
ChangeImpl.instanceValue
private final Instance
ChangeImpl.originalInstanceValue
Fields in org.glassfish.hk2.configuration.hub.internal with type parameters of type InstanceMethods in org.glassfish.hk2.configuration.hub.internal that return InstanceModifier and TypeMethodDescriptionWriteableTypeImpl.addInstance
(String key, Object bean) WriteableTypeImpl.addInstance
(String key, Object bean, Object metadata) BeanDatabaseImpl.getInstance
(String type, String instanceKey) TypeImpl.getInstance
(String key) WriteableBeanDatabaseImpl.getInstance
(String type, String instanceKey) WriteableTypeImpl.getInstance
(String key) ChangeImpl.getInstanceValue()
ChangeImpl.getOriginalInstanceValue()
WriteableTypeImpl.removeInstance
(String key) Methods in org.glassfish.hk2.configuration.hub.internal that return types with arguments of type InstanceConstructors in org.glassfish.hk2.configuration.hub.internal with parameters of type InstanceModifierConstructorDescription(package private)
ChangeImpl
(Change.ChangeCategory changeCategory, Type changeType, String instanceKey, Instance instanceValue, Instance originalInstanceValue, List<PropertyChangeEvent> propertyChanges)