org.glassfish.jersey.server.internal.process
Class AsyncContext.Factory

java.lang.Object
  extended by org.glassfish.jersey.server.internal.process.AsyncContext.Factory
All Implemented Interfaces:
org.glassfish.hk2.api.Factory<AsyncContext>
Enclosing interface:
AsyncContext

public static class AsyncContext.Factory
extends Object
implements org.glassfish.hk2.api.Factory<AsyncContext>

Asynchronous processing context injection factory.


Constructor Summary
AsyncContext.Factory()
           
 
Method Summary
 void dispose(AsyncContext instance)
           
 AsyncContext provide()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncContext.Factory

public AsyncContext.Factory()
Method Detail

provide

public AsyncContext provide()
Specified by:
provide in interface org.glassfish.hk2.api.Factory<AsyncContext>

dispose

public void dispose(AsyncContext instance)
Specified by:
dispose in interface org.glassfish.hk2.api.Factory<AsyncContext>


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.