Package uk.ac.starlink.connect


package uk.ac.starlink.connect
Classes related to persistent connections to remote services. Currently the main service provided by the connections defined here is access to some kind of filesystem which is modelled as a simple tree structure (see Node and subinterfaces).

Connection implementations are supplied by classes in other packages; the ConnectorManager class is the place to find out what implementations are available in this JVM.

  • Class
    Description
    Describes an item of authorization information required when connecting to a remote service.
    Represents a directory-like node in a (possibly remote) filesystem.
    JComboBox which allows selection of Branch objects.
    Represents a connection to a remote resource.
    Interface for logging in to a remote facility.
    Action which controls logging in to and out of a remote service using a Connector object.
    Marshals provision of Connector objects.
    Dummy Leaf implmentation which describes an error condition.
    Branch representing a directory file.
    Node representing a file File in a local filesystem.
    Generalised file browser which can browse virtual remote filesystems as well as the local filesystem.
    Represents a non-directory type file in a (possibly remote) filesystem.
    Represents a node in a (possibly remote) file system.
    Comparator for nodes.