|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.technical.SenderFactory
public class SenderFactory
The class SenderFactory
is used to dynamically create senders
to neighbor systems.
Constructor Summary | |
---|---|
SenderFactory()
|
Method Summary | |
---|---|
static Sender |
createSender(XBUSSystem destination)
The appropriate Sender for the given destination will be created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SenderFactory()
Method Detail |
---|
public static Sender createSender(XBUSSystem destination) throws XException
Sender
for the given destination will be created.
The name of the class is read from the
Configuration
.
destination
- name of the interface definition
XException
- if something goes wrong
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |