Uses of Class
org.exoplatform.services.jcr.ext.replication.Packet

Packages that use Packet
org.exoplatform.services.jcr.ext.replication   
org.exoplatform.services.jcr.ext.replication.priority   
org.exoplatform.services.jcr.ext.replication.recovery   
 

Uses of Packet in org.exoplatform.services.jcr.ext.replication
 

Methods in org.exoplatform.services.jcr.ext.replication that return Packet
static Packet Packet.getAsPacket(byte[] byteArray)
          getAsPacket.
 

Methods in org.exoplatform.services.jcr.ext.replication with parameters of type Packet
 void ChannelManager.PacketHandler.add(Packet packet)
          Add packet to the queue.
static byte[] Packet.getAsByteArray(Packet packet)
          getAsByteArray.
 void AbstractWorkspaceDataReceiver.receive(Packet packet)
          receive.
 void PacketListener.receive(Packet packet)
          receive.
 void ChannelManager.sendBigPacket(byte[] data, Packet packet)
          sendBigPacket.
 void ChannelManager.sendPacket(Packet packet)
          sendPacket.
 

Uses of Packet in org.exoplatform.services.jcr.ext.replication.priority
 

Methods in org.exoplatform.services.jcr.ext.replication.priority with parameters of type Packet
 void DynamicPriorityChecker.receive(Packet packet)
          receive. Will be called this method when receive the Packet.
 void GenericPriorityChecker.receive(Packet packet)
          receive. Will be called this method when receive the Packet.
abstract  void AbstractPriorityChecker.receive(Packet packet)
          receive.
 void StaticPriorityChecker.receive(Packet packet)
          receive. Will be called this method when receive the Packet.
 

Uses of Packet in org.exoplatform.services.jcr.ext.replication.recovery
 

Methods in org.exoplatform.services.jcr.ext.replication.recovery with parameters of type Packet
 void RecoveryManager.confirmationChengesLogSave(Packet packet)
          confirmationChengesLogSave.
 int RecoveryManager.processing(Packet packet, int stat)
          processing.
 int RecoverySynchronizer.processingPacket(Packet packet, int status)
          processingPacket.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.