aktbus.core
Interface AktMessageInterface

All Known Subinterfaces:
FipaMessageInterface
All Known Implementing Classes:
AktMessage, RDFAktMessage, RDFFipaMessage

public interface AktMessageInterface


Method Summary
 java.lang.String get_receiver()
           
 java.lang.String get_sender()
           
 java.lang.String get_simple_message()
           
 void send()
           
 void send(int timeout)
           
 void send(java.net.URL receiver_uri, int timeout)
           
 void ugly_write(java.io.Writer out)
           
 

Method Detail

get_receiver

public java.lang.String get_receiver()
                              throws java.net.MalformedURLException,
                                     java.lang.Exception
java.net.MalformedURLException
java.lang.Exception

get_sender

public java.lang.String get_sender()
                            throws java.net.MalformedURLException,
                                   java.lang.Exception
java.net.MalformedURLException
java.lang.Exception

get_simple_message

public java.lang.String get_simple_message()
                                    throws java.lang.Exception
java.lang.Exception

send

public void send()
          throws java.lang.Exception,
                 java.io.IOException,
                 java.io.InterruptedIOException
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException

send

public void send(int timeout)
          throws java.lang.Exception,
                 java.io.IOException,
                 java.io.InterruptedIOException
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException

send

public void send(java.net.URL receiver_uri,
                 int timeout)
          throws java.lang.Exception,
                 java.io.IOException,
                 java.io.InterruptedIOException
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException

ugly_write

public void ugly_write(java.io.Writer out)
                throws java.io.IOException
java.io.IOException