net.officefloor.plugin.comet.internal
Interface CometPublicationService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService

@RemoteServiceRelativePath(value="comet-publish")
public interface CometPublicationService
extends com.google.gwt.user.client.rpc.RemoteService

RPC service for publishing a CometEvent.

Author:
Daniel Sagenschneider

Method Summary
 Long publish(CometEvent event)
          Publishes a CometEvent.
 

Method Detail

publish

Long publish(CometEvent event)
Publishes a CometEvent.

Parameters:
event - CometEvent.
Returns:
Sequence number of the CometEvent.


Copyright © 2005-2013. All Rights Reserved.