Package org.glassfish.grizzly.config.dom
Interface SelectionKeyHandler
-
- All Superinterfaces:
ConfigBeanProxy,PropertyBag
@Deprecated public interface SelectionKeyHandler extends ConfigBeanProxy, PropertyBag
Deprecated.This element is effectively ignored. No equivalent replacement.Defines Transport's SelectionKey handling logic.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
PropertyBag.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetClassname()Deprecated.SelectionKey handler implementation classStringgetName()Deprecated.SelectionKey handler name, which could be used as referencevoidsetClassname(String value)Deprecated.voidsetName(String value)Deprecated.-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
-
-
-
Method Detail
-
getName
String getName()
Deprecated.SelectionKey handler name, which could be used as reference
-
setName
void setName(String value)
Deprecated.
-
getClassname
String getClassname()
Deprecated.SelectionKey handler implementation class
-
setClassname
void setClassname(String value)
Deprecated.
-
-