org.jvnet.hk2.component
Interface ServiceContext


Deprecated.

@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.

Author:
Jeff Trent

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

getType

String getType()
Deprecated. 
The type of the service class.


getClassLoader

ClassLoader getClassLoader()
Deprecated. 
The classloader used to load the service class.


getInhabitant

Inhabitant<?> getInhabitant()
Deprecated. 
The inhabitant associated with this service context (may be null).



Copyright © 2013 Oracle Corporation. All Rights Reserved.