com.ptc.wvs.server.publish
Interface PublishService

All Known Implementing Classes:
PublishServiceFwd, StandardPublishService

public interface PublishService


Method Summary
 void dispatchPublishCompleteEvent(Persistable persistable, boolean success)
          Dispatches a PublishServiceEvent to indicate that publishing in complete

Supported API: true
 

Method Detail

dispatchPublishCompleteEvent

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

Supported API: true

Parameters:
persistable -
success -
Throws:
WTException