Klasse BaseInterlibraryServerModule

java.lang.Object
org.xbib.interlibrary.http.server.BaseInterlibraryServerModule
Alle implementierten Schnittstellen:
InterlibraryServerModule, org.xbib.net.http.server.application.ApplicationModule

public class BaseInterlibraryServerModule extends Object implements InterlibraryServerModule
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    void
    installEventServices(org.xbib.event.common.EventManager.EventManagerBuilder builder)
     
    void
    installInto(InterlibraryServer interlibraryServer, org.xbib.net.http.server.domain.HttpSecurityDomain securityDomain, org.xbib.net.http.server.domain.HttpDomainBuilder domainBuilder)
     
    void
    onFail(Throwable throwable)
     
    void
    onFail(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, Throwable throwable)
     
    void
    onFail(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest, Throwable throwable)
     
    void
    onFail(org.xbib.net.http.server.session.Session session, Throwable throwable)
     
    void
    onOpen(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext)
     
    void
    onOpen(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest)
     
    void
    onOpen(org.xbib.net.http.server.session.Session session)
     
    void
     
    void
    onSuccess(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext)
     
    void
    onSuccess(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest)
     
    void
    onSuccess(org.xbib.net.http.server.session.Session session)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • BaseInterlibraryServerModule

      public BaseInterlibraryServerModule()
  • Methodendetails

    • installEventServices

      public void installEventServices(org.xbib.event.common.EventManager.EventManagerBuilder builder)
      Angegeben von:
      installEventServices in Schnittstelle InterlibraryServerModule
    • installInto

      public void installInto(InterlibraryServer interlibraryServer, org.xbib.net.http.server.domain.HttpSecurityDomain securityDomain, org.xbib.net.http.server.domain.HttpDomainBuilder domainBuilder)
      Angegeben von:
      installInto in Schnittstelle InterlibraryServerModule
    • getName

      public String getName()
      Angegeben von:
      getName in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onOpen

      public void onOpen(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext)
      Angegeben von:
      onOpen in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onSuccess

      public void onSuccess(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext)
      Angegeben von:
      onSuccess in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onFail

      public void onFail(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, Throwable throwable)
      Angegeben von:
      onFail in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onOpen

      public void onOpen(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest)
      Angegeben von:
      onOpen in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onSuccess

      public void onSuccess(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest)
      Angegeben von:
      onSuccess in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onFail

      public void onFail(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest, Throwable throwable)
      Angegeben von:
      onFail in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onOpen

      public void onOpen(org.xbib.net.http.server.session.Session session)
      Angegeben von:
      onOpen in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onSuccess

      public void onSuccess(org.xbib.net.http.server.session.Session session)
      Angegeben von:
      onSuccess in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onFail

      public void onFail(org.xbib.net.http.server.session.Session session, Throwable throwable)
      Angegeben von:
      onFail in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onSuccess

      public void onSuccess()
      Angegeben von:
      onSuccess in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
    • onFail

      public void onFail(Throwable throwable)
      Angegeben von:
      onFail in Schnittstelle org.xbib.net.http.server.application.ApplicationModule