|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.remote.core.RemoteServices
public class RemoteServices
Main entry point for accessing remote services.
| Constructor Summary | |
|---|---|
RemoteServices()
|
|
| Method Summary | |
|---|---|
static IRemoteServices |
getLocalServices()
Retrieve the local services provider. |
static IRemoteServices |
getRemoteServices(java.lang.String id)
Get the remote service implementation identified by id and ensure that it is initialized. |
static IRemoteServices |
getRemoteServices(java.lang.String id,
org.eclipse.core.runtime.IProgressMonitor monitor)
Get the remote service implementation identified by id and ensure that it is initialized. |
static IRemoteServices |
getRemoteServices(java.net.URI uri)
Get the remote services identified by a URI. |
static IRemoteServices |
getRemoteServices(java.net.URI uri,
org.eclipse.core.runtime.IProgressMonitor monitor)
Get the remote services implementation identified by URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteServices()
| Method Detail |
|---|
public static IRemoteServices getLocalServices()
public static IRemoteServices getRemoteServices(java.lang.String id)
id - id of the remote service
public static IRemoteServices getRemoteServices(java.lang.String id,
org.eclipse.core.runtime.IProgressMonitor monitor)
id - id of remote service to retrievemonitor - progress monitor to allow user to cancel operation
public static IRemoteServices getRemoteServices(java.net.URI uri)
uri - URI of remote services to retrieve
public static IRemoteServices getRemoteServices(java.net.URI uri,
org.eclipse.core.runtime.IProgressMonitor monitor)
uri - URI of remote services to retrievemonitor - progress monitor to allow user to cancel operation
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||