Package | Description |
---|---|
org.jboss.errai.otec.client | |
org.jboss.errai.otec.server |
Modifier and Type | Class and Description |
---|---|
class |
ClientOTPeerImpl |
Modifier and Type | Method and Description |
---|---|
OTPeer |
SinglePeerState.getPeer(String peerId) |
OTPeer |
PeerState.getPeer(String peerId) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Set<OTPeer>> |
SinglePeerState.getEntityPeerRelationshipMap() |
Map<Integer,Set<OTPeer>> |
PeerState.getEntityPeerRelationshipMap() |
Set<OTPeer> |
SinglePeerState.getPeersFor(Integer entity) |
Set<OTPeer> |
PeerState.getPeersFor(Integer entity) |
Modifier and Type | Method and Description |
---|---|
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 |
SinglePeerState.registerPeer(OTPeer peer) |
void |
PeerState.registerPeer(OTPeer peer) |
void |
OTEngine.registerPeer(OTPeer peer) |
Modifier and Type | Class and Description |
---|---|
class |
ServerOTPeerImpl |
Modifier and Type | Method and Description |
---|---|
OTPeer |
MultiplePeerState.getPeer(String peerId) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Set<OTPeer>> |
MultiplePeerState.getEntityPeerRelationshipMap() |
Set<OTPeer> |
MultiplePeerState.getPeersFor(Integer entity) |
Modifier and Type | Method and Description |
---|---|
void |
MultiplePeerState.associateEntity(OTPeer peer,
Integer entity) |
void |
MultiplePeerState.deregisterPeer(OTPeer peer) |
void |
MultiplePeerState.disassociateEntity(OTPeer peer,
Integer entity) |
void |
MultiplePeerState.registerPeer(OTPeer peer) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.