org.drools.guvnor.client.rpc
Class PushClient

java.lang.Object
  extended by org.drools.guvnor.client.rpc.PushClient

public class PushClient
extends Object

This manages "subscriptions" for when messages are pushed from the server.


Method Summary
static PushClient instance()
           
 void subscribe(ServerPushNotification pushed)
           
 void unsubscribe(ServerPushNotification pushed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static PushClient instance()

subscribe

public void subscribe(ServerPushNotification pushed)

unsubscribe

public void unsubscribe(ServerPushNotification pushed)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.