Class LocalConnector.LocalConnListener

  • All Implemented Interfaces:
    com.netscape.certsrv.request.IRequestListener
    Enclosing class:
    LocalConnector

    public class LocalConnector.LocalConnListener
    extends java.lang.Object
    implements com.netscape.certsrv.request.IRequestListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(com.netscape.certsrv.request.IRequest destreq)
      Accepts request.
      void init​(ISubsystem sys, IConfigStore config)
      Initializes request listener for the specific subsystem and configuration store.
      void set​(java.lang.String name, java.lang.String val)
      Sets attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalConnListener

        public LocalConnListener()
    • Method Detail

      • init

        public void init​(ISubsystem sys,
                         IConfigStore config)
                  throws EBaseException
        Description copied from interface: com.netscape.certsrv.request.IRequestListener
        Initializes request listener for the specific subsystem and configuration store.
        Specified by:
        init in interface com.netscape.certsrv.request.IRequestListener
        Parameters:
        sys - subsystem
        config - configuration store
        Throws:
        EBaseException
      • set

        public void set​(java.lang.String name,
                        java.lang.String val)
        Description copied from interface: com.netscape.certsrv.request.IRequestListener
        Sets attribute.
        Specified by:
        set in interface com.netscape.certsrv.request.IRequestListener
        Parameters:
        name - attribute name
        val - attribute value
      • accept

        public void accept​(com.netscape.certsrv.request.IRequest destreq)
        Description copied from interface: com.netscape.certsrv.request.IRequestListener
        Accepts request.
        Specified by:
        accept in interface com.netscape.certsrv.request.IRequestListener
        Parameters:
        destreq - request