All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addHook(String). Method in interface ComponentConfigurator
Adds a hook to the configurator.
addHook(String). Method in class SimpleConfigurator
Adds a hook to the configurator.

C

clientVector. Variable in class SimpleConfigurator
A vector containing the clients for this component.
component. Variable in class HookSpecification
The component that is attached to the hook or the client that contains the hook.
ComponentConfiguratorException(). Constructor for class ComponentConfiguratorException
ComponentConfiguratorException(String). Constructor for class ComponentConfiguratorException
configurator. Variable in class SimpleComponent

D

DELETED. Static variable in interface ComponentEvent
component deleted.
deleteHook(String). Method in interface ComponentConfigurator
Deletes a hook from the configurator.
deleteHook(String). Method in class SimpleConfigurator
Deletes a hook from the configurator.
description. Variable in class SimpleEvent
A message that describes the event in more detail.
destroyComponentConfigurator(). Method in interface ComponentConfigurator
Deletes the references to all internal data structures.
destroyComponentConfigurator(). Method in class SimpleConfigurator
Deletes the references to all internal data structures.

E

ElementExists(). Constructor for class ElementExists
ElementExists(String). Constructor for class ElementExists
equals(HookSpecification). Method in class HookSpecification
eventOnClient(ComponentConfigurator, ComponentEvent). Method in interface ComponentConfigurator
This implementation simply prints the event to the standard output.
eventOnClient(ComponentConfigurator, ComponentEvent). Method in class SimpleConfigurator
This implementation simply prints the event to the standard output.
eventOnHookedComponent(ComponentConfigurator, ComponentEvent). Method in interface ComponentConfigurator
This implementation simply prints the event to the standard output.
eventOnHookedComponent(ComponentConfigurator, ComponentEvent). Method in class SimpleConfigurator
This implementation simply prints the event to the standard output.

F

FAILED. Static variable in interface ComponentEvent
component failure.

H

hook. Variable in class HookSpecification
The name of the hook.
hook(String, ComponentConfigurator). Method in interface ComponentConfigurator
Attaches a ComponentConfigurator to the given hook.
hook(String, ComponentConfigurator). Method in class SimpleConfigurator
Attaches a ComponentConfigurator to the given hook.
HookBusy(). Constructor for class HookBusy
HookBusy(String). Constructor for class HookBusy
HookSpecification(String, ComponentConfigurator). Constructor for class HookSpecification
Creates a new HookSpecification with the given values.
HookVacant(). Constructor for class HookVacant
HookVacant(String). Constructor for class HookVacant
hookVector. Variable in class SimpleConfigurator
A vector containing the hooks for this component.

I

implementation. Variable in class SimpleConfigurator
The Java object implementating this component.
implementation(). Method in class SimpleConfigurator
Accessor for getting the component implementation.
implementation(Object). Method in class SimpleConfigurator
Accessor for setting the component implementation.
indexOf(String). Method in class SimpleConfigurator
info. Variable in class SimpleConfigurator
Information string about this component.
info(). Method in interface ComponentConfigurator
Accessor for the component information string.
info(). Method in class SimpleConfigurator
Accessor for the component information string.
info(String). Method in interface ComponentConfigurator
Sets the information string for this component.
info(String). Method in class SimpleConfigurator
Sets the information string for this component.

L

listClients(). Method in interface ComponentConfigurator
Provides a list of the clients of this component.
listClients(). Method in class SimpleConfigurator
Provides a list of the clients of this component.
listHooks(). Method in interface ComponentConfigurator
Provides a list of the hooks in this component.
listHooks(). Method in class SimpleConfigurator
Provides a list of the hooks in this component.

M

main(String[]). Static method in class test
MIGRATED. Static variable in interface ComponentEvent
component migrated.

N

name. Variable in class SimpleConfigurator
The name of this component.
name(). Method in interface ComponentConfigurator
Accessor for the component name.
name(). Method in class SimpleConfigurator
Accessor for the component name.
name(String). Method in interface ComponentConfigurator
Sets the name of this component.
name(String). Method in class SimpleConfigurator
Sets the name of this component.
NotFound(). Constructor for class NotFound
NotFound(String). Constructor for class NotFound

R

RECONFIGURED. Static variable in interface ComponentEvent
component reconfigured.
registerClient(ComponentConfigurator, String). Method in interface ComponentConfigurator
Adds a new component to the list of clients.
registerClient(ComponentConfigurator, String). Method in class SimpleConfigurator
Adds a new component to the list of clients.
REPLACED. Static variable in interface ComponentEvent
component replaced.

S

SimpleComponent(String). Constructor for class SimpleComponent
SimpleConfigurator(String, Object). Constructor for class SimpleConfigurator
Creates a new configurator for a given object.
SimpleEvent(String, int). Constructor for class SimpleEvent
Creates a new SimpleEvent object.

T

test(). Constructor for class test
toString(). Method in interface ComponentEvent
Converts the event into a String.
toString(). Method in class SimpleEvent
Converts the event into a String.
type. Variable in class SimpleEvent
The event type.

U

unhook(String). Method in interface ComponentConfigurator
Detaches a ComponentConfigurator from the given hook.
unhook(String). Method in class SimpleConfigurator
Detaches a ComponentConfigurator from the given hook.
UNKNOWN. Static variable in interface ComponentEvent
unknown event String.
unregisterClient(ComponentConfigurator, String). Method in interface ComponentConfigurator
Removes a pair (client, hook) from the list of clients.
unregisterClient(ComponentConfigurator, String). Method in class SimpleConfigurator
Removes a pair (client, hook) from the list of clients.