@Deprecated
public final class JpsServicesUtil
extends java.lang.Object
| Constructor and Description | 
|---|
| JpsServicesUtil()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static JpsContext | getAppJpsContext()Deprecated. 
 per bug 6060502 | 
| static JpsContext | getAppJpsContext(java.lang.String applicationId)Deprecated. 
 per bug 6060502 | 
| static <T extends ServiceInstance> | getAppService(java.lang.Class<T> serviceCls)Deprecated. 
 per bug 6060502 | 
| static <T extends ServiceInstance> | getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)Deprecated. 
 per bug 6060502 | 
| static JpsContext | getNamedJpsContext(java.lang.String contextName)Deprecated. 
 per bug 6060502 | 
| static JpsContext | getNamedJpsContext(java.lang.String applicationId, java.lang.String contextName)Deprecated. 
 per bug 6060502 | 
@Deprecated public static <T extends ServiceInstance> T getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls) throws JpsException
applicationId -serviceCls -JpsException@Deprecated public static <T extends ServiceInstance> T getAppService(java.lang.Class<T> serviceCls) throws JpsException
serviceCls -JpsException@Deprecated public static JpsContext getAppJpsContext(java.lang.String applicationId) throws JpsException
applicationId -JpsException@Deprecated public static JpsContext getAppJpsContext() throws JpsException
JpsException@Deprecated public static JpsContext getNamedJpsContext(java.lang.String contextName) throws JpsException
contextName - name of the JPS contxtJpsException@Deprecated public static JpsContext getNamedJpsContext(java.lang.String applicationId, java.lang.String contextName) throws JpsException
applicationId - application namecontextName - name of the JPS contxtJpsException