org.apache.yoko.orb.OB
Interface DowncallEmitter

All Known Implementing Classes:
CollocatedClient, GIOPConnection, GIOPConnectionThreaded

public interface DowncallEmitter


Method Summary
 boolean receive(Downcall down, boolean block)
           
 boolean send(Downcall down, boolean block)
           
 boolean sendReceive(Downcall down)
           
 

Method Detail

send

boolean send(Downcall down,
             boolean block)

receive

boolean receive(Downcall down,
                boolean block)

sendReceive

boolean sendReceive(Downcall down)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.