Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.otec.client.OTPeer

Packages that use OTPeer
org.jboss.errai.otec.client   
org.jboss.errai.otec.server   
 

Uses of OTPeer in org.jboss.errai.otec.client
 

Classes in org.jboss.errai.otec.client that implement OTPeer
 class ClientOTPeerImpl
           
 

Methods in org.jboss.errai.otec.client that return OTPeer
 OTPeer SinglePeerState.getPeer(String peerId)
           
 OTPeer PeerState.getPeer(String peerId)
           
 

Methods in org.jboss.errai.otec.client that return types with arguments of type OTPeer
 Map<Integer,Set<OTPeer>> SinglePeerState.getEntityPeerRelationshipMap()
           
 Map<Integer,Set<OTPeer>> PeerState.getEntityPeerRelationshipMap()
           
 Set<OTPeer> SinglePeerState.getPeersFor(Integer entity)
           
 Set<OTPeer> PeerState.getPeersFor(Integer entity)
           
 

Methods in org.jboss.errai.otec.client with parameters of type OTPeer
 void SinglePeerState.associateEntity(OTPeer peer, Integer entity)
           
 void PeerState.associateEntity(OTPeer peer, Integer entity)
           
 void SinglePeerState.deregisterPeer(OTPeer peer)
           
 void PeerState.deregisterPeer(OTPeer peer)
           
 void SinglePeerState.disassociateEntity(OTPeer peer, Integer entity)
           
 void PeerState.disassociateEntity(OTPeer peer, Integer entity)
           
 void AbstractOTEngine.registerPeer(OTPeer peer)
           
 void OTEngine.registerPeer(OTPeer peer)
           
 void SinglePeerState.registerPeer(OTPeer peer)
           
 void PeerState.registerPeer(OTPeer peer)
           
 

Uses of OTPeer in org.jboss.errai.otec.server
 

Classes in org.jboss.errai.otec.server that implement OTPeer
 class ServerOTPeerImpl
           
 

Methods in org.jboss.errai.otec.server that return OTPeer
 OTPeer MultiplePeerState.getPeer(String peerId)
           
 

Methods in org.jboss.errai.otec.server that return types with arguments of type OTPeer
 Map<Integer,Set<OTPeer>> MultiplePeerState.getEntityPeerRelationshipMap()
           
 Set<OTPeer> MultiplePeerState.getPeersFor(Integer entity)
           
 

Methods in org.jboss.errai.otec.server with parameters of type OTPeer
 void MultiplePeerState.associateEntity(OTPeer peer, Integer entity)
           
 void MultiplePeerState.deregisterPeer(OTPeer peer)
           
 void MultiplePeerState.disassociateEntity(OTPeer peer, Integer entity)
           
 void MultiplePeerState.registerPeer(OTPeer peer)
           
 


Errai 3.0.1-SNAPSHOT

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