Errai 3.0.1-SNAPSHOT

org.jboss.errai.jpa.sync.client.shared
Class SyncResponses<E>

java.lang.Object
  extended by org.jboss.errai.jpa.sync.client.shared.SyncResponses<E>
Type Parameters:
E - The entity type of the sync operation.

public class SyncResponses<E>
extends Object

Provides information about a completed sync operation.

Author:
Jonathan Fuerth , Christian Sadilek

Constructor Summary
SyncResponses(List<SyncResponse<E>> responses)
           
 
Method Summary
 List<SyncResponse<E>> getResponses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncResponses

public SyncResponses(List<SyncResponse<E>> responses)
Method Detail

getResponses

public List<SyncResponse<E>> getResponses()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.