|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Context
Context defines the interface to an object that provides
configuration parameters and resources to a component deployed within
the Cams environment.
| Method Summary | |
|---|---|
String |
getHome()
Returns a String containing the root (home) directory for the associated Component. |
String |
getInitParameter(String name)
Returns a String containing the value of the named initialization parameter. |
Iterator |
getInitParameterNames()
Returns the names of the Security Domains's initialization parameters as an Iterator of String objects, or an empty Iterator if the Security Domain has no initialization parameters. |
Logger |
getLogger()
Get the Logger for this Context. |
ServiceFinder |
getServiceFinder()
Get the ServiceFinder applicable to this Context. |
| Method Detail |
|---|
String getHome()
String getInitParameter(String name)
name - a String specifying the name of the initialization
parameter.
Iterator getInitParameterNames()
ServiceFinder getServiceFinder()
Logger getLogger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||