|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface ServiceContext
Information about a service.
Note that ServiceContext implementations are usually transient objects in the system during processing and as such they should not be cached, or used for comparison purposes with other contexts. They are informational only.
Method Summary | |
---|---|
ClassLoader |
getClassLoader()
Deprecated. The classloader used to load the service class. |
Inhabitant<?> |
getInhabitant()
Deprecated. The inhabitant associated with this service context (may be null). |
String |
getType()
Deprecated. The type of the service class. |
Method Detail |
---|
String getType()
ClassLoader getClassLoader()
Inhabitant<?> getInhabitant()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |