A Participant is basically a service that needs to be
initialized before it can return objects that correspond to specified
identification keys.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also:Rep since: 1.0
getObject(Object key) Retrieves the object from the participant that corresponds to a
particular key.
Parameters: key - An Object instance that used as the key to lookup a corresponding object from the participant.
public boolean
isFinished() Checks if the initialization of this participant is finished.
Retrieves the object from the participant that corresponds to a
particular key.
Parameters: key - An Object instance that used as the key to lookup a corresponding object from the participant. the requested Object instance; or
null if no object could be found that corresponds tothe provided key since: 1.0