org.jboss.errai.jpa.sync.client.shared
Class SyncResponses<E>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncResponses
public SyncResponses(List<SyncResponse<E>> responses)
getResponses
public List<SyncResponse<E>> getResponses()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.