| | |
| | | InheritedDefaultValueProvider { |
| | | |
| | | // The base path. |
| | | private final ManagedObjectPath path; |
| | | private final ManagedObjectPath<?, ?> path; |
| | | |
| | | |
| | | |
| | |
| | | throw new ManagedObjectNotFoundException(); |
| | | } |
| | | |
| | | ServerManagedObject<?> mo = decode(path, path |
| | | ManagedObjectPath<?, ?> tmp = path; |
| | | ServerManagedObject<?> mo = decode(tmp, tmp |
| | | .getManagedObjectDefinition(), configEntry); |
| | | ManagedObjectDefinition<?, ?> mod = mo |
| | | .getManagedObjectDefinition(); |
| | |
| | | |
| | | // The managed object path identifying this managed object's |
| | | // location. |
| | | private final ManagedObjectPath path; |
| | | private final ManagedObjectPath<?, ?> path; |
| | | |
| | | // The managed object's properties. |
| | | private final PropertySet properties; |