@Deprecated
public interface JpsServices
| Modifier and Type | Method and Description | 
|---|---|
| JpsContext | getAppJpsContext(java.lang.String applicationId)Deprecated. 
 per bug 6060502 | 
| java.lang.String | getApplicationName()Deprecated. 
 per bug 6060502 | 
| <T extends ServiceInstance> | getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)Deprecated. 
 per bug 6060502 | 
| JpsContext | getNamedJpsContext(java.lang.String applicationId, java.lang.String contextName)Deprecated. 
 per bug 6060502 | 
| void | setApplicationName(java.lang.String name)Deprecated. 
 per bug 6060502 | 
@Deprecated <T extends ServiceInstance> T getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls) throws JpsException
applicationId -serviceCls -JpsException@Deprecated JpsContext getAppJpsContext(java.lang.String applicationId) throws JpsException
applicationId -JpsException@Deprecated JpsContext getNamedJpsContext(java.lang.String applicationId, java.lang.String contextName) throws JpsException
applicationId -contextName - name of the JPS contxtJpsException@Deprecated java.lang.String getApplicationName()
@Deprecated void setApplicationName(java.lang.String name)
name -