NAME
install_conduit - install java-based conduits into the
PDASync conduit registry
SYNOPSIS
install_conduit [ -delete ] -creator creator_id -remote
remote_db_name [ -classname class_name ] [ -registry [ sys-
tem | personal ] ] [ -classpath class_path ] [ -directory
data_directory ] [ -file0 conduit_data_file ] [ -name
conduit_name ] [-priority priority_number] conduit.jar ]
DESCRIPTION
install_conduit is an executable script that invokes the
java PDASync install_conduit command line application.
install_conduit allows users of the PDASync application to
install java-based conduits for use during synchronization
with the Palm Pilot handheld devices.
OPTIONS
-creator creator_id
Specify the creator ID of the Palm Pilot database
that the conduit will synchronize with.
-remote remote_db_name
Specify the database name of the Palm Pilot data-
base that the conduit will synchronize with.
-classname class_name
Specify the class name of the java-based conduit.
This class name will be used to create the conduit
object in order to proceed with the synchronzation.
-registry [ system | personal ]
Specify the registry in which the conduit will be
installed - either the system registry or the
user's personal registry. Conduits installed in
the system registry will be availabe to all users.
If the registry argument is not specified, then the
conduit is installed in the user's personal regis-
try by default. Only users with root access are
allowed to register conduits in the system regis-
try.
-classpath class_path
Specify the class path of the conduit jar file. If
the class path is not specified then the current
working directory along with the conduit jar file
name will be used.
-directory data_directory
Data directory created in the user's home directory
where conduit data reside. The PDASync application
will create this directory for use by the conduit
during synchronization. If the data directory is
not specified, then the conduit's class name will
be used as the directory name. The directory is
merely advisory, and the conduit may end up using a
directory other than the one specified in the
registry.
-file0 conduit_data_file
Specify the data file that the conduit expects to
use during synchronization, if the conduit requires
such a data file.
-name conduit_name
Specify the name of the conduit to present to the
user when displaying the conduit in the PDASync
user interface. If a name is not provided during
conduit installation, .
EXAMPLES
To install a conduit, MemoConduit, found in the jar file
Memo.jar in order to synchronize with the Palm Pilot's Memo
application,
example% install_conduit -creator 1835363695 -remote
MemoDB -classname MemoConduit Memo.jar
To delete the Memo conduit,
example% install_conduit -delete -creator 1835363695
-remote MemoDB -classname MemoConduit Memo.jar
SEE ALSO
sdtpdsync(1)
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |