org.jacorb.dds
Class ThreadSubscriber
java.lang.Object
java.lang.Thread
org.jacorb.dds.ThreadSubscriber
- All Implemented Interfaces:
- Runnable, PushConsumerOperations
public class ThreadSubscriber
- extends Thread
- implements PushConsumerOperations
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
ThreadSubscriber
public ThreadSubscriber(ORB orb,
POA poa)
disconnect_push_consumer
public void disconnect_push_consumer()
- Specified by:
disconnect_push_consumer in interface PushConsumerOperations
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
Lookup_Sub_interesded_of_topic
public void Lookup_Sub_interesded_of_topic(String topic_name)
push
public void push(Any data)
throws Disconnected
- Specified by:
push in interface PushConsumerOperations
- Throws:
Disconnected
add
public boolean add(Object arg0)
- Parameters:
arg0 -
- Returns:
Copyright © 2015 JacORB. All rights reserved.