Uses of Class
org.drools.guvnor.client.rpc.PushResponse

Packages that use PushResponse
org.drools.guvnor.client.rpc This contains classes used for remote communication with the repository server. 
org.drools.guvnor.server This package contains server side code for the repository. 
 

Uses of PushResponse in org.drools.guvnor.client.rpc
 

Methods in org.drools.guvnor.client.rpc that return types with arguments of type PushResponse
 List<PushResponse> RepositoryService.subscribe()
          Subscribe for a "callback" for a given request.
 

Methods in org.drools.guvnor.client.rpc with parameters of type PushResponse
 void ServerPushNotification.messageReceived(PushResponse response)
           
 

Uses of PushResponse in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server that return types with arguments of type PushResponse
 List<PushResponse> Backchannel.await(String userName)
           
 List<PushResponse> Backchannel.subscribe()
           
 List<PushResponse> ServiceImplementation.subscribe()
           
 

Methods in org.drools.guvnor.server with parameters of type PushResponse
 void Backchannel.publish(PushResponse message)
          Push out a message to all currently connected clients
 void Backchannel.push(String userName, PushResponse message)
          Push out a message to the specific client
 



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