com.ptc.wvs.server.publish
Class PublishServiceFwd

java.lang.Object
  extended bycom.ptc.wvs.server.publish.PublishServiceFwd
All Implemented Interfaces:
PublishService, RemoteAccess, Serializable

public class PublishServiceFwd
extends Object
implements RemoteAccess, PublishService, 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
PublishServiceFwd()
           
 
Method Summary
 void dispatchPublishCompleteEvent(Persistable persistable, boolean success)
          Dispatches a PublishServiceEvent to indicate that publishing in complete

Supported API: false
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

PublishServiceFwd

public PublishServiceFwd()
Method Detail

getManager

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

dispatchPublishCompleteEvent

public void dispatchPublishCompleteEvent(Persistable persistable,
                                         boolean success)
                                  throws WTException
Dispatches a PublishServiceEvent to indicate that publishing in complete

Supported API: false

Specified by:
dispatchPublishCompleteEvent in interface PublishService
Parameters:
persistable -
success -
Throws:
WTException