Uses of Class
com.sun.grizzly.Context.OpType

Packages that use Context.OpType
com.sun.grizzly   
 

Uses of Context.OpType in com.sun.grizzly
 

Methods in com.sun.grizzly that return Context.OpType
 Context.OpType Context.getCurrentOpType()
          Get the current SelectionKey interest ops this instance is executing.
static Context.OpType Context.OpType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Context.OpType[] Context.OpType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.grizzly with parameters of type Context.OpType
 boolean CallbackHandlerDescriptor.isRunInSeparateThread(Context.OpType operation)
           
protected  Context TCPSelectorHandler.pollContext(Context serverContext, SelectionKey key, Context.OpType opType)
          Polls Context from pool and initializes it.
 Context Controller.pollContext(SelectionKey key, Context.OpType opType)
          Get an instance of a Context
 void Context.setCurrentOpType(Context.OpType currentOpType)
          Set the current OpType value.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.