org.apache.ode.jacob
Interface Synch

All Known Subinterfaces:
SynchChannel
All Known Implementing Classes:
SynchChannelListener

public interface Synch

Synch represents a synchronous invocation callback notification.

It is the only allowable return type (other than "void") for JACOB objects.


Method Summary
 void ret()
           
 

Method Detail

ret

void ret()