finish
protected
void
finish
(
id
)
Unregister an object. If available, the
.finish()
method of the object is called.
- Parameters:
-
id <String>
the unique identifier for the object to finish
register
protected
String
register
(
obj
)
Register an object.
If the registry is exposing registered objects, then the object becomes a public member of the registry under the name of the returned ID.
- Parameters:
-
obj <Object>
an object to register
- Returns:
String
- the generated ID