com.gridsystems.innergrid.api
Class AxisClientThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.gridsystems.innergrid.api.AxisClientThread
All Implemented Interfaces:
java.lang.Runnable

public class AxisClientThread
extends java.lang.Thread

Thread that knows how to interrupt AXIS client calls. It depends on InterruptibleHttpSender being configured as the transport for HTTP.

Author:
Rodrigo Ruiz

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AxisClientThread()
           
 
Method Summary
 void interrupt()
          
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisClientThread

public AxisClientThread()
Method Detail

interrupt

public void interrupt()

Overrides:
interrupt in class java.lang.Thread


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.