wt.dataops.archivesystem
Class WTArchiveSystemUtility

java.lang.Object
  extended bywt.dataops.archivesystem.WTArchiveSystemUtility
All Implemented Interfaces:
RemoteAccess

public class WTArchiveSystemUtility
extends Object
implements RemoteAccess


Field Summary
private static String LOGIN_NOT_ADMIN_MSG
           
private static String LOGIN_PROMPT_MSG
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
WTArchiveSystemUtility()
           
 
Method Summary
static boolean authenticated()
           
static String getArchiveVolume(WTArchiveType type)
           
private static int getChoice(int min, int max)
           
static WTArchiveSystem getRemoteASImpl()
           
static void main(String[] args)
           
static WTArchiveVolume[] showArchiveVolumes()
           
static String showSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

LOGIN_PROMPT_MSG

private static String LOGIN_PROMPT_MSG

LOGIN_NOT_ADMIN_MSG

private static String LOGIN_NOT_ADMIN_MSG
Constructor Detail

WTArchiveSystemUtility

public WTArchiveSystemUtility()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

getChoice

private static int getChoice(int min,
                             int max)

showSystemId

public static String showSystemId()

showArchiveVolumes

public static WTArchiveVolume[] showArchiveVolumes()

getArchiveVolume

public static String getArchiveVolume(WTArchiveType type)

getRemoteASImpl

public static WTArchiveSystem getRemoteASImpl()

authenticated

public static boolean authenticated()