|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Utility
This is an abstract class for any Utility that can be used by
the Privilege Allocation Tool. Each of the Utilities must implement
registerMe
method, which is called upon creation of the
utility. All the necessary post-initialisation procedures may take
place at that stage as well. It is suggested that at this point the utility registers with the
so other parts of the system would
be able to invoke it by its name.Registry
Method Summary | |
---|---|
void |
registerMe(Registry where)
This is the method for registering a utility. |
Method Detail |
---|
void registerMe(Registry where)
Registry
to create a named
link to itself in the desired collection of utilities. After it has
registered successfully, it can be called by anyone who knows its name.
E.g. for AttributeEditors
such
name is the OID of the Attribute they create.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |