eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'URITransmissionServiceAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: URITransmissionServiceAppl


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--URITransmissionServiceAppl

Package:
stx:goodies/communication
Category:
Net-Communication-URI
Version:
rev: 1.27 date: 2022/07/08 07:02:33
user: cg
file: URITransmissionServiceAppl.st directory: goodies/communication
module: stx stc-classLibrary: communication

Description:


A service which automatically transfers files in the background
(given source and destination URIs)


[instance variables:]

[class variables:]

copyright

COPYRIGHT (c) 2003 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

accessing
o  pathName

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

instance creation
o  openForPathname: aPathname

o  openForPathname: aPathname canEditFilePath: aBoolean

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

Usage example(s):

     UIPainter new openOnClass:URITransmissionServiceAppl andSelector:#windowSpec
     URITransmissionServiceAppl new openInterface:#windowSpec
     URITransmissionServiceAppl open

menu specs
o  mainMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

     MenuEditor new openOnClass:URITransmissionServiceAppl andSelector:#mainMenu
     (Menu new fromLiteralArrayEncoding:(URITransmissionServiceAppl mainMenu)) startUp

o  menuToolbar
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

     MenuEditor new openOnClass:URITransmissionServiceAppl andSelector:#menuToolbar
     (Menu new fromLiteralArrayEncoding:(URITransmissionServiceAppl menuToolbar)) startUp

o  menuTransmission
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

     MenuEditor new openOnClass:URITransmissionServiceAppl andSelector:#menuTransmission
     (Menu new fromLiteralArrayEncoding:(URITransmissionServiceAppl menuTransmission)) startUp

tableColumns specs
o  transmissionColumns
This resource specification was automatically generated
by the DataSetBuilder of ST/X.

Usage example(s):

     DataSetBuilder new openOnClass:URITransmissionServiceAppl andSelector:#transmissionColumns


Instance protocol:

accessing
o  accepted

o  canEditFilePath

o  canEditFilePath: aBoolean

o  listOfEntries

o  pathName

actions
o  doAddNewComment

o  doAddNewTransmission

o  doChangeToComment

o  doChangeToTransmission

o  doDeleteSelectedTransmission

o  doEditReadFromURI
automatically generated by UIEditor ...

o  doEditWriteToURI
automatically generated by UIEditor ...

o  doReloadTransmissionList

o  doTransmitForSelected

o  doWriteFile

o  evaluateEntries

aspects
o  inputGroup
automatically generated by UIPainter ...

o  inputPathHolder
automatically generated by UIPainter ...

o  isCommentSelected

o  isItemSelected

o  isTransmissionSelected

o  modifyHolder
automatically generated by UIPainter ...

o  reselectTransmission: aTransmissionRow

o  selectedTransmission

o  transmissionList

o  transmissionSelectionHolder
automatically generated by UIPainter ...

change & update
o  update: something with: aParameter from: changedObject
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:

initialization & release
o  closeDownViews
(comment from inherited method)
close down the application's view(s)

o  closeRequest
(comment from inherited method)
this is sent by my topView when about to be closed by the windowManager.
Could be redefined in subclasses to suppress close or confirm.

o  postOpenWith: aBuilder
This is a hook method generated by the Browser.
It will be invoked during the initialization of your app/dialog,
after all of the visual components have been built,
after the top window is made visible.
Add any app-specific actions here (reading files, setting up values etc.)
See also #postBuildWith:, which is invoked before opening.

menu actions
o  menuOpen
This method was generated by the Browser.
It will be invoked when the menu-item 'save' is selected.

o  menuSave
This method was generated by the Browser.
It will be invoked when the menu-item 'save' is selected.

o  menuSaveAs
This method will be invoked when the menu-item 'saveAs' is selected.

o  openDocumentation
This method was generated by the Browser.
It will be invoked when the menu-item 'help-documentation' is selected.
Also called when <F1> is pressed

private file queries
o  canWriteFile: aPath


Private classes:

    Comment
    TransmissionRow
    URIDialog

Examples:


Starting the application:
  URITransmissionServiceAppl open



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 06:44:52 GMT