T - The target object type of this registrypublic interface Registry<T>
| Modifier and Type | Method and Description |
|---|---|
void |
register(String name,
T object)
Registers the specified object with this registry
|
void |
unregister(String name)
Unregisters the specified object from this registry
|
void register(String name, T object)
name - the object nameobject - the object to registervoid unregister(String name)
name - the object nameCopyright © 2020 JBoss by Red Hat. All rights reserved.