public abstract class AbstractRemoteServices extends Object implements IRemoteServices
| Modifier and Type | Field and Description |
|---|---|
protected IRemoteServicesDescriptor |
fDescriptor |
| Constructor and Description |
|---|
AbstractRemoteServices(IRemoteServicesDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateConnections()
Test if this provider can create connections.
|
String |
getId()
Get unique ID of this service.
|
String |
getName()
Get display name of this service.
|
String |
getScheme()
Get the EFS scheme provided by this service.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandShell, getConnectionManager, getFileManager, getProcessBuilder, getProcessBuilder, initializeprotected final IRemoteServicesDescriptor fDescriptor
public AbstractRemoteServices(IRemoteServicesDescriptor descriptor)
public boolean canCreateConnections()
IRemoteServicesDescriptorcanCreateConnections in interface IRemoteServicesDescriptorpublic String getId()
IRemoteServicesDescriptorgetId in interface IRemoteServicesDescriptorpublic String getName()
IRemoteServicesDescriptorgetName in interface IRemoteServicesDescriptorpublic String getScheme()
IRemoteServicesDescriptorgetScheme in interface IRemoteServicesDescriptorCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.