1 26 27 28 package org.objectweb.jonathan.apis.protocols; 29 30 import org.objectweb.jonathan.apis.kernel.JonathanException; 31 import org.objectweb.jonathan.apis.presentation.UnMarshaller; 32 import org.objectweb.jonathan.apis.binding.ForwardException; 33 34 38 public interface ReplyInterface { 39 52 public UnMarshaller listen() 53 throws ServerException, ForwardException, JonathanException; 54 55 56 64 public boolean available(); 65 } 66 67 68 69 70 71 | Popular Tags |