public class SysnetTransferManager extends Object
| Constructor and Description |
|---|
SysnetTransferManager(File repositoryFile)
Creates a new SysnetTransferManager to transfer the service tags in the
specified repository to SysNet.
|
| Modifier and Type | Method and Description |
|---|---|
int |
transferServiceTags()
Transfers previously-untransferred service tags from the local repository
to SysNet using the stclient utility for the current platform.
|
public SysnetTransferManager(File repositoryFile) throws RegistrationException
RegistrationExceptionpublic int transferServiceTags()
throws RegistrationException
Each local service tag is marked as transferred immediately after the corresponding stclient invocation completes. So, an error during the stclient invocation for a given service tag does not erase the fact that earlier transfers of other service tags succeeded.
RegistrationException - for errors encountered during transferCopyright © 2017. All rights reserved.