| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--mam.internetworking.SocketSender
Field Summary | |
private final static int | DEFAULT_DESTINATION_PORT |
(package private) static Category | Log |
private InetAddress | m_destinationAddress |
private int | m_destinationPort |
private URL | m_destinationUrl |
private Collection | m_listeners |
private RoutableMessage | m_message |
Fields inherited from class java.lang.Thread |
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY |
Constructor Summary | |
SocketSender(URL destinationUrl, InetAddress destinationAddress, int destinationPort, RoutableMessage message) |
Method Summary | |
void | addListener(SocketSenderListener listener) |
protected void | fireEvent(SocketSenderEvent event) |
void | run() |
Methods inherited from class java.lang.Thread |
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize |
Field Detail |
private final static int DEFAULT_DESTINATION_PORT
static Category Log
private InetAddress m_destinationAddress
private int m_destinationPort
private URL m_destinationUrl
private Collection m_listeners
private RoutableMessage m_message
Constructor Detail |
public SocketSender(URL destinationUrl, InetAddress destinationAddress, int destinationPort, RoutableMessage message)
Method Detail |
public void addListener(SocketSenderListener listener)
protected void fireEvent(SocketSenderEvent event)
public void run()
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |