Method Summary |
|
public boolean | check(String regHandle) Evaluates whether a consumer identified by regHandle is registered or not. |
public void | deregister(String regHandle) Deletes the registration of a certain consumer (identified by regHandle). |
public Registration | get(String regHandle) Returns a certain registration identified by regHandle.
Parameters: regHandle - String representing the regHandle. |
public Iterator | getAll() Returns all registrations (of all consumers) currently stored
in the consumer registry. |
public boolean | isRegistrationRequired() Provides information about whether this producer requires
registration or not. |
public Registration | register(RegistrationData registrationData) Creates a new registration-object for a certain consumer,
adds it to the consumer registry and returns it. |