Class PlainJettyHolder

java.lang.Object
org.openspaces.pu.container.jee.jetty.holder.JettyHolder
org.openspaces.pu.container.jee.jetty.holder.PlainJettyHolder

public class PlainJettyHolder extends JettyHolder
A plain wrapper around jetty. Simply delegate the lifecycle calls directory to jetty.
Author:
kimchy
  • Constructor Details

    • PlainJettyHolder

      public PlainJettyHolder(org.eclipse.jetty.server.Server server)
  • Method Details

    • getServer

      public org.eclipse.jetty.server.Server getServer()
      Description copied from class: JettyHolder
      Returns the jetty server.
      Specified by:
      getServer in class JettyHolder
    • isSingleInstance

      public boolean isSingleInstance()
      Description copied from class: JettyHolder
      Returns true if this is a single instance.
      Specified by:
      isSingleInstance in class JettyHolder