com.sun.xml.ws.transport.http.servlet
Class ServletAdapter.AsyncCompletionCheck

java.lang.Object
  extended by com.sun.xml.ws.transport.http.servlet.ServletAdapter.AsyncCompletionCheck
Enclosing class:
ServletAdapter

 class ServletAdapter.AsyncCompletionCheck
extends Object

Synchronizes the CompletionHandler action and Container's timeout action.


Field Summary
(package private)  boolean completed
           
 
Constructor Summary
ServletAdapter.AsyncCompletionCheck()
           
 
Method Summary
(package private)  boolean isCompleted()
           
(package private)  void markComplete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

completed

boolean completed
Constructor Detail

ServletAdapter.AsyncCompletionCheck

ServletAdapter.AsyncCompletionCheck()
Method Detail

markComplete

void markComplete()

isCompleted

boolean isCompleted()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.