|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tenduke.services.ServiceContext
public class ServiceContext
Context information for services using ServiceManager (and its derived implementations). ServiceContext can be derived to correspond with the derived ServiceManager.
| Constructor Summary | |
|---|---|
ServiceContext()
Creates a new instance of ServiceContext |
|
| Method Summary | |
|---|---|
void |
addContextObject(java.lang.String contextObjectName,
java.lang.Object contextObject)
Adding a named object to the context object list |
java.lang.Object |
getContextObject(java.lang.String contextObjectName)
Getting a named object from the list of context objects |
void |
removeContextObject(java.lang.String contextObjectName)
Removing a named object from the list of context objects |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceContext()
| Method Detail |
|---|
public void addContextObject(java.lang.String contextObjectName,
java.lang.Object contextObject)
contextObjectName - Name of the context objectcontextObject - The context object to addpublic java.lang.Object getContextObject(java.lang.String contextObjectName)
contextObjectName - Name of the context objectpublic void removeContextObject(java.lang.String contextObjectName)
contextObjectName - Name of the context object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||