com.ptc.wvs.server.loader
Class GraphicsServerLoaderServiceFwd

java.lang.Object
  extended bycom.ptc.wvs.server.loader.GraphicsServerLoaderServiceFwd
All Implemented Interfaces:
GraphicsServerLoaderService, RemoteAccess, Serializable

public class GraphicsServerLoaderServiceFwd
extends Object
implements RemoteAccess, GraphicsServerLoaderService, Serializable

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
GraphicsServerLoaderServiceFwd()
           
 
Method Summary
 void dispatchMarkupSavedEvent(Persistable persistable, Vector objs)
          Dispatches a GraphicsServerLoaderServiceEvent to indicate that a markup has been saved

Supported API: false
 void dispatchMarkupSavedEvent(WTKeyedMap map)
           
 void dispatchRepresentationSavedEvent(Persistable persistable, Vector objs)
          Dispatches a GraphicsServerLoaderServiceEvent to indicate that a representation has been saved

Supported API: false
 void dispatchRepresentationSavedEvent(WTKeyedMap map)
           
private static Manager getManager()
           
 
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

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

GraphicsServerLoaderServiceFwd

public GraphicsServerLoaderServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

dispatchRepresentationSavedEvent

public void dispatchRepresentationSavedEvent(Persistable persistable,
                                             Vector objs)
                                      throws WTException
Dispatches a GraphicsServerLoaderServiceEvent to indicate that a representation has been saved

Supported API: false

Specified by:
dispatchRepresentationSavedEvent in interface GraphicsServerLoaderService
Parameters:
persistable -
objs -
Throws:
WTException

dispatchRepresentationSavedEvent

public void dispatchRepresentationSavedEvent(WTKeyedMap map)
                                      throws WTException
Specified by:
dispatchRepresentationSavedEvent in interface GraphicsServerLoaderService
Throws:
WTException

dispatchMarkupSavedEvent

public void dispatchMarkupSavedEvent(Persistable persistable,
                                     Vector objs)
                              throws WTException
Dispatches a GraphicsServerLoaderServiceEvent to indicate that a markup has been saved

Supported API: false

Specified by:
dispatchMarkupSavedEvent in interface GraphicsServerLoaderService
Parameters:
persistable -
objs -
Throws:
WTException

dispatchMarkupSavedEvent

public void dispatchMarkupSavedEvent(WTKeyedMap map)
                              throws WTException
Specified by:
dispatchMarkupSavedEvent in interface GraphicsServerLoaderService
Throws:
WTException