tecgraf.openbus.interop.util
Class Utils.ShutdownThread

java.lang.Object
  extended by java.lang.Thread
      extended by tecgraf.openbus.interop.util.Utils.ShutdownThread
All Implemented Interfaces:
Runnable
Enclosing class:
Utils

public static class Utils.ShutdownThread
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Utils.ShutdownThread(ORB orb)
           
 
Method Summary
 void addConnetion(Connection conn)
           
 void addOffer(tecgraf.openbus.core.v2_0.services.offer_registry.ServiceOffer offer)
           
 void removeConnetion(Connection conn)
           
 void removeOffer(tecgraf.openbus.core.v2_0.services.offer_registry.ServiceOffer offer)
           
 void run()
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Utils.ShutdownThread

public Utils.ShutdownThread(ORB orb)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread

addConnetion

public void addConnetion(Connection conn)

removeConnetion

public void removeConnetion(Connection conn)

addOffer

public void addOffer(tecgraf.openbus.core.v2_0.services.offer_registry.ServiceOffer offer)

removeOffer

public void removeOffer(tecgraf.openbus.core.v2_0.services.offer_registry.ServiceOffer offer)


Copyright © 2014. All rights reserved.