|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echoservlet.ServiceRegistry
public class ServiceRegistry
A registry of Service objects that may be recalled based
on Id values.
| Method Summary | |
|---|---|
void |
add(Service service,
java.lang.String alias)
Adds an aliased service to the registry. |
void |
remove(Service service,
java.lang.String alias)
Removes an aliased service from the registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void add(Service service,
java.lang.String alias)
service - The service to be added.alias - The alias to use for the service.
public void remove(Service service,
java.lang.String alias)
service - The service to be removed.alias - The alias of the service.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||