|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransport
Interface for Jadex Standalone transports.
| Field Summary | |
|---|---|
static String |
PORT
The receiving port (if any). |
| Method Summary | |
|---|---|
String[] |
getAddresses()
Get the adresses of this transport. |
String |
getServiceSchema()
Returns the prefix of this transport |
IComponentIdentifier[] |
sendMessage(Map message,
String msgtype,
IComponentIdentifier[] receivers)
Send a message. |
void |
shutdown()
Perform cleanup operations (if any). |
void |
start()
Start the transport. |
| Field Detail |
|---|
static final String PORT
| Method Detail |
|---|
void start()
void shutdown()
IComponentIdentifier[] sendMessage(Map message,
String msgtype,
IComponentIdentifier[] receivers)
message - The message to send.
String getServiceSchema()
String[] getAddresses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||