Celtix User APIs

org.objectweb.celtix.bindings
Class ServerBindingCallback

java.lang.Object
  extended by org.objectweb.celtix.bindings.ServerBindingCallback
All Implemented Interfaces:
Runnable

public class ServerBindingCallback
extends Object
implements Runnable


Constructor Summary
ServerBindingCallback(InputStreamMessageContext ctx, ServerTransport t, AbstractServerBinding b)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerBindingCallback

public ServerBindingCallback(InputStreamMessageContext ctx,
                             ServerTransport t,
                             AbstractServerBinding b)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

Celtix User APIs