Remote Systems
v6.4.1

com.ibm.etools.systems.core
Class SystemSubSystemHelpers

java.lang.Object
  extended bycom.ibm.etools.systems.core.SystemSubSystemHelpers

public class SystemSubSystemHelpers
extends Object

Static helpers to make it easier to get subsystems and subsystem factories


Field Summary
static String copyright
           
 
Constructor Summary
SystemSubSystemHelpers()
          Constructor for SystemSubSystemHelpers.
 
Method Summary
static RemoteCmdSubSystem getCommandsSubSystem(SystemConnection connection)
          Given a system connection, return the first Commands subsystem.
static RemoteCmdSubSystemFactory getCommandsSubSystemFactory(SystemConnection connection)
          Return the singleton instance of the first command subsystem factory, given a connection
static RemoteFileSubSystem getFilesSubSystem(SystemConnection connection)
          Given a system connection, return the first Files subsystem.
static RemoteFileSubSystemFactory getFilesSubSystemFactory(SystemConnection connection)
          Return the singleton instance of the first files subsystem factory, given a connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

SystemSubSystemHelpers

public SystemSubSystemHelpers()
Constructor for SystemSubSystemHelpers.

Method Detail

getFilesSubSystem

public static RemoteFileSubSystem getFilesSubSystem(SystemConnection connection)
Given a system connection, return the first Files subsystem.

Returns:
the first files subsystem for this connection.

getCommandsSubSystem

public static RemoteCmdSubSystem getCommandsSubSystem(SystemConnection connection)
Given a system connection, return the first Commands subsystem.

Returns:
the first cmds subsystem for this connection.

getFilesSubSystemFactory

public static RemoteFileSubSystemFactory getFilesSubSystemFactory(SystemConnection connection)
Return the singleton instance of the first files subsystem factory, given a connection


getCommandsSubSystemFactory

public static RemoteCmdSubSystemFactory getCommandsSubSystemFactory(SystemConnection connection)
Return the singleton instance of the first command subsystem factory, given a connection


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.