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, wait
getCommandShell, getConnectionManager, getFileManager, getProcessBuilder, getProcessBuilder, initialize
protected final IRemoteServicesDescriptor fDescriptor
public AbstractRemoteServices(IRemoteServicesDescriptor descriptor)
public boolean canCreateConnections()
IRemoteServicesDescriptor
canCreateConnections
in interface IRemoteServicesDescriptor
public String getId()
IRemoteServicesDescriptor
getId
in interface IRemoteServicesDescriptor
public String getName()
IRemoteServicesDescriptor
getName
in interface IRemoteServicesDescriptor
public String getScheme()
IRemoteServicesDescriptor
getScheme
in interface IRemoteServicesDescriptor
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.