Interface ProtocolChainInstanceHandler

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag

public interface ProtocolChainInstanceHandler extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Defines protocol chain instantiation and releasing logic
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    org.jvnet.hk2.config.ConfigBeanProxy.Duck

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag

    org.jvnet.hk2.config.types.PropertyBag.Duck
  • Method Summary

    Modifier and Type
    Method
    Description
    Protocol chain instance handler implementation class
    Defines protocol chain configuration
    void
     
    void
     

    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 Details

    • getClassname

      String getClassname()
      Protocol chain instance handler implementation class
    • setClassname

      void setClassname(String value)
    • getProtocolChain

      ProtocolChain getProtocolChain()
      Defines protocol chain configuration
    • setProtocolChain

      void setProtocolChain(ProtocolChain value)