com.ptc.wvs.server.ui
Class CollaborationHelper

java.lang.Object
  extended bycom.ptc.wvs.server.ui.CollaborationHelper
All Implemented Interfaces:
RemoteAccess

public class CollaborationHelper
extends Object
implements RemoteAccess

The server side methods to handle requestes from Collaborator



Supported API: false

Extendable: false


Nested Class Summary
(package private) static class CollaborationHelper.ServerRunner
           
 
Field Summary
private static ArrayList cmdList
           
private static File collabTempDir
           
private static String defaultGif
           
private static String deleteGif
           
private static String endSessionGif
           
private static String gifOption
           
private static String jspCollaboration
           
private static String jspProductView
           
private static Object lock
           
private static String makeDefaultGif
           
private static String pViewGif
           
static String RESOURCE
           
private static boolean VERBOSE
           
private static WVSProperties wvsProperties
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
CollaborationHelper()
           
 
Method Summary
static String getCollaborationServerString(String id)
           
static String[] getCollaborationServerStrings(String id)
           
private static String[] getCollaborationSessionData(String[] sStrings, String id, String activeString, Locale locale, String trailId)
           
static Vector getCollaborationSessionData(String activeString, Locale locale)
           
static String[] getCollaborationSessionData(String id, String activeString, Locale locale)
           
static String[] getCollaborationSessionData(String id, String activeString, Locale locale, String trailId)
           
static String getCollaborationUser()
           
static String[] startCollaborationServer(String desc, String pass)
           
static String stopCollaborationServer(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

public static final String RESOURCE
See Also:
Constant Field Values

wvsProperties

private static WVSProperties wvsProperties

collabTempDir

private static File collabTempDir

cmdList

private static ArrayList cmdList

VERBOSE

private static boolean VERBOSE

pViewGif

private static String pViewGif

defaultGif

private static String defaultGif

makeDefaultGif

private static String makeDefaultGif

deleteGif

private static String deleteGif

endSessionGif

private static String endSessionGif

gifOption

private static String gifOption

jspProductView

private static String jspProductView

jspCollaboration

private static String jspCollaboration

lock

private static Object lock
Constructor Detail

CollaborationHelper

public CollaborationHelper()
Method Detail

getCollaborationSessionData

public static Vector getCollaborationSessionData(String activeString,
                                                 Locale locale)

getCollaborationSessionData

public static String[] getCollaborationSessionData(String id,
                                                   String activeString,
                                                   Locale locale)

getCollaborationSessionData

public static String[] getCollaborationSessionData(String id,
                                                   String activeString,
                                                   Locale locale,
                                                   String trailId)

getCollaborationSessionData

private static String[] getCollaborationSessionData(String[] sStrings,
                                                    String id,
                                                    String activeString,
                                                    Locale locale,
                                                    String trailId)

getCollaborationUser

public static String getCollaborationUser()

getCollaborationServerString

public static String getCollaborationServerString(String id)

getCollaborationServerStrings

public static String[] getCollaborationServerStrings(String id)

startCollaborationServer

public static String[] startCollaborationServer(String desc,
                                                String pass)

stopCollaborationServer

public static String stopCollaborationServer(String id)