org.openbandy.net
Interface MessageBroker

All Known Implementing Classes:
MessageBrokerImpl, MessageBrokerImpl

public interface MessageBroker

TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.2
Author:
Philipp Bolliger (philipp@bolliger.name)

Field Summary
static int DEFAULT_BUFFER_SIZE
           
static int MMS_PORT
           
static int SMS_PORT
           
 
Method Summary
 Message sendMessage(java.lang.String host, ServerProtocol protocol, Message message)
           
 

Field Detail

DEFAULT_BUFFER_SIZE

static final int DEFAULT_BUFFER_SIZE
See Also:
Constant Field Values

SMS_PORT

static final int SMS_PORT
See Also:
Constant Field Values

MMS_PORT

static final int MMS_PORT
See Also:
Constant Field Values
Method Detail

sendMessage

Message sendMessage(java.lang.String host,
                    ServerProtocol protocol,
                    Message message)